GET /{id:int}/
Returns the specified webpage(s) on a network
Parameter
id int
A unique identifier for the webpage
______________________________________________________________
Response Body
Returns the WebPage Entity
DELETE /{id:int}/
Deletes the specified webpage(s) from a network
Parameter
id int
A unique identifier for the webpage
______________________________________________________________
Response Body
On success this method returns a status code 2XX, on failure it returns a status code of 5XX.
GET /{name}/
Returns the specified webpage(s) on a network
Parameter
name
string
A unique identifier for the webpage
______________________________________________________________
Response Body
Returns the WebPage Entity
DELETE /{name}/
Deletes the specified webpage(s) from a network
Parameter
name
string
A unique identifier for the webpage
______________________________________________________________
Response Body
On success this method returns a status code 2XX, on failure it returns a status code of 5XX.
GET /Operations/
Returns the operational permissions granted to roles for specific business operations
Response Body
Returns the Business Operations Entity
GET /{id:int}/Permissions/
Includes object permissions for a given webpage instance.
Parameter
id int
A unique identifier for the webpage
______________________________________________________________
Response Body
Returns the Permission Entity
POST /{id:int}/Permissions/
Adds permissions for a webpage on a network
Parameter
id int
A unique identifier for the webpage
______________________________________________________________
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 from a webpage on a network
Parameter
id int
A unique identifier for the webpage
______________________________________________________________
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 webpage instance.
Parameter
name
string
A unique identifier for the webpage
______________________________________________________________
Response Body
Returns the Permission Entity
POST /{name}/Permissions/
Adds permissions for a webpage on a network
Parameter
name
string
A unique identifier for the webpage
______________________________________________________________
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 from a webpage on a network
Parameter
name
string
A unique identifier for the webpage
______________________________________________________________
Request Body
______________________________________________________________
Response Body
On success this method returns a status code 2XX, on failure it returns a status code of 5XX.