get https://yourapihubdomain.io/v1/calendars
This API is used to view all the calendars that are available in the user group. You can also get a specific calendar details by passing the calendar id in the URI.
Know your endpoint
Based on the domain you use to log in to Webex Campaign, the endpoint domain for your API varies. For more information, refer to the Know Your API Endpoints section.
Headers
The following table describes the request headers:
Request Header | Description |
---|---|
content-type | application/json |
authorization | Access token or API Secret Key in Bearer format Example: Bearer $(key) |
Request Example
https://yourapihubdomain.io/v1/calendars
https://yourapihubdomain.io/v1/calendars/16715387180014
Response Parameters
This API will return the following response parameters:
Parameter | Description |
---|---|
id | Returns the id of the calendar |
name | Returns the name of the calendar |
timezone | Returns the time zone code. |
timezoneName | Returns the time zone name. |
userGroup | Returns the name of the user group in which the calendar was created. |
tenantName | Returns the name of the tenant. |
calendarType | Returns the calendar type. The options are: 0 - Basic Calendar 1 - Advanced Calendar |
schedules | Returns the schedule object. The parameters are: days: Returns the weekdays the calendar is schedule for. The values are: 1- Sunday 2- Monday 3- Tuesday 4- Wednesday 5- Thursday 6- Friday 7-Saturday dates: Returns the dates of the calendar schedule. batchSize: Returns the batch size either absolute or a percentage value of the configured TG. batchMode: Returns the batch mode. the values are: # - number % - percentage batchInterval: Returns the batch interval in minutes. fromTime: Returns the start time toTime: Returns the end time. |
startDate | Returns the start date. |
endDate | Returns the end date. |
Failure Response Codes
The API will return code within the response as per the following table in case of failure scenarios.
HTTP Status Code | Code within API Response | Description |
---|---|---|
400 | 400 | I/O error on post request. Cannot retry due to server authentication, in streaming mode. |
401 | 430 | Authorization failed. This resource is not allowed to access using this TOKEN or KEY |
401 | 498 | Invalid token or Access token expired |
404 | 404 | Not found |
405 | 405 | Method not supported |
500 | 500 | Internal server error |