[RESTful Web-service Documentation]
go top

get-downloaded-images

returns all downloaded images

Parameter

Parameter (*=required)
Possible values
Default value
Description
lang [string] single value
  • da
  • de
  • en
  • es
  • it
  • pl
  • pt

en
language

see also get-user-content-langs for getting all language values dynamically
limit
[integer 0-100] 20
must not be greater than 100
offset
[integer] 0

extra_info [string] multi value, comma-separated
  • width
  • height
  • mimetype
  • date
  • ref
  • state
Sample: "width,height,mimetype"

To return a list of extra information for each returned item.
id_media
[string]

license_info
[string, single value]
  • yes
  • no
no
to get additional license infos
corporate_all_user
[string, single value]
  • yes
  • no
no
to get all images from all user of an corporate account (require an corporate account user)

User-Authentication

optional  (if you call this method without a token, then the method returns all images from the API-key account. Otherwise, it returns the images from the ressource owner's account of the respective token.)

Endpoint

http://rest.panthermedia.net/get-downloaded-images

Sample Request

POST http://rest.panthermedia.net/get-downloaded-images
Accept-Version: 1.0
Content-Type: application/x-www-form-urlencoded
api_key=a5e7b0dada779347e0fdd4db91ad883d0592aaca031e2c81234f3cb8008fdd1f&access_key=9de82c2a78df66e615274eec2622b53795abb2dd&timestamp=Thu%2C%2002%20Aug%202012%2005%3A54%3A55%20UTC&nonce=123&algo=sha1&limit=20&extra_info=width,height,mimetype,date

Sample Answer

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rsp stat="ok">
  <api_key>a5e7b0dada779347e0fdd4db91ad883d0592aaca031e2c81234f3cb8008fdd1f</api_key>
  <media_list total="3" items="3">
    <media id-download="1363778" id-media="2345" width="400px" height="267px" mimetype="image/jpeg" date="2014-11-01 21:51:16"/>
    <media id-download="1363773" id-media="10028808" width="4312px" height="4536px" mimetype="image/eps" date="2014-10-31 15:06:48"/>
    <media id-download="1363404" id-media="A20276259" width="scale to any size" height="scale to any size" mimetype="image/eps" date="2014-09-01 16:04:36"/>
  </media_list>
</rsp>