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": [ "826b7cba-e019-4ab3-8c91-4232f5e9eafc", "c4affe62-67af-47fb-887d-266c9d315bf8" ], "entityList": [ "ce646239-279b-44fe-828e-e13963ce85ae", "5c1c9093-11bf-4347-8b4a-ab655a04e565" ], "countryList": [ "a4ef3a95-de85-4f36-a7f9-12e733de223f", "ea969c40-24c6-4bfd-b30c-ed415595cf96" ], "regionList": [ "ceddbe5d-9a49-40c6-ba45-61b34f4d86ca", "0dd05f44-7a6a-40a5-b814-3eb7b8bfe034" ], "stateList": [ "7237fa54-ec9a-427d-8f19-e4b067ff8d78", "f5de2ed3-9220-472d-8e41-73f5bcc839cf" ] }, { "groupEntityList": [ "826b7cba-e019-4ab3-8c91-4232f5e9eafc", "c4affe62-67af-47fb-887d-266c9d315bf8" ], "entityList": [ "ce646239-279b-44fe-828e-e13963ce85ae", "5c1c9093-11bf-4347-8b4a-ab655a04e565" ], "countryList": [ "a4ef3a95-de85-4f36-a7f9-12e733de223f", "ea969c40-24c6-4bfd-b30c-ed415595cf96" ], "regionList": [ "ceddbe5d-9a49-40c6-ba45-61b34f4d86ca", "0dd05f44-7a6a-40a5-b814-3eb7b8bfe034" ], "stateList": [ "7237fa54-ec9a-427d-8f19-e4b067ff8d78", "f5de2ed3-9220-472d-8e41-73f5bcc839cf" ] } ]
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>a4ef3a95-de85-4f36-a7f9-12e733de223f</d3p1:guid> <d3p1:guid>ea969c40-24c6-4bfd-b30c-ed415595cf96</d3p1:guid> </countryList> <entityList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>ce646239-279b-44fe-828e-e13963ce85ae</d3p1:guid> <d3p1:guid>5c1c9093-11bf-4347-8b4a-ab655a04e565</d3p1:guid> </entityList> <groupEntityList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>826b7cba-e019-4ab3-8c91-4232f5e9eafc</d3p1:guid> <d3p1:guid>c4affe62-67af-47fb-887d-266c9d315bf8</d3p1:guid> </groupEntityList> <regionList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>ceddbe5d-9a49-40c6-ba45-61b34f4d86ca</d3p1:guid> <d3p1:guid>0dd05f44-7a6a-40a5-b814-3eb7b8bfe034</d3p1:guid> </regionList> <stateList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>7237fa54-ec9a-427d-8f19-e4b067ff8d78</d3p1:guid> <d3p1:guid>f5de2ed3-9220-472d-8e41-73f5bcc839cf</d3p1:guid> </stateList> </AssignedAdminRole> <AssignedAdminRole> <countryList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>a4ef3a95-de85-4f36-a7f9-12e733de223f</d3p1:guid> <d3p1:guid>ea969c40-24c6-4bfd-b30c-ed415595cf96</d3p1:guid> </countryList> <entityList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>ce646239-279b-44fe-828e-e13963ce85ae</d3p1:guid> <d3p1:guid>5c1c9093-11bf-4347-8b4a-ab655a04e565</d3p1:guid> </entityList> <groupEntityList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>826b7cba-e019-4ab3-8c91-4232f5e9eafc</d3p1:guid> <d3p1:guid>c4affe62-67af-47fb-887d-266c9d315bf8</d3p1:guid> </groupEntityList> <regionList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>ceddbe5d-9a49-40c6-ba45-61b34f4d86ca</d3p1:guid> <d3p1:guid>0dd05f44-7a6a-40a5-b814-3eb7b8bfe034</d3p1:guid> </regionList> <stateList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>7237fa54-ec9a-427d-8f19-e4b067ff8d78</d3p1:guid> <d3p1:guid>f5de2ed3-9220-472d-8e41-73f5bcc839cf</d3p1:guid> </stateList> </AssignedAdminRole> </ArrayOfAssignedAdminRole>