Retrieve a list of conferences belonging to the account used to make the request
/2010-04-01/Accounts/{AccountSid}/Conferences.json Retrieve a list of conferences belonging to the account used to make the request
Parameters
path Path Parameters
| Name | Type |
|---|---|
AccountSid
required
The SID of the Account that created the Conference resource(s) to read. | `AC${string}` |
query Query Parameters
| Name | Type |
|---|---|
DateCreated Only include conferences that were created on this date. Specify a date as | string |
DateCreated< Only include conferences that were created on this date. Specify a date as | string |
DateCreated> Only include conferences that were created on this date. Specify a date as | string |
DateUpdated Only include conferences that were last updated on this date. Specify a date as | string |
DateUpdated< Only include conferences that were last updated on this date. Specify a date as | string |
DateUpdated> Only include conferences that were last updated on this date. Specify a date as | string |
FriendlyName The string that identifies the Conference resources to read. | string |
Status The status of the resources to read. Can be: | type ConferenceEnumStatus = "init" | "in-progress" | "completed" |
PageSize How many resources to return in each list page. The default is 50, and the maximum is 1000. | number |
Page The page index. This value is simply for client state. | number |
PageToken The page token. This is provided by the API. | string |
Responses
OK
conferences?:
end?: number;
first_page_uri?: string;
next_page_uri?: string | null;
page?: number;
page_size?: number;
previous_page_uri?: string | null;
start?: number;
uri?: string;
}