Returns the calendar exceptions for the specified calendar ID.
get
/primeapi/restapi/v16.2/calendar/exception/{id}
Request
Path Parameters
- id
-
Type:
integer(int64)Required:trueID of the calendar whose calendar exceptions have to be found.
Response
Supported Media Types
- application/json
200 Response
successful operation
Body
Root Schema : ApiEntityCalendarException
Type:
object- calendar
-
Type:
integer(int64)The unique identifier for the calendar. - calendarExceptionId
-
Type:
integer(int64)The unique identifier for the calendar exception. - exceptionDate
-
Type:
string(date-time)The date that is marked as an exception. An exception is a change to the regularly scheduled time in the calendar. - exceptionName
-
Type:
stringThe name of the exception for the calendar. - workTime
-
Type:
stringWork time that is non-standard.
404 Response
Calendar exception does not exist or you do not have access to it.