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
filter
string
An expression for filtering search results
______________________________________________________________
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
id
int
A unique identifier for the dynamic playlist instance
______________________________________________________________
Response Body
Returns the Dynamic Playlists Entity
PUT /{id:int}/
Modifies the specified dynamic playlist instance.
Parameters
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.
DELETE /{id:int}/
Removes the specified dynamic playlist from the network.
Parameters
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.
GET /{name}/
Returns the dynamic playlist instance with the specified name.
Parameters
name
string
The name of the dynamic playlist instance
______________________________________________________________
Response Body
Returns the Dynamic Playlists Entity
PUT /{name}/
Modifies the specified dynamic playlist instance.
Parameters
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.
DELETE /{name}/
Removes the specified dynamic playlist from the network.
Parameters
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.
GET /{id:int}/Permissions/
Includes object permissions for a given dynamic playlist instance.
Parameters
id
int
A unique identifier for the dynamic playlist instance
______________________________________________________________
Response Body
Returns the Permission Entity
POST /{id:int}/Permissions/
Adds permissions to the specified dynamic playlist instance.
Parameters
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.
DELETE /{id:int}/Permissions/
Removes permissions for the specified dynamic playlist.
Parameters
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.
GET /{name}/Permissions/
Includes object permissions for a given dynamic playlist instance.
Parameters
name
string
The name of the dynamic playlist instance
______________________________________________________________
Response Body
Returns the Permission Entity
POST /{name}/Permissions/
Adds permissions to the specified dynamic playlist instance.
Parameters
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.
DELETE /{name}/Permissions/
Removes permissions for the specified dynamic playlist.
Parameters
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.