TeXML REST Commands
List conference recordings
Lists conference recordings
get/texml/Accounts/{account_sid}/Conferences/{conference_sid}/Recordings
Path parameters
account_sidstring required
The id of the account the resource belongs to.
conference_sidstring required
The ConferenceSid that uniquely identifies a conference.
Response
Multiple conference recording resources.
Example response
{
"end": 0,
"first_page_uri": "/v2/texml/Accounts/61bf923e-5e4d-4595-a110-56190ea18a1b/Conferences/6dc6cc1a-1ba1-4351-86b8-4c22c95cd98f/Recordings.json?page=0&pagesize=20",
"page": 0,
"page_size": 20,
"participants": [],
"start": 0,
"uri": "/v2/texml/Accounts/61bf923e-5e4d-4595-a110-56190ea18a1b/Conferences/6dc6cc1a-1ba1-4351-86b8-4c22c95cd98f/Recordings.json?page=0&pagesize=20"
}