Panel | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
ON THIS PAGE
|
/webPages/
GET
...
Parameters
- pageIndex:
marker
:pageSize
:filter
:sort
:
Request Body
Response Body
DELETE
...
Parameters
-
filter
:
Request Body
Response Body
/webPages/count/
GET
...
Parameters
filter
:
Request Body
Response Body
/webPages/operations/
GET
...
Parameters
Request Body
Response Body
/webPages/{page_id}/
GET
...
Parameters
Request Body
Response Body
DELETE
...
Parameters
Request Body
Response Body
/webPages/{page_name}/
GET
...
Parameters
Request Body
Response Body
DELETE
...
Parameters
Request Body
Response Body
/webPages/{page_id}/permissions/
GET
...
Parameters
Request Body
Response Body
POST
...
Parameters
Request Body
Response Body
DELETE
...
Parameters
Request Body
Response Body
/webPages/{page_name}/permissions/
GET
...
Parameters
Request Body
Response Body
POST
...
Parameters
Request Body
Response Body
DELETE
...
Parameters
Request Body
Response Body
...
/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.