List All Conference
GET/Accounts/:AccountSid/Conferences
The ability to read all of the conferences that are associated with your SignalWire account. This will be returned as a list of conferences.
Permissions
The API token must include the following scopes: Voice.
Request
Path Parameters
The unique identifier for the account that created this conference.
Query Parameters
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
The unique identifier for the account that created this conference.
conferences
object[]
The unique identifier for the account that created this conference.
The version of the SignalWire API.
The date, in RFC 2822 format, this conference was created.
The date, in RFC 2822 format, this conference was updated.
A description, up to 64 characters, of the conference room.
Possible values: [us1
, us2
, ie1
, de1
, sg1
, br1
, au1
, jp1
]
The region where this conference audio was mixed. Possible values are us1
, us2
, ie1
, de1
, sg1
, br1
, au1
, and jp1
.
The unique identifier for this conference.
The status of this conference.
The URI for this conference.
subresource_uris
object
The links to associated subresources.
Links to the participants
Links to the recordings
{
"uri": "string",
"first_page_uri": "string",
"next_page_uri": "string",
"previous_page_uri": "string",
"page": 0,
"page_size": 0,
"account_sid": "b3877c40-da60-4998-90ad-b792e98472ca",
"conferences": [
{
"account_sid": "b3877c40-da60-4998-90ad-b792e98472ca",
"api_version": "2010-04-01",
"date_created": "string",
"date_updated": "string",
"friendly_name": "string",
"region": "us1",
"sid": "string",
"status": "completed",
"uri": "/api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472af/Conferences/b3877c40-da60-4998-90ad-b792e98472ca.json",
"subresource_uris": {
"participants": "/api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472af/Conferences/b3877c40-da60-4998-90ad-b792e98472ca/Participants.json",
"recordings": "/api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472af/Conferences/b3877c40-da60-4998-90ad-b792e98472ca/Recordings.json"
}
}
]
}