ChannelRecordings

Retrieves ChannelRecordings in the specified Application

get/Applications/{applicationId}/ChannelRecordings

Path parameters

applicationIdstring required

The Application to retrieve ChannelRecordings 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),ready (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-02T12:00:00Z
        channelId eq 'myChannelId' and startTimestamp ge 2022-01-01T12:00:00Z and stopTimestamp lt 2022-01-02T12:00:00Z and ready eq true
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.