GET integration/events/{eventId}/attendees/{attendeeId}/appointments/total?kind={kind}

Returns the number of attendee appointments.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
eventId

Event Id or Event External Id

string

Required

attendeeId

Attendee Id or Attendee External Id

string

Required

kind

Appointment kind

string

None.

Body Parameters

None.

Response Information

Resource Description

The number of appointments.

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>