get
https://api.genability.com/rest/public/calendars/
Return a Calendar with the corresponding {calendarId}.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Retrieve one calendar and its events by calendarId.
Use this endpoint after discovering calendars with Get Calendars. The response returns a Calendar object and its event definitions, such as holiday events, billing events, or pricing-period events.
Resource URI
GET /rest/public/calendars/{calendarId}Path parameters
| Parameter | Type | Description |
|---|---|---|
calendarId | Long | Unique ID for the calendar. Required. |
Query parameters
| Parameter | Type | Description |
|---|---|---|
fromDateTime | DateTime | Return calendar events on or after this date. Optional. |
toDateTime | DateTime | Return calendar events on or before this date. Optional. |
For the full calendar data model and examples, see Calendars.
Example
GET /rest/public/calendars/2A successful response returns a standard response payload with type set to Calendar and one calendar in the results array.
