|
participant
The participant entity
participant entities are returned in the PARTICIPANTS special key of an Appointment entity when a detail level including zOGI_INCLUDE_PARTICIPANTS is specified. As of revision 239 the participant entity contains an additional "appointmentObjectId" element that refers to the appointment to which the participant entity belongs. ExampleA Contact Participant{'entityName': 'participant',
'firstName': 'Adam',
'lastname': 'Williams',
'objectId': 15050,
'appointmentObjectId': 40390,
'participantEntityName': 'Contact',
'participantObjectId': 10160,
'role': 'CHAIR'}A Team Participant{'comment': '',
'entityName': 'participant',
'name': 'all intranet',
'objectId': 15060,
'appointmentObjectId': 40390,
'participantEntityName': 'Team',
'participantObjectId': 10003,
'role': 'REQ-PARTICIPANT',
'rsvp': ''}Participant Roles & StatusThe "role" of the participant will be one of the following:
The "status" of the participant will be one of the following:
In order to change their participant status the user must send a ParticipantStatus entity to the server. |
Sign in to add a comment