Partner gets list with dates of events to display its in the calendar by company ID. START_TS and END_TS parameters are necessary, format is YYYYmmddHHMMSS, eg: 20180220130200
Request
Query Params
start_ts
stringÂ
required
Example:
{{START_TS}}
end_ts
stringÂ
required
Example:
{{END_TS}}
byid
stringÂ
required
Example:
company
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/companies/{{COMPANY_ID}}/events/dates?start_ts={{START_TS}}&end_ts={{END_TS}}&byid=company' \
--header'Content-Type: text/plain' \
--data-raw''