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.
Query String Parameter
filter
string
optional
An expression for filtering search results.
______________________________________________________________
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.
Segment
id
int
A unique identifier for the dynamic playlist instance
______________________________________________________________
Response Body
Returns the Dynamic Playlists Entity
{id:int}/PUT
Modifies the specified dynamic playlist instance.
Segment
id
int
A unique identifier for the dynamic playlist instance
______________________________________________________________
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.
Segment
id
int
A unique identifier for the dynamic playlist instance
______________________________________________________________
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.
Segment
name
string
The name of the dynamic playlist instance
______________________________________________________________
Response Body
Returns the Dynamic Playlists Entity
{name}/PUT
Modifies the specified dynamic playlist instance.
Segment
name
string
The name of the dynamic playlist instance
______________________________________________________________
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.
Segment
name
string
The name of the dynamic playlist instance
______________________________________________________________
Response Body
On success this method returns a status code 2XX, on failure it returns a status code of 5XX.
{id:int}/Permissions/GET
Returns object permissions for a given dynamic playlist instance.
Segment
id
int
A unique identifier for the dynamic playlist instance
______________________________________________________________
Response Body
Success
200: Returns the permissions property value of the Dynamic Playlists Entity as a paged list of dynamic playlist entities.an array of Permission entities
{id:int}/Permissions/POST
Adds permissions to the specified dynamic playlist instance.
Segment
id
int
A unique identifier for the dynamic playlist instance
______________________________________________________________
Request Body
An array of Permission entities
______________________________________________________________
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.
Segment
id
int
A unique identifier for the dynamic playlist instance
______________________________________________________________
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
Returns object permissions for a given dynamic playlist instance.
Segment
name
string
The name of the dynamic playlist instance
______________________________________________________________
Response Body
Success
200: Returns the permissions property value of the Dynamic Playlists Entity as a paged list of dynamic playlist entities.an array of Permission entities
{name}/Permissions/POST
Adds permissions to the specified dynamic playlist instance.
Segment
name
string
The name of the dynamic playlist instance
______________________________________________________________
Request Body
An array of Permission entities
______________________________________________________________
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.
Segment
name
string
The name of the dynamic playlist instance
______________________________________________________________
Request Body
______________________________________________________________
Response Body
On success this method returns a status code 2XX, on failure it returns a status code of 5XX.