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": [ "c194539d-4ea1-44fa-91f4-28053e24e291", "e2f322c5-171e-44e4-9e59-2e25010257e7" ], "entityList": [ "e00adc36-3dcc-4594-821c-6f6e56d89756", "46bdf64e-67f5-422f-8913-6035c902affe" ], "countryList": [ "c2330b0e-9ba3-428f-b001-7807c6f855f6", "569c5fb9-8e01-4ce0-bc01-8000f1f7cac1" ], "regionList": [ "2494808f-565e-40ea-b958-5e0712907829", "c2281f93-85ff-423a-92e6-2e99eed60aeb" ], "stateList": [ "4dd24499-8e9b-4da3-8957-4bfc92cc0c3f", "ca20f748-2345-476b-b66e-3e348240f654" ] }, { "groupEntityList": [ "c194539d-4ea1-44fa-91f4-28053e24e291", "e2f322c5-171e-44e4-9e59-2e25010257e7" ], "entityList": [ "e00adc36-3dcc-4594-821c-6f6e56d89756", "46bdf64e-67f5-422f-8913-6035c902affe" ], "countryList": [ "c2330b0e-9ba3-428f-b001-7807c6f855f6", "569c5fb9-8e01-4ce0-bc01-8000f1f7cac1" ], "regionList": [ "2494808f-565e-40ea-b958-5e0712907829", "c2281f93-85ff-423a-92e6-2e99eed60aeb" ], "stateList": [ "4dd24499-8e9b-4da3-8957-4bfc92cc0c3f", "ca20f748-2345-476b-b66e-3e348240f654" ] } ]
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>c2330b0e-9ba3-428f-b001-7807c6f855f6</d3p1:guid> <d3p1:guid>569c5fb9-8e01-4ce0-bc01-8000f1f7cac1</d3p1:guid> </countryList> <entityList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>e00adc36-3dcc-4594-821c-6f6e56d89756</d3p1:guid> <d3p1:guid>46bdf64e-67f5-422f-8913-6035c902affe</d3p1:guid> </entityList> <groupEntityList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>c194539d-4ea1-44fa-91f4-28053e24e291</d3p1:guid> <d3p1:guid>e2f322c5-171e-44e4-9e59-2e25010257e7</d3p1:guid> </groupEntityList> <regionList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>2494808f-565e-40ea-b958-5e0712907829</d3p1:guid> <d3p1:guid>c2281f93-85ff-423a-92e6-2e99eed60aeb</d3p1:guid> </regionList> <stateList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>4dd24499-8e9b-4da3-8957-4bfc92cc0c3f</d3p1:guid> <d3p1:guid>ca20f748-2345-476b-b66e-3e348240f654</d3p1:guid> </stateList> </AssignedAdminRole> <AssignedAdminRole> <countryList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>c2330b0e-9ba3-428f-b001-7807c6f855f6</d3p1:guid> <d3p1:guid>569c5fb9-8e01-4ce0-bc01-8000f1f7cac1</d3p1:guid> </countryList> <entityList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>e00adc36-3dcc-4594-821c-6f6e56d89756</d3p1:guid> <d3p1:guid>46bdf64e-67f5-422f-8913-6035c902affe</d3p1:guid> </entityList> <groupEntityList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>c194539d-4ea1-44fa-91f4-28053e24e291</d3p1:guid> <d3p1:guid>e2f322c5-171e-44e4-9e59-2e25010257e7</d3p1:guid> </groupEntityList> <regionList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>2494808f-565e-40ea-b958-5e0712907829</d3p1:guid> <d3p1:guid>c2281f93-85ff-423a-92e6-2e99eed60aeb</d3p1:guid> </regionList> <stateList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>4dd24499-8e9b-4da3-8957-4bfc92cc0c3f</d3p1:guid> <d3p1:guid>ca20f748-2345-476b-b66e-3e348240f654</d3p1:guid> </stateList> </AssignedAdminRole> </ArrayOfAssignedAdminRole>