• Share
    • Twitter
    • LinkedIn
    • Facebook
    • Email
  • Feedback
  • Edit
Show / Hide Table of Contents

"Notification"

Some tooltip text!
• 1 minute to read
 • 1 minute to read

This provider name is implemented by the class SuperOffice.CRM.ArchiveLists.NotificationProvider inside NetServer's SODatabase assembly.

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

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

Sample

GET /api/v1/archive/Notification?$select=startDateTime,isEmailInvitation
Authorization: Basic dGplMDpUamUw
Accept: application/json; charset=utf-8
Accept-Language: sv

See also: IArchiveAgent.

In This Article
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top