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": [ "8b16eb3f-8520-4a6e-ac0c-ddcf9b15f2b7", "9bf0448d-64e3-4dc4-b752-aab7a99c0d47" ], "entityList": [ "5c548c80-3df3-47ff-8029-2edcc209f579", "d140980c-a509-4ad8-ac8d-a62883ddca1a" ], "countryList": [ "85088764-ad68-4a25-b9e0-3799f2267d32", "9ad7f55a-d082-47cd-9c29-30296bc52f96" ], "regionList": [ "3642bb14-b422-4b80-8e00-582471e1988f", "fbcfd452-9d2f-49a6-8563-c69cd4087bef" ], "stateList": [ "72c27784-6682-43a3-8b74-a3aef936a958", "85badf69-de2e-4b72-a70d-5485a0a6a755" ] }, { "groupEntityList": [ "8b16eb3f-8520-4a6e-ac0c-ddcf9b15f2b7", "9bf0448d-64e3-4dc4-b752-aab7a99c0d47" ], "entityList": [ "5c548c80-3df3-47ff-8029-2edcc209f579", "d140980c-a509-4ad8-ac8d-a62883ddca1a" ], "countryList": [ "85088764-ad68-4a25-b9e0-3799f2267d32", "9ad7f55a-d082-47cd-9c29-30296bc52f96" ], "regionList": [ "3642bb14-b422-4b80-8e00-582471e1988f", "fbcfd452-9d2f-49a6-8563-c69cd4087bef" ], "stateList": [ "72c27784-6682-43a3-8b74-a3aef936a958", "85badf69-de2e-4b72-a70d-5485a0a6a755" ] } ]
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>85088764-ad68-4a25-b9e0-3799f2267d32</d3p1:guid> <d3p1:guid>9ad7f55a-d082-47cd-9c29-30296bc52f96</d3p1:guid> </countryList> <entityList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>5c548c80-3df3-47ff-8029-2edcc209f579</d3p1:guid> <d3p1:guid>d140980c-a509-4ad8-ac8d-a62883ddca1a</d3p1:guid> </entityList> <groupEntityList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>8b16eb3f-8520-4a6e-ac0c-ddcf9b15f2b7</d3p1:guid> <d3p1:guid>9bf0448d-64e3-4dc4-b752-aab7a99c0d47</d3p1:guid> </groupEntityList> <regionList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>3642bb14-b422-4b80-8e00-582471e1988f</d3p1:guid> <d3p1:guid>fbcfd452-9d2f-49a6-8563-c69cd4087bef</d3p1:guid> </regionList> <stateList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>72c27784-6682-43a3-8b74-a3aef936a958</d3p1:guid> <d3p1:guid>85badf69-de2e-4b72-a70d-5485a0a6a755</d3p1:guid> </stateList> </AssignedAdminRole> <AssignedAdminRole> <countryList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>85088764-ad68-4a25-b9e0-3799f2267d32</d3p1:guid> <d3p1:guid>9ad7f55a-d082-47cd-9c29-30296bc52f96</d3p1:guid> </countryList> <entityList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>5c548c80-3df3-47ff-8029-2edcc209f579</d3p1:guid> <d3p1:guid>d140980c-a509-4ad8-ac8d-a62883ddca1a</d3p1:guid> </entityList> <groupEntityList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>8b16eb3f-8520-4a6e-ac0c-ddcf9b15f2b7</d3p1:guid> <d3p1:guid>9bf0448d-64e3-4dc4-b752-aab7a99c0d47</d3p1:guid> </groupEntityList> <regionList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>3642bb14-b422-4b80-8e00-582471e1988f</d3p1:guid> <d3p1:guid>fbcfd452-9d2f-49a6-8563-c69cd4087bef</d3p1:guid> </regionList> <stateList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>72c27784-6682-43a3-8b74-a3aef936a958</d3p1:guid> <d3p1:guid>85badf69-de2e-4b72-a70d-5485a0a6a755</d3p1:guid> </stateList> </AssignedAdminRole> </ArrayOfAssignedAdminRole>