Response containing a role
name | data type | description |
---|---|---|
role | RoleModel | Role |
Properties inherited from GenericResponse |
||
messages | array of Message | Messages contained in the response (which should be shown to the user) |
responseInfo | ResponseInfo |
Example
{ "role" : { "id" : 12345, "name" : { "property1" : "...", "property2" : "..." }, "description" : { "property1" : "...", "property2" : "..." } }, "messages" : [ { }, { } ], "responseInfo" : { "responseCode" : "OK", "responseMessage" : "...", "property" : "..." } }