Skip to main content

Get Conference Meetings

This request returns a list of detail records related to the Conference Meeting objects.

get /app/conference/meetings

Sample

A sample GET request to get the Conference endpoint Meeting object detail records matching the criteria in the request URL:

curl -X GET \
'https://api.carrierx.com/core/v2/app/conference/meetings' \
-H 'Authorization: Bearer 5ebc03d6-8b2b-44ad-bf65-72d4f1491dda'

Response

200 response code with a list of Conference Meeting Detail Record objects:

{
"count": 1,
"has_more": false,
"items": [
{
"attendee_count": 2,
"audio_attendee_count": 2,
"control_attendee_count": 0,
"data_attendee_count": 0,
"date_insert": "2024-12-14T11:01:20.224Z",
"date_start": "2024-12-14T10:02:26.000Z",
"date_stop": "2024-12-14T10:04:04.000Z",
"duration": "98",
"duration_audio": "98",
"duration_control": "0",
"duration_data": "0",
"duration_meeting": "98",
"duration_recording": "0",
"duration_video": "0",
"endpoint_sid": "e3ddc435-7b07-4f3a-98d5-4fe9be107652",
"has_recording": false,
"meeting_room_sid": "f752b4a5-b821-4322-a26f-db5cfbf014ab",
"meeting_sid": "69057c3e-bb90-4ed3-9c53-000000000392",
"partner_sid": "cee93bf3-5746-43fe-a1a2-822c05fef687",
"unique_attendee_count": 2,
"video_attendee_count": 0
}
],
"limit": 10,
"offset": 0,
"pagination": {},
"total": null
}

This request is enabled for Pagination, Result Filtering, and Field Filtering.

Required Scopes

To get information about Conference Meeting Detail Record objects, the partner must have one of the following scopes enabled:

  • app.manage
  • app.read

To view information about Conference Meeting Detail Record objects for the inherited partner, the partner must additionally have the app.read_descendant scope enabled.