Get a list of avaliable calendar objects within changeset
GET {{baseUrl}}/api/model/calendars
Request Params
Key | Datatype | Required | Description |
---|
information.subType | null | | Specify which type of calendar shoud be returned. If not provided, all system and custom calendars will re returned. |
offset | null | | Starting point within the collection of returned results. Used to control paging behavior. |
limit | null | | Maximum number of items returned for a single request. Used to control paging behavior. Maximum value: 200 |
fields | null | | Comma-separated, top-level field whitelist that allows the client to selectively retrieve part of the response model. If specified, extra filtering is applied. For example, "information,baseCalendar" keeps only the "information" field and "baseCalendar" field, omitting all other fields in the top-level response model. |
Key | Datatype | Required | Description |
---|
X-MSTR-AuthToken | string | | (Required) |
X-MSTR-MS-Changeset | string | | |