Skip to main content

Get Call by ID

This request returns details for a call, targeted by ID.

get/calls/{id}

Sample Request

This is a sample GET request to retrieve a call targeted by ID:

curl -X GET \
'https://api.carrierx.com/conference/v1/calls/6889184' \
-u '[your_user_name]:[your_password]'

Sample Response

200 status code with a serialized copy of the Call object:

{
"accessCode": "111",
"addressFrom": "+15162065319",
"addressTo": "\"15162065318\" <sip:15162065318@10.2.114.15>",
"bridgeName": "MIA-FCC4D",
"callee": "15162065318",
"caller": "+15162065319",
"codec": "PCMU",
"connectionStatus": 0,
"created": 1544643810000,
"customName": "",
"duration": 238,
"gainLevel": 0,
"holdMode": 0,
"id": 6889184,
"joined": 1544643810000,
"meetingNumber": 106131,
"muteMode": 0,
"nodeName": "10.2.114.15",
"presenterMedia": 0,
"qaMode": 0,
"role": 1,
"state": 2
}

Path Arguments

ParameterData TypeDescription
id
required
integerThe ID of the call.

This request is enabled for Field Filtering.