List editorial image licenses
GET {{baseUrl}}/v2/editorial/images/licenses
This endpoint lists existing editorial image licenses.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
image_id | string | Show licenses for the specified editorial image ID | |
license | string | Show editorial images that are available with the specified license name | |
page | number | Page number | |
per_page | number | Number of results per page | |
sort | string | Sort order | |
username | string | Filter licenses by username of licensee | |
start_date | string | Show licenses created on or after the specified date | |
end_date | string | Show licenses created before the specified date |
RESPONSES
status: OK
{"data":[{"id":"e1dbb15d5384725d292cf64f793ac45062","user":{"username":"username1"},"license":"premier_editorial_all_digital","download_time":"2020-12-18T02:22:56.000Z","is_downloadable":false,"image":{"id":"11231389im","format":{"size":"original"}},"subscription_id":"1221a491741j1k41yd91dh37al324","metadata":{"client":"Company A","other":"Important media","purchase_order":"457234","job":"Important project"}},{"id":"e1dbb15d5384725d292cf64f793ac45114","user":{"username":"username2"},"license":"premier_editorial_all_digital","download_time":"2020-12-11T01:24:22.000Z","is_downloadable":false,"image":{"id":"11231442aa","format":{"size":"original"}},"subscription_id":"1221a491741j1k41yd91dh37al324","metadata":{"client":"Company B","other":"Important image","purchase_order":"5583831","job":"Important project"}}],"page":1,"per_page":2}