{id:int}/GET
Returns the specified webpage(s) on a network
ParametersSegment
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
ParametersSegment
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
ParametersSegment
name
string
A unique identifier for the webpage
______________________________________________________________
Response Body
Returns the WebPage Entity
{name}/DELETE
Deletes the specified webpage(s) from a network
ParametersSegment
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.
ParametersSegment
id
int
A unique identifier for the webpage
______________________________________________________________
Response Body
Returns the Permission Entity
{id:int}/Permissions/POST
Adds permissions for a webpage on a network
ParametersSegment
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.
{id:int}/Permissions/DELETE
Removes permissions from a webpage on a network
ParametersSegment
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.
{name}/Permissions/GET
Returns object permissions for a given webpage instance.
ParametersSegment
name
string
A unique identifier for the webpage
______________________________________________________________
Response Body
Returns the Permission Entity
{name}/Permissions/POST
Adds permissions for a webpage on a network
ParametersSegment
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.
{name}/Permissions/DELETE
Removes permissions from a webpage on a network
ParametersSegment
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.