Screenshots

Lists screenshots

Requires screenshots.read scope.

get/api/v2/screenshots

Query parameters

page[size]integer

Number of records per page (default: 25, max: 250)

page[after]string

Cursor for fetching the next page of results

page[before]string

Cursor for fetching the previous page of results

filter[created_at_gt]string

Min time for when a record was created. Using rfc3339 format.

filter[created_at_lt]string

Max time for when a record was last updated. Using rfc3339 format.

filter[updated_at_gt]string

Min time for when a record was last updated. Using rfc3339 format.

filter[updated_at_lt]string

Max time for when a record was last updated. Using rfc3339 format.

fields[screenshots]string[]

Comma separated list of fields for screenshots to include in response

includestring[]

Comma-separated list of relationships to include (e.g. product,vendor)

Response

With all fields included

Changes