GET api/GetAllPermissionsByUserId
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of PermissionsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RoleCode | string |
None. |
|
| RoleDescription | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"RoleCode": "sample string 1",
"RoleDescription": "sample string 2"
},
{
"RoleCode": "sample string 1",
"RoleDescription": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfPermissionsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cybersoft.Primero.OnlineFRE.APIs.Models.FOFCD">
<PermissionsModel>
<RoleCode>sample string 1</RoleCode>
<RoleDescription>sample string 2</RoleDescription>
</PermissionsModel>
<PermissionsModel>
<RoleCode>sample string 1</RoleCode>
<RoleDescription>sample string 2</RoleDescription>
</PermissionsModel>
</ArrayOfPermissionsModel>