Count/ GET
Returns the number of dynamic playlists on the network that match the specified filter criteria. If no filter is included, this call returns the total number of dynamic playlists on the network.
Parameters
: An expression for filtering search results.
filter[string]
Response Body
The number of dynamic playlists is returned as an integer value.
Operations/ GET
Returns the operational permissions granted to roles for specific business operations
Response Body
Returns the Business Operations Entity
{id:int}/ GET
Returns the dynamic playlist instance with the specified id.
Parameters
A unique identifier for the dynamic playlist instance[int]
id:
Response Body
Returns the Dynamic Playlists Entity
{id:int}/ PUT
Modifies the specified dynamic playlist instance.
Parameters
A unique identifier for the dynamic playlist instance[int]
id:
Request Body
Response Body
On success this method returns a status code 2XX, on failure it returns a status code of 5XX.
{id:int}/ DELETE
Removes the specified dynamic playlist from the network.
Parameters
: A unique identifier for the dynamic playlist instance
id[int]
Response Body
On success this method returns a status code 2XX, on failure it returns a status code of 5XX.
{name}/ GET
Returns the dynamic playlist instance with the specified name.
Parameters
The name of the dynamic playlist instance[string] name
:
Response Body
Returns the Dynamic Playlists Entity
{name}/ PUT
Modifies the specified dynamic playlist instance.
Parameters
The name of the dynamic playlist instance[string] name
:
Request Body
Response Body
On success this method returns a status code 2XX, on failure it returns a status code of 5XX.
{name}/ DELETE
Removes the specified dynamic playlist from the network.
Parameters
: The name of the dynamic playlist instance[string] name
Response Body
On success this method returns a status code 2XX, on failure it returns a status code of 5XX.
{id:int}/Permissions/ GET
Includes object permissions for a given dynamic playlist instance.
Parameters
: A unique identifier for the dynamic playlist instance
id[int]
Response Body
Returns the Permission Entity
{id:int}/Permissions/ POST
Adds permissions to the specified dynamic playlist instance.
Parameters
: A unique identifier for the dynamic playlist instance
id[int]
Request Body
Response Body
On success this method returns a status code 2XX, on failure it returns a status code of 5XX.
{id:int}/Permissions/ DELETE
Removes permissions for the specified dynamic playlist.
Parameters
: A unique identifier for the dynamic playlist instance
id[int]
Request Body
Response Body
On success this method returns a status code 2XX, on failure it returns a status code of 5XX.
{name}/Permissions/ GET
Includes object permissions for a given dynamic playlist instance.
Parameters
: The name of the dynamic playlist instance[string] name
Response Body
Returns the Permission Entity
{name}/Permissions/ POST
Adds permissions to the specified dynamic playlist instance.
Parameters
: The name the dynamic playlist instance[string] name
Request Body
Response Body
On success this method returns a status code 2XX, on failure it returns a status code of 5XX.
{name}/Permissions/ DELETE
Removes permissions for the specified dynamic playlist.
Parameters
The name of the dynamic playlist instance[string] name:
Request Body
Response Body
On success this method returns a status code 2XX, on failure it returns a status code of 5XX.