Calendars

Note: This page has not yet been converted to the new developer portal format. Please use Swagger to test this API.

calendars

GET /calendars/{organizationId}

Description

Retrieve all active Scheduling calendars for an organization.

Return type

collection of calendars

Parameters

NameRequired?Data Type?Description

credentials

y

string

Basic Authorization header.

organizationId

y

long

The ID of the organization that owns this resource.

pageNumber

y

int

The page of calendar data to return. Page size is 100, and pageNumber is assumed to be 1 if not provided.

Error Status Codes

HTTP Status CodeReason

400

Missing or invalid request input.

401

Invalid or missing credentials.

500

Internal Error

Example Response