Get Device Screenshots
GET {{baseUrl}}/v1/device/:deviceUid/screenshot?takenSince=<dateTime>&takenUntil=<dateTime>&limit=<integer>&descending=<integer>
Get live screenshots from the device by deviceUid
. Usually, we take screenshots automatically every 6 minutes. But you can obtain extra screenshots at any time.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
takenSince | string | Fetch data since this parameter. | |
takenUntil | string | Fetch data until this parameter. | |
limit | string | Page size. For more information, view Pagination section. | |
descending | string | Limit of results |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-auth | string | Authorization key and token | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
[{"deviceUid":"\u003cstring\u003e","takenAt":"\u003cdateTime\u003e","uri":"\u003cstring\u003e"},{"deviceUid":"\u003cstring\u003e","takenAt":"\u003cdateTime\u003e","uri":"\u003cstring\u003e"}]