GET api/ManageLicenseReviewer?clientId={clientId}&assignedList={assignedList}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientId | globally unique identifier |
Required |
|
assignedList | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of AssignedAdminRoleName | Description | Type | Additional information |
---|---|---|---|
groupEntityList | Collection of globally unique identifier |
None. |
|
entityList | Collection of globally unique identifier |
None. |
|
countryList | Collection of globally unique identifier |
None. |
|
regionList | Collection of globally unique identifier |
None. |
|
stateList | Collection of globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "groupEntityList": [ "281335a6-b17f-449b-82a6-a62e3659a984", "a58f0567-349a-409a-a495-f580859f9370" ], "entityList": [ "ea0945e5-8b72-47ee-ad05-6986814eaf5c", "60e85cde-28a5-4dec-a589-15bfdfcd90e4" ], "countryList": [ "8d20737d-6651-4cd5-ace1-64e0b874ffdc", "f9f7c5cc-448d-4663-a625-b4662cbeec61" ], "regionList": [ "7b844aea-3708-4f5c-a2dc-be9970dcdc15", "e437c5e5-b6e4-4b41-99e9-10981862663b" ], "stateList": [ "26a1a79e-5885-4741-986e-4dacf35550a9", "5e74b424-88cd-4118-b0b0-a5472a77fd8f" ] }, { "groupEntityList": [ "281335a6-b17f-449b-82a6-a62e3659a984", "a58f0567-349a-409a-a495-f580859f9370" ], "entityList": [ "ea0945e5-8b72-47ee-ad05-6986814eaf5c", "60e85cde-28a5-4dec-a589-15bfdfcd90e4" ], "countryList": [ "8d20737d-6651-4cd5-ace1-64e0b874ffdc", "f9f7c5cc-448d-4663-a625-b4662cbeec61" ], "regionList": [ "7b844aea-3708-4f5c-a2dc-be9970dcdc15", "e437c5e5-b6e4-4b41-99e9-10981862663b" ], "stateList": [ "26a1a79e-5885-4741-986e-4dacf35550a9", "5e74b424-88cd-4118-b0b0-a5472a77fd8f" ] } ]
application/xml, text/xml
Sample:
<ArrayOfAssignedAdminRole xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <AssignedAdminRole> <countryList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>8d20737d-6651-4cd5-ace1-64e0b874ffdc</d3p1:guid> <d3p1:guid>f9f7c5cc-448d-4663-a625-b4662cbeec61</d3p1:guid> </countryList> <entityList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>ea0945e5-8b72-47ee-ad05-6986814eaf5c</d3p1:guid> <d3p1:guid>60e85cde-28a5-4dec-a589-15bfdfcd90e4</d3p1:guid> </entityList> <groupEntityList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>281335a6-b17f-449b-82a6-a62e3659a984</d3p1:guid> <d3p1:guid>a58f0567-349a-409a-a495-f580859f9370</d3p1:guid> </groupEntityList> <regionList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>7b844aea-3708-4f5c-a2dc-be9970dcdc15</d3p1:guid> <d3p1:guid>e437c5e5-b6e4-4b41-99e9-10981862663b</d3p1:guid> </regionList> <stateList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>26a1a79e-5885-4741-986e-4dacf35550a9</d3p1:guid> <d3p1:guid>5e74b424-88cd-4118-b0b0-a5472a77fd8f</d3p1:guid> </stateList> </AssignedAdminRole> <AssignedAdminRole> <countryList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>8d20737d-6651-4cd5-ace1-64e0b874ffdc</d3p1:guid> <d3p1:guid>f9f7c5cc-448d-4663-a625-b4662cbeec61</d3p1:guid> </countryList> <entityList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>ea0945e5-8b72-47ee-ad05-6986814eaf5c</d3p1:guid> <d3p1:guid>60e85cde-28a5-4dec-a589-15bfdfcd90e4</d3p1:guid> </entityList> <groupEntityList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>281335a6-b17f-449b-82a6-a62e3659a984</d3p1:guid> <d3p1:guid>a58f0567-349a-409a-a495-f580859f9370</d3p1:guid> </groupEntityList> <regionList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>7b844aea-3708-4f5c-a2dc-be9970dcdc15</d3p1:guid> <d3p1:guid>e437c5e5-b6e4-4b41-99e9-10981862663b</d3p1:guid> </regionList> <stateList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>26a1a79e-5885-4741-986e-4dacf35550a9</d3p1:guid> <d3p1:guid>5e74b424-88cd-4118-b0b0-a5472a77fd8f</d3p1:guid> </stateList> </AssignedAdminRole> </ArrayOfAssignedAdminRole>