Partner gets list with dates of events to display its in the calendar by device ID. START_TS parameter is necessary, format is YYYYmmddHHMMSS, eg: 20180220130200. END_TS parameter is optional, current time by default.
Request
Query Params
start_ts
stringÂ
required
Example:
{{START_TS}}
end_ts
stringÂ
required
Example:
{{OPTIONAL: END_TS}}
Body Params multipart/form-data
object {0}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location-g--request GET 'https://fleet.roscolive.com/api/v1.0/api/{{API_VERSION}}/partners/devices/{{DEVICE_ID}}/events/dates?start_ts={{START_TS}}&end_ts={{OPTIONAL: END_TS}}'