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