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