Statistics & analytics
Get all meetings & chats by attendee id
3min
notes filtering we have related endpoints to filter this data by whether the meeting was outbound or inbound show all requested meetings and chats an attendee has (i e which the attendee initiated) get /api/integration/organizations/{{organization id}}/events/{{event id}}/attendees/{{attendee id}}/meetings/requested show all received meetings and chats an attendee has (i e which were initiated by the other party — not the attendee being queried in this endpoint) get /api/integration/organizations/{{organization id}}/events/{{event id}}/attendees/{{attendee id}}/meetings/received available data this endpoint shows the metadata for all meetings & chats (confirmed or otherwise) that an attendee has limitations this endpoint cannot distinguish between confirmed/ cancelled/ rescheduled or pending meetings and chats you can use the " get meeting or chat by id " endpoint for this purpose