GET /Count/
Retrieves 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
[string]
filter
: An filter
string
An expression for filtering search results
.______________________________________________________________
Response Body
The presentation count 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 presentation instance with the specified id.
Parameters
[int]
id:
id
int
A unique identifier for the presentation instance
______________________________________________________________
Response Body
Returns the Presentation Entity
PUT /{id:int}/
Modifies the specified presentation instance.
Parameters
[int]
id:
id
int
A unique identifier for the presentation 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 presentation from the network.
Parameters
[int]
id:
id
int
A unique identifier for the presentation instance
______________________________________________________________
Response Body
On success this method returns a status code 2XX, on failure it returns code 400 with an error message.
GET /{name}/
Returns the presentation instance with the specified name.
Parameters
[string]
name:
name
string
The name of the presentation instance
______________________________________________________________
Response Body
Returns the Presentation Entity
PUT /{name}/
Modifies the specified presentation instance.
Parameters
[string] name
:
name
string
The name of the presentation 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 presentation from the network.
Parameters
[string] name
:
name
string
The name of the presentation instance
______________________________________________________________
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/
Includes object permissions for a given presentation instance.
Parameters
[int]
id:
id
int
A unique identifier for the presentation instance
______________________________________________________________
Response Body
Returns the Permission Entity
POST /{id:int}/Permissions/
Adds permissions for the specified presentation instance.
Parameters
[int]
id:
id
int
A unique identifier for the presentation 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 presentation instance.
Parameters
[int]
id:
id
int
A unique identifier for the presentation 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 presentation instance.
Parameters
[string] name
:
name
string
The name of the presentation instance
______________________________________________________________
Response Body
Returns the Permission Entity
POST /{name}/Permissions/
Adds permissions for the specified presentation instance.
Parameters
[string] name
:
name
string
The name of the presentation 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 presentation instance.
Parameters
[string]
name:
name
string
The name of the presentation instance
______________________________________________________________
Request Body
______________________________________________________________
Response Body
On success this method returns a status code 2XX, on failure it returns a status code of 5XX.