GET api/DCMUsersRoleMasterData?role={role}&assessmentCycleId={assessmentCycleId}&b={b}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
role | string |
Required |
|
assessmentCycleId | string |
Required |
|
b | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CustomGrantedMastersName | Description | Type | Additional information |
---|---|---|---|
Entity_EntityID | globally unique identifier |
None. |
|
Country_CountryID | globally unique identifier |
None. |
|
State_StateID | globally unique identifier |
None. |
|
Region_RegionID | globally unique identifier |
None. |
|
Location_LocationID | globally unique identifier |
None. |
|
Category_ComplainceCategoryID | globally unique identifier |
None. |
|
AssessmentCycle_AssessmentCycleMasterID | globally unique identifier |
None. |
|
GroupEntity_GroupEntityID | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Entity_EntityID": "88af74ee-54cf-4306-b9ab-5c8cd049660b", "Country_CountryID": "b1fdff5b-4bea-4663-8ac8-f08ea1eb3a80", "State_StateID": "8fe7de10-c313-4faa-99c5-42fd5cffb1bc", "Region_RegionID": "24c1a552-2504-4710-8f35-a92aedc6cb8b", "Location_LocationID": "6314c6d0-ef19-4f8c-b30d-b384d25f451d", "Category_ComplainceCategoryID": "f78bca27-b7a5-40f2-90da-63313c510df8", "AssessmentCycle_AssessmentCycleMasterID": "171d68d7-38ba-48b4-ade2-d8a23246b9b9", "GroupEntity_GroupEntityID": "cf054453-8905-425c-9c6e-aa73ff2387ac" }, { "Entity_EntityID": "88af74ee-54cf-4306-b9ab-5c8cd049660b", "Country_CountryID": "b1fdff5b-4bea-4663-8ac8-f08ea1eb3a80", "State_StateID": "8fe7de10-c313-4faa-99c5-42fd5cffb1bc", "Region_RegionID": "24c1a552-2504-4710-8f35-a92aedc6cb8b", "Location_LocationID": "6314c6d0-ef19-4f8c-b30d-b384d25f451d", "Category_ComplainceCategoryID": "f78bca27-b7a5-40f2-90da-63313c510df8", "AssessmentCycle_AssessmentCycleMasterID": "171d68d7-38ba-48b4-ade2-d8a23246b9b9", "GroupEntity_GroupEntityID": "cf054453-8905-425c-9c6e-aa73ff2387ac" } ]
application/xml, text/xml
Sample:
<ArrayOfCustomGrantedMasters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <CustomGrantedMasters> <AssessmentCycle_AssessmentCycleMasterID>171d68d7-38ba-48b4-ade2-d8a23246b9b9</AssessmentCycle_AssessmentCycleMasterID> <Category_ComplainceCategoryID>f78bca27-b7a5-40f2-90da-63313c510df8</Category_ComplainceCategoryID> <Country_CountryID>b1fdff5b-4bea-4663-8ac8-f08ea1eb3a80</Country_CountryID> <Entity_EntityID>88af74ee-54cf-4306-b9ab-5c8cd049660b</Entity_EntityID> <GroupEntity_GroupEntityID>cf054453-8905-425c-9c6e-aa73ff2387ac</GroupEntity_GroupEntityID> <Location_LocationID>6314c6d0-ef19-4f8c-b30d-b384d25f451d</Location_LocationID> <Region_RegionID>24c1a552-2504-4710-8f35-a92aedc6cb8b</Region_RegionID> <State_StateID>8fe7de10-c313-4faa-99c5-42fd5cffb1bc</State_StateID> </CustomGrantedMasters> <CustomGrantedMasters> <AssessmentCycle_AssessmentCycleMasterID>171d68d7-38ba-48b4-ade2-d8a23246b9b9</AssessmentCycle_AssessmentCycleMasterID> <Category_ComplainceCategoryID>f78bca27-b7a5-40f2-90da-63313c510df8</Category_ComplainceCategoryID> <Country_CountryID>b1fdff5b-4bea-4663-8ac8-f08ea1eb3a80</Country_CountryID> <Entity_EntityID>88af74ee-54cf-4306-b9ab-5c8cd049660b</Entity_EntityID> <GroupEntity_GroupEntityID>cf054453-8905-425c-9c6e-aa73ff2387ac</GroupEntity_GroupEntityID> <Location_LocationID>6314c6d0-ef19-4f8c-b30d-b384d25f451d</Location_LocationID> <Region_RegionID>24c1a552-2504-4710-8f35-a92aedc6cb8b</Region_RegionID> <State_StateID>8fe7de10-c313-4faa-99c5-42fd5cffb1bc</State_StateID> </CustomGrantedMasters> </ArrayOfCustomGrantedMasters>