Description | : List Account Filters in the Media Services account. |
Reference | : Link ¶ |
⚼ Request
GET:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/accountFilters
{
subscriptionId:
string
,
resourceGroupName:
string
,
accountName:
string
,
api-version:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
{
,
presentationTimeRange:
{
,
startTimestamp:
integer
,
endTimestamp:
integer
,
presentationWindowDuration:
integer
,
liveBackoffDuration:
integer
,
timescale:
integer
,
forceEndTimestamp:
boolean
,
}
firstQuality:
{
,
bitrate:
integer
,
}
tracks:
}
[
]
,
{
,
trackSelections:
}
[
]
,
{
,
property:
enum
,
value:
string
,
operation:
enum
,
}
systemData:
}
{
,
createdBy:
string
,
createdByType:
enum
,
createdAt:
string
,
lastModifiedBy:
string
,
lastModifiedByType:
enum
,
lastModifiedAt:
string
,
}
@odata.nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}