"AppointmentCancelledNotification"
Some tooltip text!
• 1 minute to read
• 1 minute to read
This provider name is implemented by the class
Supported Entities
Name | Description |
---|---|
"appointmentCancelled" | Appointment |
Supported Columns
Name | Restriction | Description | OrderBy |
---|---|---|---|
getAllRows | bool | GetAll: Get all rows of archive - use with care, you may be fetching the whole database | |
getNoRows | bool | GetNone: Do not get any rows from the archive | |
id | None | !!id | x |
associateId | associate | Associate: SR_SINGULAR_ASSOCIATE_TOOLTIP | x |
originatorFullName | None | !!originatorFullName | |
notifyDateTime | datetime | !!notifyDateTime | x |
title | None | !!title | |
updateType | None | !!updateType | |
startDateTime | None | !!startDateTime | x |
endDateTime | None | !!endDateTime | |
location | None | !!location | |
isRecurring | None | !!isRecurring | |
isEmailInvitation | None | !!isEmailInvitation | |
invitedPersonId | None | !!invitedPersonId | x |
isSeen | None | !!isSeen | |
hasConflict | None | !!hasConflict | |
recurrencePattern | None | !!recurrencePattern | x |
rejectReason | None | !!rejectReason | x |
isAssignment | None | !!isAssignment | |
isFree | None | !!isFree: bool | x |
isSystemUserAssignment | None | !!isSystemUserAssignment: bool | x |
Sample
GET /api/v1/archive/AppointmentCancelledNotification?$select=updateType,location
Authorization: Basic dGplMDpUamUw
Accept: application/json; charset=utf-8
Accept-Language: sv
See also: