Skip to main content
GET
Get a single Meeting

Authorizations

Authorization
string
header
required

A static Affinity API key, presented as a bearer token.

Path Parameters

meetingId
integer<int64>
required

Meeting ID

Required range: 1 <= x <= 9007199254740991

Response

OK

id
integer<int64>
required

The meeting's unique identifier

Required range: 1 <= x <= 9007199254740991
Example:

1

loggingType
enum<string>
required

Indicates how the interaction was added to Affinity: either manually by a user ('manual') or automatically through Affinity's capture process ('automated').

Available options:
automated,
manual
Example:

"automated"

title
string | null
required

The meeting's title

Example:

"Example title"

startTime
string<date-time>
required

The timestamp of when the meeting starts

Example:

"2023-01-01T00:00:00Z"

endTime
string<date-time> | null
required

The timestamp of when the meeting ends

Example:

"2023-01-01T00:00:00Z"

allDay
boolean
required

Whether the meeting is all day

Example:

false

creator
Attendee · object | null
required

The person who created the meeting

organizer
Attendee · object | null
required

The person who organized the meeting

createdAt
string<date-time>
required

The timestamp of when the meeting was created

Example:

"2023-01-01T00:00:00Z"

updatedAt
string<date-time> | null
required

The timestamp of when the meeting was updated

Example:

"2023-01-01T00:00:00Z"

attendeesPreview
AttendeesPreview · object
required

A preview of the attendees in the meeting