Statistics & analytics

Get all meetings & chats by attendee id

3min
Get all meetings & chats for a specific attendee at the event
GET
Request
Path Params
{organizationId}
required
Number
The id of the Brella organization you are trying to retrieve data from
{eventId}
required
Number
The id of the Brella event you are trying to retrieve data from
{attendeeId}
required
Number
The id of the attendee you are trying to retrieve data from
Header Parameters
Brella-API-Access-Token
required
String
Your unique Brella API key
Accept
required
String
application/vnd.brella.v4+json
Content-Type
required
String
application/json
Curl
Responses
200


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.