Fetch an instance of a participant
Conference participants
Fetch an instance of a participant
Path parameters
-
AccountSid
string Required The SID of the Account that created the Participant resource to fetch.
-
ConferenceSid
string Required The SID of the conference with the participant to fetch.
-
CallSid
string Required The Call SID or label of the participant to fetch. Non URL safe characters in a label must be percent encoded, for example, a space character is represented as %20.
GET
/2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants/{CallSid}.json
curl \
-X GET https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants/{CallSid}.json \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"call_sid": "string",
"call_sid_to_coach": "string",
"coaching": true,
"conference_sid": "string",
"date_created": "string",
"date_updated": "string",
"end_conference_on_exit": true,
"hold": true,
"label": "string",
"muted": true,
"start_conference_on_enter": true,
"status": "queued",
"uri": "string"
}
Response examples (200)
{
"account_sid": "string",
"call_sid": "string",
"call_sid_to_coach": "string",
"coaching": true,
"conference_sid": "string",
"date_created": "string",
"date_updated": "string",
"end_conference_on_exit": true,
"hold": true,
"label": "string",
"muted": true,
"start_conference_on_enter": true,
"status": "queued",
"uri": "string"
}