List updated images

GET {{baseUrl}}/v2/images/updated

This endpoint lists images that have been updated in the specified time period to update content management systems (CMS) or digital asset management (DAM) systems. In most cases, use the interval parameter to show images that were updated recently, but you can also use the start_date and end_date parameters to specify a range of no more than three days. Do not use the interval parameter with either start_date or end_date.

Request Params

KeyDatatypeRequiredDescription
typestringShow images that were added, deleted, or edited; by default, the endpoint returns images that were updated in any of these ways
start_datestringShow images updated on or after the specified date
end_datestringShow images updated before the specified date
intervalstringShow images updated in the specified time period, where the time period is an interval (like SQL INTERVAL) such as 1 DAY, 6 HOUR, or 30 MINUTE; the default is 1 HOUR, which shows images that were updated in the hour preceding the request
pagenumberPage number
per_pagenumberNumber of results per page
sortstringSort order

HEADERS

KeyDatatypeRequiredDescription
User-Agentstring

RESPONSES

status: OK

{"data":[{"id":"1398917399","updated_time":"2019-06-04T15:56:44-04:00","updates":["edit"]},{"id":"1398978491","updated_time":"2019-06-04T15:56:44-04:00","updates":["edit"]},{"id":"1414537214","updated_time":"2019-06-04T15:56:44-04:00","updates":["edit"]}]}