Get Account filter – Media API – MediaKind

Get Account Filter

Get https://app.mk.io/api/v1/projects/:project_name/media/accountFilters/:filter_name

Get an account filter by name.

RBAC Capability Required: ams.accountfilter.get

Authentication

Authorization Bearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path Parameters

Parameter Type Required Description
project_name string Yes
filter_name string Yes

Response

200 A single account filter

Field Type Optional Description
id string Yes Fully qualified resource ID for the resource.
name string Yes The name of the resource, 1-260 characters.
properties object Required Properties for the account filter.

Properties

Example:

[
    {"property": "Type", "operation": "Equal", "value": "Audio"},
    {"property": "Bitrate", "operation": "Equal", "value": "3000000-5000000"},
    {"property": "Language", "operation": "NotEqual", "value": "en"}
]

Errors