Fetch an instance of a participant
Conference participants
Fetch an instance of a participant
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"
}