GET api/DCMConfirmEvent?clientID={clientID}&assessmentCycleId={assessmentCycleId}&UserID={UserID}&role={role}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientID | string |
Required |
|
assessmentCycleId | string |
Required |
|
UserID | string |
Required |
|
role | 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": "27c13180-653a-40bb-980d-d02ca0f11513", "Country_CountryID": "2bfa36c0-614a-4401-beac-b1a6f26728cd", "State_StateID": "b90e4ee5-abda-4170-8ff3-cfc4f316323d", "Region_RegionID": "61a1a20b-2451-4a4d-b16c-ef515e065e7d", "Location_LocationID": "882ba990-dce9-4b08-a74c-4c289b0a8403", "Category_ComplainceCategoryID": "a911a469-18fc-44a7-beef-058683c92103", "AssessmentCycle_AssessmentCycleMasterID": "1f4fe47b-20eb-4516-8e36-59b37de84de0", "GroupEntity_GroupEntityID": "f5e04661-8bcd-45b9-a836-ac6654549e32" }, { "Entity_EntityID": "27c13180-653a-40bb-980d-d02ca0f11513", "Country_CountryID": "2bfa36c0-614a-4401-beac-b1a6f26728cd", "State_StateID": "b90e4ee5-abda-4170-8ff3-cfc4f316323d", "Region_RegionID": "61a1a20b-2451-4a4d-b16c-ef515e065e7d", "Location_LocationID": "882ba990-dce9-4b08-a74c-4c289b0a8403", "Category_ComplainceCategoryID": "a911a469-18fc-44a7-beef-058683c92103", "AssessmentCycle_AssessmentCycleMasterID": "1f4fe47b-20eb-4516-8e36-59b37de84de0", "GroupEntity_GroupEntityID": "f5e04661-8bcd-45b9-a836-ac6654549e32" } ]
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>1f4fe47b-20eb-4516-8e36-59b37de84de0</AssessmentCycle_AssessmentCycleMasterID> <Category_ComplainceCategoryID>a911a469-18fc-44a7-beef-058683c92103</Category_ComplainceCategoryID> <Country_CountryID>2bfa36c0-614a-4401-beac-b1a6f26728cd</Country_CountryID> <Entity_EntityID>27c13180-653a-40bb-980d-d02ca0f11513</Entity_EntityID> <GroupEntity_GroupEntityID>f5e04661-8bcd-45b9-a836-ac6654549e32</GroupEntity_GroupEntityID> <Location_LocationID>882ba990-dce9-4b08-a74c-4c289b0a8403</Location_LocationID> <Region_RegionID>61a1a20b-2451-4a4d-b16c-ef515e065e7d</Region_RegionID> <State_StateID>b90e4ee5-abda-4170-8ff3-cfc4f316323d</State_StateID> </CustomGrantedMasters> <CustomGrantedMasters> <AssessmentCycle_AssessmentCycleMasterID>1f4fe47b-20eb-4516-8e36-59b37de84de0</AssessmentCycle_AssessmentCycleMasterID> <Category_ComplainceCategoryID>a911a469-18fc-44a7-beef-058683c92103</Category_ComplainceCategoryID> <Country_CountryID>2bfa36c0-614a-4401-beac-b1a6f26728cd</Country_CountryID> <Entity_EntityID>27c13180-653a-40bb-980d-d02ca0f11513</Entity_EntityID> <GroupEntity_GroupEntityID>f5e04661-8bcd-45b9-a836-ac6654549e32</GroupEntity_GroupEntityID> <Location_LocationID>882ba990-dce9-4b08-a74c-4c289b0a8403</Location_LocationID> <Region_RegionID>61a1a20b-2451-4a4d-b16c-ef515e065e7d</Region_RegionID> <State_StateID>b90e4ee5-abda-4170-8ff3-cfc4f316323d</State_StateID> </CustomGrantedMasters> </ArrayOfCustomGrantedMasters>