Get device passings by datetime
Gets the list of passings from the timing device from a given datetime to another.
Last updated
Gets the list of passings from the timing device from a given datetime to another.
Last updated
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.
GET
https://api.runonrufus.com/v0/passings/device/{deviceid}
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
deviceid*
String
Id of the device.
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.
api_key*
String
Account api key with READ or READ_WRITE access type.