View Calendar Exceptions
get
/primeapi/restapi/calendar/exception/{id}
This endpoint returns calendar exceptions that meet the following requirements:
- The object has an ID that matches the value of the {id} path parameter.
Request
Path Parameters
-
id: integer(int64)
The system-generated identifier of a calendar exception.
Response
Supported Media Types
- application/json
200 Response
successful operation
Nested Schema : ApiEntityCalendarException
Type:
Show Source
object
-
calendarExceptionId(optional):
integer(int64)
The unique identifier for the calendar exception.
-
calendarId(optional):
integer(int64)
The unique identifier for the calendar.
-
exceptionDate(optional):
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(optional):
string
The name of the exception for the calendar.
-
link(optional):
string(url)
Read Only:
true
-
updateDate(optional):
string(date-time)
Read Only:
true
Date when the record was last updated. Used for viewing and filtering records, obtained ONLY from GET calls, modified on and after a particular date. Not a part of POST response. -
workTime(optional):
string
Work time that is non-standard.
204 Response
Successful operation with no content.
404 Response
The requested calendar exception does not exist, or you do not have access to it.