GET api/ClientRolesMaster?clientID={clientID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientID | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CustomClientRolesMasterName | Description | Type | Additional information |
---|---|---|---|
ClientRolesMasterID | globally unique identifier |
None. |
|
RoleName | string |
None. |
|
RoleDescription | string |
None. |
|
StandardRoleID | globally unique identifier |
None. |
|
StandardRoleName | string |
None. |
|
ClientID | globally unique identifier |
None. |
|
ClientName | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ClientRolesMasterID": "cb7d288d-3243-4724-86cd-e769cfb9b6a7", "RoleName": "sample string 2", "RoleDescription": "sample string 3", "StandardRoleID": "de684e6e-c082-48fa-81ef-fae0de49f8f8", "StandardRoleName": "sample string 5", "ClientID": "206a762b-c3de-465b-b5f3-2edbb9a5185f", "ClientName": "sample string 7" }, { "ClientRolesMasterID": "cb7d288d-3243-4724-86cd-e769cfb9b6a7", "RoleName": "sample string 2", "RoleDescription": "sample string 3", "StandardRoleID": "de684e6e-c082-48fa-81ef-fae0de49f8f8", "StandardRoleName": "sample string 5", "ClientID": "206a762b-c3de-465b-b5f3-2edbb9a5185f", "ClientName": "sample string 7" } ]
application/xml, text/xml
Sample:
<ArrayOfCustomClientRolesMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <CustomClientRolesMaster> <ClientID>206a762b-c3de-465b-b5f3-2edbb9a5185f</ClientID> <ClientName>sample string 7</ClientName> <ClientRolesMasterID>cb7d288d-3243-4724-86cd-e769cfb9b6a7</ClientRolesMasterID> <RoleDescription>sample string 3</RoleDescription> <RoleName>sample string 2</RoleName> <StandardRoleID>de684e6e-c082-48fa-81ef-fae0de49f8f8</StandardRoleID> <StandardRoleName>sample string 5</StandardRoleName> </CustomClientRolesMaster> <CustomClientRolesMaster> <ClientID>206a762b-c3de-465b-b5f3-2edbb9a5185f</ClientID> <ClientName>sample string 7</ClientName> <ClientRolesMasterID>cb7d288d-3243-4724-86cd-e769cfb9b6a7</ClientRolesMasterID> <RoleDescription>sample string 3</RoleDescription> <RoleName>sample string 2</RoleName> <StandardRoleID>de684e6e-c082-48fa-81ef-fae0de49f8f8</StandardRoleID> <StandardRoleName>sample string 5</StandardRoleName> </CustomClientRolesMaster> </ArrayOfCustomClientRolesMaster>