"Notification"
•
Environment: onsite, online
Some tooltip text!
• 2 minutes to read
• 2 minutes to read
This provider name is implemented by the class
Supported Entities
| Name | Description |
|---|---|
| "appointmentNew" | Appointment |
| "appointmentUpdated" | Appointment |
| "appointmentCancelled" | Appointment |
| "appointmentAccepted" | Appointment |
| "appointmentRejected" | Appointment |
| "appointmentRejectedByAssociate" | Appointment |
| "ticketNew" | Request |
| "ticketNewMessage" | Request |
| "ticketEscalated" | Request |
| "ticketActivated" | Request |
| "ticketTransferred" | Request |
| "ticketCustomMessage" | Request |
| "ticketFavouriteUpdated" | Request |
| "assignmentCompany" | [!!Company assignment] |
| "assignmentPerson" | [!!Person assignment] |
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 | |
| endDateTime | None | !!endDateTime | |
| location | None | !!location | |
| isRecurring | None | !!isRecurring | |
| isEmailInvitation | None | !!isEmailInvitation | |
| invitedPersonId | None | !!invitedPersonId | |
| isSeen | None | !!isSeen | |
| hasConflict | None | !!hasConflict | |
| recurrencePattern | None | !!recurrencePattern | |
| rejectReason | None | !!rejectReason | |
| isAssignment | None | !!isAssignment | |
| isFree | None | !!isFree: bool | |
| isSystemUserAssignment | None | !!isSystemUserAssignment: bool | |
| ticketId | None | !!ticketId | |
| category | None | !!category | |
| customUrl | None | !!customUrl | |
| type | None | Type: The type of notification | |
| ownerContactId | None | Owner associate ID: The associate ID of the user who is the original owner of the notification | |
| updatedAssocId | None | Updated by: Displays the name of the associate who last updated the project | |
| companyName | None | !!Company name: !!Company name tooltip | |
| personFirstName | None | !!Person first name: !!Person name tooltip | |
| personMiddleName | None | !!Person middle name: !!Person middle name tooltip | |
| personLastName | None | !!Person last name: !!Person last name tooltip | |
| personFullName | None | !!Person full name: !!Person full name tooltip | |
| personId | None | !!Person id: !!Person id tooltip |
Sample
GET /api/v1/archive/Notification?$select=isRecurring,recurrencePattern
Authorization: Basic dGplMDpUamUw
Accept: application/json; charset=utf-8
Accept-Language: sv
See also: