Calendar

Get Meeting By Call

Get meeting details by call ID.

This endpoint is authenticated using user session authentication.

Returns: Meeting details if a meeting was booked from the specified call, or 404 if no meeting exists for the call.

get/calendars/meetings/by-call/{call_id}

Path parameters

call_idstring uuid required

Response

Successful Response

meeting_idstring uuid required
customer_idstring uuid required
booked_with_user_idstring uuid required
booked_with_user_first_namestring nullable
booked_with_user_last_namestring nullable
booked_with_user_timezonestring nullable
call_idstring uuid nullable
attendee_first_namestring required
attendee_last_namestring required
attendee_phone_numberstring required
attendee_emailstring nullable required
attendee_timezonestring required
case_idstring uuid nullable required
case_titlestring nullable
case_descriptionstring nullable
start_timestring required
duration_minutesinteger required
created_atstring required
is_test_meetingboolean

Changes

No recorded changes to this endpoint across all 2 revisions of this API.