|
notification
The notification entity
IntroductionThe notification entity is a transient entity returned from a call to the getNotifications method. Each notification entity represents a pending notification; an appointment notification will only be received once as once it is returned to the client the notification is cleared.
Example{'appointmentObjectId': 10499440,
'comment': '',
'email': ['tschulth@example.com'],
'endOffsetFromGMT': 0,
'endTimeZone': 'GMT',
'entityName': 'notification',
'imAddress': '',
'isAccount': 1,
'notifyEntityName': 'Contact',
'notifyObjectId': 1197110,
'rsvp': 1,
'startOffsetFromGMT': 0,
'startTimeZone': 'GMT',
'status': 'NEEDS-ACTION',
'type': 'Appointment'},
{'appointmentObjectId': 10499440,
'comment': '',
'email': ['rhopkins@example.com', 'rick.hopkins@example.com'],
'endOffsetFromGMT': -14400,
'endTimeZone': 'EDT',
'entityName': 'notification',
'imAddress': '',
'isAccount': 1,
'notifyEntityName': 'Contact',
'notifyObjectId': 26850,
'rsvp': 0,
'startOffsetFromGMT': -14400,
'startTimeZone': 'EDT',
'status': 'NEEDS-ACTION',
'type': 'Appointment'},
|
Sign in to add a comment