Fetch a specific member from the queue
Calls in a call queue
Fetch a specific member from the queue
Path parameters
-
AccountSid
string Required The SID of the Account that created the Member resource(s) to fetch.
-
QueueSid
string Required The SID of the Queue in which to find the members to fetch.
-
CallSid
string Required The Call SID of the resource(s) to fetch.
GET
/2010-04-01/Accounts/{AccountSid}/Queues/{QueueSid}/Members/{CallSid}.json
curl \
-X GET https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/Queues/{QueueSid}/Members/{CallSid}.json \
--user "username:password"
Response examples (200)
{
"call_sid": "string",
"date_enqueued": "string",
"position": 42,
"queue_sid": "string",
"uri": "https://example.com",
"wait_time": 42
}
Response examples (200)
{
"call_sid": "string",
"date_enqueued": "string",
"position": 42,
"queue_sid": "string",
"uri": "https://example.com",
"wait_time": 42
}