{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
{id:int}/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.
{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
{name}/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.
Operations/GET
Returns the operational permissions granted to roles for specific business operations
Response Body
Returns the Business Operations Entity
{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
{id:int}/Permissions/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.
{id:int}/Permissions/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.
{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
{name}/Permissions/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.
{name}/Permissions/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.