Conference List Resource URI
Returns the list representation of all the Conference resources for this Account.
/2012-04-24/Accounts/{AccountSid}/Conferences
HTTP GET. The following GET query string parameters allow you to limit the list returned. Note, parameters are case-sensitive:
Parameter | Description |
Page | The current page number. Zero-indexed, so the first page is 0. |
PageSize | How many items are in each page |
Limit | The total number of items in the list. |
StartTime | The position in the overall list of the first item in this page. |
EndTime | The position in the overall list of the last item in this page. |
CallSid | The Call sid of the resource. |
/2012-04-24/Accounts/{AccountSid}/Conferences.json?Page=6&PageSize=2";
Last modified 2yr ago