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": [ "9412a9a7-a301-41f1-96e5-e93fa5e04be5", "ab9cdd05-b52f-4967-b022-d0a09f6b9a79" ], "entityList": [ "149cdf19-3549-4771-b6b5-ee82da14cba9", "08a0ce94-2566-423c-a5c1-09a205bec9be" ], "countryList": [ "a6ad79fd-3ff8-4953-92c5-7a800f5e3697", "3ff7addd-4d94-4599-af84-770d66561f7a" ], "regionList": [ "f68b6902-6ed1-410f-b46d-fe41948ce186", "6e90dd1f-e0c0-4da6-8742-7e6dccca8e44" ], "stateList": [ "f7307cea-e01c-461b-83ff-c6a0e7021b9b", "f50bba20-f859-4462-8eb4-09f0fc61eaf9" ] }, { "groupEntityList": [ "9412a9a7-a301-41f1-96e5-e93fa5e04be5", "ab9cdd05-b52f-4967-b022-d0a09f6b9a79" ], "entityList": [ "149cdf19-3549-4771-b6b5-ee82da14cba9", "08a0ce94-2566-423c-a5c1-09a205bec9be" ], "countryList": [ "a6ad79fd-3ff8-4953-92c5-7a800f5e3697", "3ff7addd-4d94-4599-af84-770d66561f7a" ], "regionList": [ "f68b6902-6ed1-410f-b46d-fe41948ce186", "6e90dd1f-e0c0-4da6-8742-7e6dccca8e44" ], "stateList": [ "f7307cea-e01c-461b-83ff-c6a0e7021b9b", "f50bba20-f859-4462-8eb4-09f0fc61eaf9" ] } ]
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>a6ad79fd-3ff8-4953-92c5-7a800f5e3697</d3p1:guid> <d3p1:guid>3ff7addd-4d94-4599-af84-770d66561f7a</d3p1:guid> </countryList> <entityList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>149cdf19-3549-4771-b6b5-ee82da14cba9</d3p1:guid> <d3p1:guid>08a0ce94-2566-423c-a5c1-09a205bec9be</d3p1:guid> </entityList> <groupEntityList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>9412a9a7-a301-41f1-96e5-e93fa5e04be5</d3p1:guid> <d3p1:guid>ab9cdd05-b52f-4967-b022-d0a09f6b9a79</d3p1:guid> </groupEntityList> <regionList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>f68b6902-6ed1-410f-b46d-fe41948ce186</d3p1:guid> <d3p1:guid>6e90dd1f-e0c0-4da6-8742-7e6dccca8e44</d3p1:guid> </regionList> <stateList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>f7307cea-e01c-461b-83ff-c6a0e7021b9b</d3p1:guid> <d3p1:guid>f50bba20-f859-4462-8eb4-09f0fc61eaf9</d3p1:guid> </stateList> </AssignedAdminRole> <AssignedAdminRole> <countryList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>a6ad79fd-3ff8-4953-92c5-7a800f5e3697</d3p1:guid> <d3p1:guid>3ff7addd-4d94-4599-af84-770d66561f7a</d3p1:guid> </countryList> <entityList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>149cdf19-3549-4771-b6b5-ee82da14cba9</d3p1:guid> <d3p1:guid>08a0ce94-2566-423c-a5c1-09a205bec9be</d3p1:guid> </entityList> <groupEntityList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>9412a9a7-a301-41f1-96e5-e93fa5e04be5</d3p1:guid> <d3p1:guid>ab9cdd05-b52f-4967-b022-d0a09f6b9a79</d3p1:guid> </groupEntityList> <regionList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>f68b6902-6ed1-410f-b46d-fe41948ce186</d3p1:guid> <d3p1:guid>6e90dd1f-e0c0-4da6-8742-7e6dccca8e44</d3p1:guid> </regionList> <stateList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>f7307cea-e01c-461b-83ff-c6a0e7021b9b</d3p1:guid> <d3p1:guid>f50bba20-f859-4462-8eb4-09f0fc61eaf9</d3p1:guid> </stateList> </AssignedAdminRole> </ArrayOfAssignedAdminRole>