GET api/DCMUsersRoleMasterData?role={role}&assessmentCycleId={assessmentCycleId}&b={b}&a={a}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
role

string

Required

assessmentCycleId

string

Required

b

string

Required

a

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of CustomGrantedMasters
NameDescriptionTypeAdditional 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": "450e3d44-f591-416a-a006-ceef8c9026ee",
    "Country_CountryID": "078a4522-9189-4062-bffa-d6f38a38390c",
    "State_StateID": "2b7d6984-184c-4da4-8361-9b0c0a4fa277",
    "Region_RegionID": "dbe95078-7888-4af9-98ff-28f062b6fe0b",
    "Location_LocationID": "aac34bf9-8872-4aeb-9747-92e0cb234282",
    "Category_ComplainceCategoryID": "654ba6b2-fbcd-47cc-a5b9-6af04fe7662a",
    "AssessmentCycle_AssessmentCycleMasterID": "5bdd3d91-81a0-4df0-9e33-72c555d44f83",
    "GroupEntity_GroupEntityID": "d18e2d83-711c-422b-9972-8aeb160deb5b"
  },
  {
    "Entity_EntityID": "450e3d44-f591-416a-a006-ceef8c9026ee",
    "Country_CountryID": "078a4522-9189-4062-bffa-d6f38a38390c",
    "State_StateID": "2b7d6984-184c-4da4-8361-9b0c0a4fa277",
    "Region_RegionID": "dbe95078-7888-4af9-98ff-28f062b6fe0b",
    "Location_LocationID": "aac34bf9-8872-4aeb-9747-92e0cb234282",
    "Category_ComplainceCategoryID": "654ba6b2-fbcd-47cc-a5b9-6af04fe7662a",
    "AssessmentCycle_AssessmentCycleMasterID": "5bdd3d91-81a0-4df0-9e33-72c555d44f83",
    "GroupEntity_GroupEntityID": "d18e2d83-711c-422b-9972-8aeb160deb5b"
  }
]

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>5bdd3d91-81a0-4df0-9e33-72c555d44f83</AssessmentCycle_AssessmentCycleMasterID>
    <Category_ComplainceCategoryID>654ba6b2-fbcd-47cc-a5b9-6af04fe7662a</Category_ComplainceCategoryID>
    <Country_CountryID>078a4522-9189-4062-bffa-d6f38a38390c</Country_CountryID>
    <Entity_EntityID>450e3d44-f591-416a-a006-ceef8c9026ee</Entity_EntityID>
    <GroupEntity_GroupEntityID>d18e2d83-711c-422b-9972-8aeb160deb5b</GroupEntity_GroupEntityID>
    <Location_LocationID>aac34bf9-8872-4aeb-9747-92e0cb234282</Location_LocationID>
    <Region_RegionID>dbe95078-7888-4af9-98ff-28f062b6fe0b</Region_RegionID>
    <State_StateID>2b7d6984-184c-4da4-8361-9b0c0a4fa277</State_StateID>
  </CustomGrantedMasters>
  <CustomGrantedMasters>
    <AssessmentCycle_AssessmentCycleMasterID>5bdd3d91-81a0-4df0-9e33-72c555d44f83</AssessmentCycle_AssessmentCycleMasterID>
    <Category_ComplainceCategoryID>654ba6b2-fbcd-47cc-a5b9-6af04fe7662a</Category_ComplainceCategoryID>
    <Country_CountryID>078a4522-9189-4062-bffa-d6f38a38390c</Country_CountryID>
    <Entity_EntityID>450e3d44-f591-416a-a006-ceef8c9026ee</Entity_EntityID>
    <GroupEntity_GroupEntityID>d18e2d83-711c-422b-9972-8aeb160deb5b</GroupEntity_GroupEntityID>
    <Location_LocationID>aac34bf9-8872-4aeb-9747-92e0cb234282</Location_LocationID>
    <Region_RegionID>dbe95078-7888-4af9-98ff-28f062b6fe0b</Region_RegionID>
    <State_StateID>2b7d6984-184c-4da4-8361-9b0c0a4fa277</State_StateID>
  </CustomGrantedMasters>
</ArrayOfCustomGrantedMasters>