Retrieve a Conference
Retrieves one voice conference by SID so you can inspect a known conference and its current activity. Use List All Conferences to discover SIDs; Video Conferences are separate hosted video resources.
Permissions
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Voice.
Learn more about API scopes.
Path parameters
Universal Unique Identifier.
The unique identifier for the account that created this conference.
Universal Unique Identifier.
The unique identifier for this conference.
Response
The request has succeeded.
Example response
{
"date_created": "Mon, 24 Sept 2018 21:00:00 +0000",
"date_updated": "Tue, 25 Sept 2018 20:00:00 +0000",
"friendly_name": "My Conference Room",
"api_version": "2010-04-01",
"region": "us1",
"uri": "/api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472af/Conferences/b3877c40-da60-4998-90ad-b792e98472cf.json",
"subresource_uris": {
"participants": "/api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472af/Conferences/b3877c40-da60-4998-90ad-b792e98472cf/Participants.json",
"recordings": "/api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472af/Conferences/b3877c40-da60-4998-90ad-b792e98472cf/Recordings.json"
}
}Changes
Changed in 4 of the 40 revisions of this API.8234
- ▲
the
account_sidresponse's property type/format changed fromstring/uuidto/for status200response-property-type-changed
- ▲
the
sidresponse's property type/format changed fromstring/uuidto/for status200response-property-type-changed
- ○
added
uuidto theaccount_sidresponse propertyallOflist for the response status200response-property-all-of-added
- ○
added
uuidto thesidresponse propertyallOflist for the response status200response-property-all-of-added
- ▲
- ○
added 'unevaluatedProperties' constraint to the response body for the status
200response-body-unevaluated-properties-added
- ○
added 'unevaluatedProperties' constraint to the response body for the status
400response-body-unevaluated-properties-added
- ○
added 'unevaluatedProperties' constraint to the response body for the status
401response-body-unevaluated-properties-added
- ○
added 'unevaluatedProperties' constraint to the response body for the status
404response-body-unevaluated-properties-added
- ○
added 'unevaluatedProperties' constraint to the
subresource_uris/allOf[ConferenceSubresourceUris]/response property for the status200response-property-unevaluated-properties-added
- ○
- ▲
the
regionresponse's property type/format changed from/tostring/for status200response-property-type-changed
- ○
added the non-success response with the status
400response-non-success-status-added
- ○
removed
ConferenceRegionfrom theregionresponse propertyallOflist for the response status200response-property-all-of-removed
- ○
the response property
account_sidbecame required for the status200response-property-became-required
- ○
the response property
api_versionbecame required for the status200response-property-became-required
- ○
the response property
date_createdbecame required for the status200response-property-became-required
- ○
the response property
date_updatedbecame required for the status200response-property-became-required
- ○
the response property
friendly_namebecame required for the status200response-property-became-required
- ○
the response property
regionbecame required for the status200response-property-became-required
- ○
the response property
sidbecame required for the status200response-property-became-required
- ○
the response property
statusbecame required for the status200response-property-became-required
- ○
the response property
subresource_urisbecame required for the status200response-property-became-required
- ○
the response property
subresource_uris/allOf[ConferenceSubresourceUris]/participantsbecame required for the status200response-property-became-required
- ○
the response property
subresource_uris/allOf[ConferenceSubresourceUris]/recordingsbecame required for the status200response-property-became-required
- ○
the response property
uribecame required for the status200response-property-became-required
This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
added the new path request parameter
AccountSidnew-request-path-parameter
- ▲
added the new path request parameter
Sidnew-request-path-parameter
- ▲
the
regionresponse's property type/format changed fromstring/to/for status200response-property-type-changed
- ▲
the
statusresponse's property type/format changed fromstring/to/for status200response-property-type-changed
- ▲
the
subresource_urisresponse's property type/format changed fromobject/to/for status200response-property-type-changed
- ●
removed the optional property
subresource_uris/participantsfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
subresource_uris/recordingsfrom the response with the200statusresponse-optional-property-removed
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
added the non-success response with the status
404response-non-success-status-added
- ○
added
ConferenceRegionto theregionresponse propertyallOflist for the response status200response-property-all-of-added
- ○
added
ConferenceStatusto thestatusresponse propertyallOflist for the response status200response-property-all-of-added
- ○
added
ConferenceSubresourceUristo thesubresource_urisresponse propertyallOflist for the response status200response-property-all-of-added
- ○
removed the
au1enum value from theregionresponse property for the response status200response-property-enum-value-removed
- ○
removed the
br1enum value from theregionresponse property for the response status200response-property-enum-value-removed
- ○
removed the
de1enum value from theregionresponse property for the response status200response-property-enum-value-removed
- ○
removed the
ie1enum value from theregionresponse property for the response status200response-property-enum-value-removed
- ○
removed the
jp1enum value from theregionresponse property for the response status200response-property-enum-value-removed
- ○
removed the
sg1enum value from theregionresponse property for the response status200response-property-enum-value-removed
- ○
removed the
us1enum value from theregionresponse property for the response status200response-property-enum-value-removed
- ○
removed the
us2enum value from theregionresponse property for the response status200response-property-enum-value-removed
This revision also has 14 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲