Gets the image filenames available in the system, optionally filtered by OData paging parameters.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

The $skip query requests the number of items in the queried collection that are to be skipped and not included in the result. A client can request a particular page of items by combining $top and $skip. e.g. $top=10&$skip=1

string

The $top query requests the number of items in the queried collection to be included in the result. A client can request a particular page of items by combining $top and $skip. e.g. $top=10&$skip=1

Responses
200

OK - the image names have been retrieved.

400

BadRequest - if the OData parameters are incorrectly specified.

401

Unauthorized - when a valid Bearer token is not supplied in the authorization header.

403

Forbidden - the supplied tenant domain does not match the origin authority.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!