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.
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
{
"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"
}
}