Closed pkaser closed 1 year ago
To be clear: You should be able to get a list of all callers that are members in the queue thst is referenced. It should be a gt call to /2010-04-01/Accounts/ACXXXX/Queues/QUXXX/Members.json ~ NOT ~ /2010-04-01/Accounts/ACXXXX/Queues/QUXXX/Members/.json
You should get a list of CallSids of calls holding in the referenced Queue. These returned CallSids from Members.json are passed into /2010-04-01/Accounts/ACXXXX/Queues/QUXXX/Members/CAXXXXXX.json to get the call details
Hi @pkaser! I have a slight confusion. So are you not able to access the list of all calls in a given queue or not able to fetch a particular call from that queue?
I did some more debugging it seems to be retrieving the data on a var_dump. I can see queue_members in the json, but I can't get to the actual data retrieved. So apparently the /Members/.json is ok. And I can't even get the json retrieved.
The documentation is unclear and doesn't really tell me what I should be expecting back and where and how to access it. Things are listed as GET in the docs, but I the wrapper there isn't a get(), there is a fetch(). And how do we know what to iterate through and read() if we don't know what we got back?
The issue was my lack of understanding the documentation and lack of example showing proper use.
Issue Summary
When attempting to list Queue Mermbers you receive an error
Steps to Reproduce
Try to list queue members directly. The endpoint should be: /2010-04-01/Accounts/ACXXXX/Queues/QUXXX/Members.json
Code Snippet
Exception/Log
Technical details: