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": "39981519-84c5-4f83-b666-38bfd4707ca0", "Country_CountryID": "95474a49-b42b-424a-a9c2-2e339936e30c", "State_StateID": "a9327226-8eb5-440b-9591-7c64b22c65df", "Region_RegionID": "21d27c89-dc95-4e14-973b-6bf7b2d06cb2", "Location_LocationID": "db54b7ba-bca6-4879-84f8-8725a378bcdb", "Category_ComplainceCategoryID": "f10b7830-443f-43c2-a020-4f7fe71d15a6", "AssessmentCycle_AssessmentCycleMasterID": "a1f26266-9e02-448e-9a6b-04110be7bbea", "GroupEntity_GroupEntityID": "3470e205-feab-48d6-bdd9-0679e7d0ac90" }, { "Entity_EntityID": "39981519-84c5-4f83-b666-38bfd4707ca0", "Country_CountryID": "95474a49-b42b-424a-a9c2-2e339936e30c", "State_StateID": "a9327226-8eb5-440b-9591-7c64b22c65df", "Region_RegionID": "21d27c89-dc95-4e14-973b-6bf7b2d06cb2", "Location_LocationID": "db54b7ba-bca6-4879-84f8-8725a378bcdb", "Category_ComplainceCategoryID": "f10b7830-443f-43c2-a020-4f7fe71d15a6", "AssessmentCycle_AssessmentCycleMasterID": "a1f26266-9e02-448e-9a6b-04110be7bbea", "GroupEntity_GroupEntityID": "3470e205-feab-48d6-bdd9-0679e7d0ac90" } ]
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>a1f26266-9e02-448e-9a6b-04110be7bbea</AssessmentCycle_AssessmentCycleMasterID> <Category_ComplainceCategoryID>f10b7830-443f-43c2-a020-4f7fe71d15a6</Category_ComplainceCategoryID> <Country_CountryID>95474a49-b42b-424a-a9c2-2e339936e30c</Country_CountryID> <Entity_EntityID>39981519-84c5-4f83-b666-38bfd4707ca0</Entity_EntityID> <GroupEntity_GroupEntityID>3470e205-feab-48d6-bdd9-0679e7d0ac90</GroupEntity_GroupEntityID> <Location_LocationID>db54b7ba-bca6-4879-84f8-8725a378bcdb</Location_LocationID> <Region_RegionID>21d27c89-dc95-4e14-973b-6bf7b2d06cb2</Region_RegionID> <State_StateID>a9327226-8eb5-440b-9591-7c64b22c65df</State_StateID> </CustomGrantedMasters> <CustomGrantedMasters> <AssessmentCycle_AssessmentCycleMasterID>a1f26266-9e02-448e-9a6b-04110be7bbea</AssessmentCycle_AssessmentCycleMasterID> <Category_ComplainceCategoryID>f10b7830-443f-43c2-a020-4f7fe71d15a6</Category_ComplainceCategoryID> <Country_CountryID>95474a49-b42b-424a-a9c2-2e339936e30c</Country_CountryID> <Entity_EntityID>39981519-84c5-4f83-b666-38bfd4707ca0</Entity_EntityID> <GroupEntity_GroupEntityID>3470e205-feab-48d6-bdd9-0679e7d0ac90</GroupEntity_GroupEntityID> <Location_LocationID>db54b7ba-bca6-4879-84f8-8725a378bcdb</Location_LocationID> <Region_RegionID>21d27c89-dc95-4e14-973b-6bf7b2d06cb2</Region_RegionID> <State_StateID>a9327226-8eb5-440b-9591-7c64b22c65df</State_StateID> </CustomGrantedMasters> </ArrayOfCustomGrantedMasters>