GET /Count/
GETRetrieves the number of presentations on the network matching the specified filter criteria. If no filter is included, this call returns the total number of presentations on the network.
Parameters
: An expression for filtering search results.
filter[string]
Response Body
The presentation count is returned as an integer value.
GET /Operations/
GETReturns the operational permissions granted to roles for specific business operations
Response Body
Returns the Business Operations Entity
GET /{id:int}/
GETReturns the presentation instance with the specified id.
Parameters
A unique identifier for the presentation instance[int]
id:
Response Body
Returns the Presentation Entity
PUT /{id:int}/
PUTModifies the specified presentation instance.
Parameters
A unique identifier for the presentation 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}/
DELETERemoves the specified presentation from the network.
Parameters
A unique identifier for the presentation instance[int]
id:
Response Body
On success this method returns a status code 2XX, on failure it returns code 400 with an error message.
GET /{name}/
GETReturns the presentation instance with the specified name.
Parameters
The name of the presentation instance[string]
name:
Response Body
Returns the Presentation Entity
PUT /{name}/
PUTModifies the specified presentation instance.
Parameters
The name of the presentation 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}/
DELETERemoves the specified presentation from the network.
Parameters
The name of the presentation instance[string] name
:
Response Body
On success this method returns a status code 2XX, on failure it returns code 400 with an error message.
GET /{id:int}/Permissions/
GETIncludes object permissions for a given presentation instance.
Parameters
A unique identifier for the presentation instance[int]
id:
Response Body
Returns the Permission Entity
POST /{id:int}/Permissions/
POSTAdds permissions for the specified presentation instance.
Parameters
A unique identifier for the presentation 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}/Permissions/
DELETERemoves permissions for the specified presentation instance.
Parameters
A unique identifier for the presentation 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.
GET /{name}/Permissions/
GETIncludes object permissions for a given presentation instance.
Parameters
The name of the presentation instance[string] name
:
Response Body
Returns the Permission Entity
POST /{name}/Permissions/
POSTAdds permissions for the specified presentation instance.
Parameters
The name of the presentation 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/
DELETERemoves permissions for the specified presentation instance.
Parameters
The name of the presentation 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.