ConnectionRecordings
Retrieves ConnectionRecordings in the specified Application
get/Applications/{applicationId}/ConnectionRecordings
Path parameters
applicationIdstring required
The Application to retrieve ConnectionRecordings from.
Query parameters
$skipinteger
Excludes the specified number of items of the queried collection from the result.
$topinteger
Limits the number of items returned from a collection.
$filterstring
Restricts the set of items returned. The allowed properties are: channelId (Only eq), userId (Only eq), deviceId (Only eq), clientId (Only eq), connectionId (Only eq), channelRecordingId (Only eq), startTimestamp (Only ge), and stopTimestamp (Only lt). No OData functions or mathematical operators are supported. Only the and logical operator is permitted.
Examples
channelId eq 'myChannelId'
channelId eq 'myChannelId' and startTimestamp ge 2022-01-01T12:00:00Z
channelId eq 'myChannelId' and startTimestamp ge 2022-01-01T12:00:00Z and stopTimestamp lt 2022-01-02T13:00:00Z
api-versionstring
The requested API version
$filterstring
$countboolean
Indicates whether the total count of items within a collection are returned in the result.
Response
Success
Changes
No recorded changes to this endpoint across all 1 revision of this API.