Skip to main content

Get Custom Calendars

This operation returns a list of custom calendars. More Details

Responses

OK


Schema
  • customCalendar object[]
  • defineCustomMonths boolean
  • isDefault boolean
  • calendarType integer
  • numberOfYears integer
  • beginYear integer
  • beginMonth integer
  • customCalendarEntity object
  • _type_ integer
  • customCalendarId integer
  • customCalendarName string
  • beginDate integer
  • customCalendarMonths object[]
  • month integer
  • year integer
  • numberOfDays integer
GET /commserv/customcalendar    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/CommServ/CustomCalendar' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'