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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
role

string

Required

assessmentCycleId

string

Required

b

string

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": "15ab4846-98c1-4d91-a600-86fb3b540e89",
    "Country_CountryID": "8a0bfe9c-519d-4fc6-aecd-c0596a234d17",
    "State_StateID": "20e35b31-fa6d-4abc-8026-9613780cb5e8",
    "Region_RegionID": "ed0c47c6-1589-475d-96fa-8273dc31bba1",
    "Location_LocationID": "39780379-dc11-40d7-9baf-ff58c97f6cfe",
    "Category_ComplainceCategoryID": "7ab75b5a-1ced-4401-a755-880df21d7cc2",
    "AssessmentCycle_AssessmentCycleMasterID": "f6c3bee7-abc4-4345-b56f-db45307939eb",
    "GroupEntity_GroupEntityID": "9d2d9b1b-709a-4c6c-92c6-61e1f7abfb85"
  },
  {
    "Entity_EntityID": "15ab4846-98c1-4d91-a600-86fb3b540e89",
    "Country_CountryID": "8a0bfe9c-519d-4fc6-aecd-c0596a234d17",
    "State_StateID": "20e35b31-fa6d-4abc-8026-9613780cb5e8",
    "Region_RegionID": "ed0c47c6-1589-475d-96fa-8273dc31bba1",
    "Location_LocationID": "39780379-dc11-40d7-9baf-ff58c97f6cfe",
    "Category_ComplainceCategoryID": "7ab75b5a-1ced-4401-a755-880df21d7cc2",
    "AssessmentCycle_AssessmentCycleMasterID": "f6c3bee7-abc4-4345-b56f-db45307939eb",
    "GroupEntity_GroupEntityID": "9d2d9b1b-709a-4c6c-92c6-61e1f7abfb85"
  }
]

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>f6c3bee7-abc4-4345-b56f-db45307939eb</AssessmentCycle_AssessmentCycleMasterID>
    <Category_ComplainceCategoryID>7ab75b5a-1ced-4401-a755-880df21d7cc2</Category_ComplainceCategoryID>
    <Country_CountryID>8a0bfe9c-519d-4fc6-aecd-c0596a234d17</Country_CountryID>
    <Entity_EntityID>15ab4846-98c1-4d91-a600-86fb3b540e89</Entity_EntityID>
    <GroupEntity_GroupEntityID>9d2d9b1b-709a-4c6c-92c6-61e1f7abfb85</GroupEntity_GroupEntityID>
    <Location_LocationID>39780379-dc11-40d7-9baf-ff58c97f6cfe</Location_LocationID>
    <Region_RegionID>ed0c47c6-1589-475d-96fa-8273dc31bba1</Region_RegionID>
    <State_StateID>20e35b31-fa6d-4abc-8026-9613780cb5e8</State_StateID>
  </CustomGrantedMasters>
  <CustomGrantedMasters>
    <AssessmentCycle_AssessmentCycleMasterID>f6c3bee7-abc4-4345-b56f-db45307939eb</AssessmentCycle_AssessmentCycleMasterID>
    <Category_ComplainceCategoryID>7ab75b5a-1ced-4401-a755-880df21d7cc2</Category_ComplainceCategoryID>
    <Country_CountryID>8a0bfe9c-519d-4fc6-aecd-c0596a234d17</Country_CountryID>
    <Entity_EntityID>15ab4846-98c1-4d91-a600-86fb3b540e89</Entity_EntityID>
    <GroupEntity_GroupEntityID>9d2d9b1b-709a-4c6c-92c6-61e1f7abfb85</GroupEntity_GroupEntityID>
    <Location_LocationID>39780379-dc11-40d7-9baf-ff58c97f6cfe</Location_LocationID>
    <Region_RegionID>ed0c47c6-1589-475d-96fa-8273dc31bba1</Region_RegionID>
    <State_StateID>20e35b31-fa6d-4abc-8026-9613780cb5e8</State_StateID>
  </CustomGrantedMasters>
</ArrayOfCustomGrantedMasters>