Get Schedules
GET {{url}}/{{tenantName}}/{{instanceName}}/calendar/psm-schedules
! events.eventId field is deprecated and will be replased to events.id in the future !
URL Structure: {{url}} / {{tenantName}} / {{instanceName}} / calendar /psm-schedules
in our example it would be: https://api.live.welkincloud.io/gh/sb-demo/calendar/psm-schedules
Example:
https://api.live.welkincloud.io/gh/sb-demo/calendar/psm-schedules ?psmIds=28f393a8-62b3-4b4b-aa42-da769ce4489a,18f393a8-62b3-4b4b-aa42-da769ce4489a &from=2020-01-01T00:00:00.000Z &to=2020-01-31T23:59:59.000Z
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
psmIds | string | List of id and values | |
from | string | Date_time in ISO-8601 format | |
to | string | Date_time in ISO-8601 format | |
viewerTimezone | null | If provided, return localtime fields (localStartDateTime, localEndDateTime) with provided timezone, otherwise use timezone for psmId user. String timezone (IANA format) |