Skip to main content

Appointment Attendee

EntityAppointmentAttendee

A participant specifically linked to an Appointment activity. Created automatically when attendees are added to an appointment, and synced to the corresponding CalendarItem.

Endpoints

List

GET/v1/odata/AppointmentAttendee

Get by ID

GET/v1/odata/AppointmentAttendee({id})

Create

POST/v1/odata/AppointmentAttendee

Update

PUT/v1/odata/AppointmentAttendee({id})

Delete

DELETE/v1/odata/AppointmentAttendee({id})

Fields

FieldTypeDescription
EmailAddressStringE-mail address
IsRequiredBooleanIs required

Relationships

RelationshipTarget EntityCardinalityDescription
AppointmentActivity_AppointmentN:1Appointment
RelationshipRelationshipN:1Relationship
ContactRelationship_Person_ContactN:1Contact
CalendarItemAttendeeCalendarItemAttendeeN:1Calendar Item Attendee

Expanding Relationships

GET/v1/odata/AppointmentAttendee({id})?$expand=Appointment
GET/v1/odata/AppointmentAttendee({id})/Appointment