GET Subscription Schedule
Use the API to programmatically get events for a specific date range that live in the subscriber's primary calendar.
#
RequestPath
GET /v1/schedule/{subscriptionId}
Parameters
Name | Type | In | Description | Required |
---|---|---|---|---|
subscriptionId | String | path | This is a GUID and represents the unique identifier for a specific subscription. | true |
from | String | query | The UTC start date of the date range query | |
to | String | query | The UTC end date of the date range query |
#
Response200 OK
{ "title": "string", "startUtc": "2025-10-04T10:00:00.000Z", "endUtc": "2025-10-04T10:00:00.000Z", "isAllDayEvent": true}
#
Error401 Unauthorized
404 NotFound