GET /Count/
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.
GET /Operations/
Returns the operational permissions granted to roles for specific business operations
Response Body
Returns the Business Operations Entity
GET /{id:int}/
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
PUT /{id:int}/
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.
DELETE /{id:int}/
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.
GET /{name}/
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
PUT /{name}/
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.
DELETE /{name}/
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.
GET /{id:int}/Permissions/
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
POST /{id:int}/Permissions/
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.
DELETE /{id:int}/Permissions/
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.
GET /{name}/Permissions/
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
POST /{name}/Permissions/
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.
DELETE /{name}/Permissions/
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.