Retrieve all image profiles in the database.

Use the /image-profiles endpoint to retrieve all image profiles from the database.
User roles: admin, manager, editor, viewer

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

Use the offset parameter to specify the number of image profiles to skip and return the rest.

number
Defaults to 50

Set the limit for the number of image profiles that are returned.

string
enum

Specify the result format.

  • feed - (default) returns a wrapper with links
  • array - returns just the array of results
  • sequence - each result is a separate JSON document on a new line
Allowed:
string
enum

Specify the next and previous page link mode.

  • offset - (default) allows paging forward or backwards, but only a small number of times
  • deep - uses index keys to efficiently page through a large result set, but only in one direction
Allowed:
string
enum
Defaults to ascending

Specify whether you want the image profiles to be returned in ascending/alphabetical (default) or descending/reverse-alphabetical order.

Allowed:
string

Only the image profile fields that are specified here are returned for each result. Any image profile field is a valid value and can be specified as a comma-separated list.

string

Specifies additional fields to include with each result.
Valid options are:
* all: Adds all current and future additional fields to the response.
When used in-conjunction with the 'fields' option, both the fields that are specified in the 'fields' option and the fields in the 'include' option are returned.

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json