Retrieve a Conference
GET/Accounts/:AccountSid/Conferences/:Sid
Retrieve a single conference.
Permissions
The API token must include the following scopes: Voice.
Request
Path Parameters
The unique identifier for the account that created this conference.
The unique identifier for this conference.
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
The unique identifier for the account that created this conference.
b3877c40-da60-4998-90ad-b792e98472ca
The version of the SignalWire API.
2010-04-01
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.
The region where this conference audio was mixed. Possible values are us1
, us2
, ie1
, de1
, sg1
, br1
, au1
, and jp1
.
Possible values: [us1
, us2
, ie1
, de1
, sg1
, br1
, au1
, jp1
]
us1
The unique identifier for this conference.
The status of this conference.
completed
The URI for this conference.
/api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472af/Conferences/b3877c40-da60-4998-90ad-b792e98472ca.json
subresource_uris
object
The links to associated subresources.
Links to the participants
/api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472af/Conferences/b3877c40-da60-4998-90ad-b792e98472ca/Participants.json
Links to the recordings
/api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472af/Conferences/b3877c40-da60-4998-90ad-b792e98472ca/Recordings.json
{
"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"
}
}