Recordings
Retrieve a collection of call recordings.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
filterstringOptional
Use the filter query parameter to retrieve just a subset of a collection.
searchstringOptional
Use the search query parameter to restrict the results of a request to match a search criterion.
orderbystringOptional
Use the orderby query parameter to specify the sort order of the items returned from server.
The default order is ascending order.
skipinteger · int32OptionalDefault:
Use the skip query parameter to set the number of items to skip at the start of a collection.
0topinteger · int32 · min: 1 · max: 100OptionalDefault:
Use the top query parameter to specify the page size of the result set.
100Responses
200
OK
application/json
4XX
Error
get
/recordingsGet details of a call recording.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idall ofRead-onlyRequired
The unique ID of call recording.
stringOptionalExample:
The unique ID of the resource.
NzAwNTUxOTA5NzczMTQ4MTYwResponses
200
OK
application/json
4XX
Error
get
/recordings/{id}