The Class GetRoleResponse.
name | data type | description |
---|---|---|
roleDto | RoleDto | The role dto. |
actionStatus | ActionStatus | The status response of the web service response. |
Example
{ "roleDto" : { "name" : "...", "description" : "...", "role" : [ { }, { } ], "accessibleEntity" : [ { "entityId" : 12345, "code" : "...", "entityClass" : "...", "permission" : "READ", "disabled" : true }, { "entityId" : 12345, "code" : "...", "entityClass" : "...", "permission" : "UPDATE", "disabled" : true } ], "uuid" : "...", "customFields" : { "customField" : [ { }, { } ], "inheritedCustomField" : [ { }, { } ] } }, "actionStatus" : { "status" : "WARNING", "errorCode" : { }, "message" : "...", "entityId" : 12345, "entityCode" : "...", "nrAffected" : 12345, "json" : "..." } }