Get device passings by datetime
Gets the list of passings from the timing device from a given datetime to another.
With this method you can navigate trough the passings of a device without the need to know the timing session (token_session) they belong to. So you can reach passings from different timing session all in one call.
Gets the list of passings from the timing device from a given datetime to another.
GET
https://api.runonrufus.com/v0/passings/device/{deviceid}
Path Parameters
Name | Type | Description |
---|---|---|
deviceid* | String | Id of the device. |
Query Parameters
Name | Type | Description |
---|---|---|
from | Date | Date object containing the timestamp information of the first passing of the device to retrieve. Format: YYYY-MM-DDTHH:mm:ss.sssZ |
to | Date | Date object containing the timestamp information of the last passing of the device to retrieve. Format: YYYY-MM-DDTHH:mm:ss.sssZ |
page | Int | Page number of the list of passing to retrieve. Each page can contain up to 5000 passings. |
Headers
Name | Type | Description |
---|---|---|
api_key* | String | Account api key with READ or READ_WRITE access type. |
Last updated