Get Last Screenshot By Devices
GET {{baseUrl}}/v1/device/screenshot?deviceUids=<string>&deviceUids=<string>&limit=<integer>&descending=true
Get list of last screenshots. One screenshot for each listed device in current organization. If device doesn't have any screenshots it will be skipped.
This endpoint uses pagination. For more information view Pagination section.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
deviceUids | string | List of device uids. For more information, view List parameters section. | |
deviceUids | string | List of device uids. For more information, view List parameters section. | |
limit | string | Page size. For more information, view Pagination section. | |
descending | boolean | Default true . Order resource in descending or ascending order by createdAt. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-auth | string | Authorization key and token | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
[{"uid":"\u003cstring\u003e","deviceUid":"\u003cstring\u003e","takenAt":"\u003cdateTime\u003e","uri":"\u003cstring\u003e"},{"uid":"\u003cstring\u003e","deviceUid":"\u003cstring\u003e","takenAt":"\u003cdateTime\u003e","uri":"\u003cstring\u003e"}]