Retrieve a list of conferences belonging to the account used to make the request
Voice call conferences
Retrieve a list of conferences belonging to the account used to make the request
Path parameters
-
The SID of the Account that created the Conference resource(s) to read.
Query parameters
-
DateCreated string(date)
The
date_created
value, specified asYYYY-MM-DD
, of the resources to read. To read conferences that started on or before midnight on a date, use<=YYYY-MM-DD
, and to specify conferences that started on or after midnight on a date, use>=YYYY-MM-DD
. -
DateCreated< string(date)
The
date_created
value, specified asYYYY-MM-DD
, of the resources to read. To read conferences that started on or before midnight on a date, use<=YYYY-MM-DD
, and to specify conferences that started on or after midnight on a date, use>=YYYY-MM-DD
. -
DateCreated> string(date)
The
date_created
value, specified asYYYY-MM-DD
, of the resources to read. To read conferences that started on or before midnight on a date, use<=YYYY-MM-DD
, and to specify conferences that started on or after midnight on a date, use>=YYYY-MM-DD
. -
DateUpdated string(date)
The
date_updated
value, specified asYYYY-MM-DD
, of the resources to read. To read conferences that were last updated on or before midnight on a date, use<=YYYY-MM-DD
, and to specify conferences that were last updated on or after midnight on a given date, use>=YYYY-MM-DD
. -
DateUpdated< string(date)
The
date_updated
value, specified asYYYY-MM-DD
, of the resources to read. To read conferences that were last updated on or before midnight on a date, use<=YYYY-MM-DD
, and to specify conferences that were last updated on or after midnight on a given date, use>=YYYY-MM-DD
. -
DateUpdated> string(date)
The
date_updated
value, specified asYYYY-MM-DD
, of the resources to read. To read conferences that were last updated on or before midnight on a date, use<=YYYY-MM-DD
, and to specify conferences that were last updated on or after midnight on a given date, use>=YYYY-MM-DD
. -
FriendlyName string
The string that identifies the Conference resources to read.
-
Status string
The status of the resources to read. Can be:
init
,in-progress
, orcompleted
.Values are
init
,in-progress
, orcompleted
. -
PageSize integer
How many resources to return in each list page. The default is 50, and the maximum is 1000.
Minimum value is
1
, maximum value is1000
.
curl \
-X GET https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/Conferences.json \
--user "username:password"
{
"conferences": [
{
"account_sid": "string",
"api_version": "string",
"call_sid_ending_conference": "string",
"date_created": "string",
"date_updated": "string",
"friendly_name": "string",
"reason_conference_ended": "conference-ended-via-api",
"region": "string",
"sid": "string",
"status": "init",
"subresource_uris": {},
"uri": "string"
}
],
"end": 42,
"first_page_uri": "https://example.com",
"next_page_uri": "https://example.com",
"page": 42,
"page_size": 42,
"previous_page_uri": "https://example.com",
"start": 42,
"uri": "https://example.com"
}
{
"conferences": [
{
"account_sid": "string",
"api_version": "string",
"call_sid_ending_conference": "string",
"date_created": "string",
"date_updated": "string",
"friendly_name": "string",
"reason_conference_ended": "conference-ended-via-api",
"region": "string",
"sid": "string",
"status": "init",
"subresource_uris": {},
"uri": "string"
}
],
"end": 42,
"first_page_uri": "https://example.com",
"next_page_uri": "https://example.com",
"page": 42,
"page_size": 42,
"previous_page_uri": "https://example.com",
"start": 42,
"uri": "https://example.com"
}