GET /{name}/
Returns a list of roles on a network
Parameters
name
string
The name of the role instance
______________________________________________________________
Response Body
Returns the Role Entity
PUT /{name}/
Updates a role on a network
Parameter
name
string
The name of the role instance
______________________________________________________________
Request Body
The Role Entity
______________________________________________________________
Response Body
On success this method returns a status code 2XX, on failure it returns a status code of 5XX.
DELETE /{name}/
Removes a role from a network
Parameter
name
string
The name of the role instance
______________________________________________________________
Response Body
On success this method returns a status code 2XX, on failure it returns a status code of 5XX.
GET /Operations/
Returns operational permissions granted to roles for specific business operations
Response Body
Returns the Business Operations Entity
GET /{id:int}/Permissions/
Includes object permissions for a given role instance.
Parameter
id
int
A unique identifier for a role instance
______________________________________________________________
Response Body
Returns the Permission Entity
POST /{id:int}/Permissions/
Add permissions for specified roles on a network
ParametersParameter
[int] id
: A id
int
A unique identifier for a role instance
______________________________________________________________
Request Body
______________________________________________________________
Response Body
On success this method returns a status code 2XX, on failure it returns a status code of 5XX.
DELETE /{id:int}/Permissions/
Removes permissions for specified roles on a network
ParametersParameter
[int] id
: A id
int
A unique identifier for a role instance
______________________________________________________________
Request Body
______________________________________________________________
Response Body
On success this method returns a status code 2XX, on failure it returns a status code of 5XX.
GET /{name}/Permissions/
Includes object permissions for a given role instance.
Parameter
name
string
The name of the role instance
______________________________________________________________
Response Body
Returns the Permission Entity
POST /{name}/Permissions/
Add permissions for specified roles on a network
Parameter
name
string
The name of the role instance
______________________________________________________________
Request Body
______________________________________________________________
Response Body
On success this method returns a status code 2XX, on failure it returns a status code of 5XX.
DELETE /{name}/Permissions/
Removes permissions for specified role on a network
Parameter
name
string
The name of the role instance
______________________________________________________________
Request Body
______________________________________________________________
Response Body
On success this method returns a status code 2XX, on failure it returns a status code of 5XX.