POST api/DCMManageAuditorRole?filter={filter}
Get DCM Manage Auditor Role
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
filter | string |
Required |
Body Parameters
CustomUserFilterDetailsName | Description | Type | Additional information |
---|---|---|---|
CountryId | globally unique identifier |
None. |
|
EntityId | globally unique identifier |
None. |
|
LocationId | globally unique identifier |
None. |
|
RegionId | globally unique identifier |
None. |
|
StateId | globally unique identifier |
None. |
|
CategoryId | globally unique identifier |
None. |
|
AssesmentCycleId | globally unique identifier |
None. |
|
AssesmentCycle | string |
None. |
|
UserId | globally unique identifier |
None. |
|
ClientId | globally unique identifier |
None. |
|
Role | string |
None. |
|
countryList | Collection of CountryID |
None. |
|
ComplianceOwnerId | string |
None. |
|
regionList | Collection of RegionID |
None. |
|
stateList | Collection of StateID |
None. |
|
locationList | Collection of LocationID |
None. |
|
categoryList | Collection of ComplianceCategoryID |
None. |
|
assesmentCycleList | Collection of AssessmentID |
None. |
|
entityId | string |
None. |
|
userID | string |
None. |
|
entityList | Collection of EntityID |
None. |
|
StatusList | Collection of StatusID |
None. |
|
NoticeLegalList | Collection of LegalID |
None. |
|
CriticalTypeList | Collection of CriticalTypeID |
None. |
|
FrequencyList | Collection of FrequencyID |
None. |
|
ComplianceTypeList | Collection of ComplianceTypeID |
None. |
|
OwnerOrReceiver | globally unique identifier |
None. |
|
AssessmentCycleId | globally unique identifier |
None. |
|
AssignedStateId | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "CountryId": "2e6b1e92-d560-4320-bd20-db66fc6530ba", "EntityId": "ead9a440-3c45-4e09-97db-fc7012996cf1", "LocationId": "b408520a-80ab-4a55-9c94-18b0334f52b4", "RegionId": "af79ac41-d033-4df3-8a6e-5ddbdf94cfe1", "StateId": "6468501f-334c-4579-af2f-6c2a70e4c866", "CategoryId": "6555c8c9-e6c2-4cfd-aa0a-9ca924b62e95", "AssesmentCycleId": "98b066d3-ff8b-4a80-875e-c004f0e0d985", "AssesmentCycle": "sample string 8", "UserId": "3d8c3beb-9d31-4512-9a2f-974e9ec64ea8", "ClientId": "0a6bf34d-820b-49f1-a4f5-6b887902fdc9", "Role": "sample string 11", "countryList": [ { "countryId": "sample string 1" }, { "countryId": "sample string 1" } ], "ComplianceOwnerId": "sample string 12", "regionList": [ { "regionId": "sample string 1" }, { "regionId": "sample string 1" } ], "stateList": [ { "stateId": "sample string 1" }, { "stateId": "sample string 1" } ], "locationList": [ { "locationId": "sample string 1" }, { "locationId": "sample string 1" } ], "categoryList": [ { "categoryId": "sample string 1" }, { "categoryId": "sample string 1" } ], "assesmentCycleList": [ { "assessmentId": "sample string 1" }, { "assessmentId": "sample string 1" } ], "entityId": "sample string 13", "userID": "sample string 14", "entityList": [ { "entityId": "sample string 1" }, { "entityId": "sample string 1" } ], "StatusList": [ { "statusId": "sample string 1" }, { "statusId": "sample string 1" } ], "NoticeLegalList": [ { "legalId": "sample string 1" }, { "legalId": "sample string 1" } ], "CriticalTypeList": [ { "CriticalityId": "sample string 1" }, { "CriticalityId": "sample string 1" } ], "FrequencyList": [ { "FrequencyId": "sample string 1" }, { "FrequencyId": "sample string 1" } ], "ComplianceTypeList": [ { "TypeId": "sample string 1" }, { "TypeId": "sample string 1" } ], "OwnerOrReceiver": "ae4267c3-211c-448d-a67c-7ca110677077", "AssessmentCycleId": "51a6b3b5-4381-4de0-b8ea-f1b1bbd4db88", "AssignedStateId": "sample string 17" }
application/xml, text/xml
Sample:
<CustomUserFilterDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <AssesmentCycle>sample string 8</AssesmentCycle> <AssesmentCycleId>98b066d3-ff8b-4a80-875e-c004f0e0d985</AssesmentCycleId> <AssessmentCycleId>51a6b3b5-4381-4de0-b8ea-f1b1bbd4db88</AssessmentCycleId> <AssignedStateId>sample string 17</AssignedStateId> <CategoryId>6555c8c9-e6c2-4cfd-aa0a-9ca924b62e95</CategoryId> <ClientId>0a6bf34d-820b-49f1-a4f5-6b887902fdc9</ClientId> <ComplianceOwnerId>sample string 12</ComplianceOwnerId> <ComplianceTypeList> <ComplianceTypeID> <TypeId>sample string 1</TypeId> </ComplianceTypeID> <ComplianceTypeID> <TypeId>sample string 1</TypeId> </ComplianceTypeID> </ComplianceTypeList> <CountryId>2e6b1e92-d560-4320-bd20-db66fc6530ba</CountryId> <CriticalTypeList> <CriticalTypeID> <CriticalityId>sample string 1</CriticalityId> </CriticalTypeID> <CriticalTypeID> <CriticalityId>sample string 1</CriticalityId> </CriticalTypeID> </CriticalTypeList> <EntityId>ead9a440-3c45-4e09-97db-fc7012996cf1</EntityId> <FrequencyList> <FrequencyID> <FrequencyId>sample string 1</FrequencyId> </FrequencyID> <FrequencyID> <FrequencyId>sample string 1</FrequencyId> </FrequencyID> </FrequencyList> <LocationId>b408520a-80ab-4a55-9c94-18b0334f52b4</LocationId> <NoticeLegalList> <LegalID> <legalId>sample string 1</legalId> </LegalID> <LegalID> <legalId>sample string 1</legalId> </LegalID> </NoticeLegalList> <OwnerOrReceiver>ae4267c3-211c-448d-a67c-7ca110677077</OwnerOrReceiver> <RegionId>af79ac41-d033-4df3-8a6e-5ddbdf94cfe1</RegionId> <Role>sample string 11</Role> <StateId>6468501f-334c-4579-af2f-6c2a70e4c866</StateId> <StatusList> <StatusID> <statusId>sample string 1</statusId> </StatusID> <StatusID> <statusId>sample string 1</statusId> </StatusID> </StatusList> <UserId>3d8c3beb-9d31-4512-9a2f-974e9ec64ea8</UserId> <assesmentCycleList> <AssessmentID> <assessmentId>sample string 1</assessmentId> </AssessmentID> <AssessmentID> <assessmentId>sample string 1</assessmentId> </AssessmentID> </assesmentCycleList> <categoryList> <ComplianceCategoryID> <categoryId>sample string 1</categoryId> </ComplianceCategoryID> <ComplianceCategoryID> <categoryId>sample string 1</categoryId> </ComplianceCategoryID> </categoryList> <countryList> <CountryID> <countryId>sample string 1</countryId> </CountryID> <CountryID> <countryId>sample string 1</countryId> </CountryID> </countryList> <entityId>sample string 13</entityId> <entityList> <EntityID> <entityId>sample string 1</entityId> </EntityID> <EntityID> <entityId>sample string 1</entityId> </EntityID> </entityList> <locationList> <LocationID> <locationId>sample string 1</locationId> </LocationID> <LocationID> <locationId>sample string 1</locationId> </LocationID> </locationList> <regionList> <RegionID> <regionId>sample string 1</regionId> </RegionID> <RegionID> <regionId>sample string 1</regionId> </RegionID> </regionList> <stateList> <StateID> <stateId>sample string 1</stateId> </StateID> <StateID> <stateId>sample string 1</stateId> </StateID> </stateList> <userID>sample string 14</userID> </CustomUserFilterDetails>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
This function to fetch Get Manage Auditor Role
Collection of CustomAuditorRoleName | Description | Type | Additional information |
---|---|---|---|
UserAssignRoleId | globally unique identifier |
None. |
|
UserId | globally unique identifier |
None. |
|
UserName | string |
None. |
|
DCMRoleId | globally unique identifier |
None. |
|
DCMRole | string |
None. |
|
EntityId | globally unique identifier |
None. |
|
Entity | string |
None. |
|
CountryId | globally unique identifier |
None. |
|
Country | string |
None. |
|
StateId | globally unique identifier |
None. |
|
State | string |
None. |
|
RegionId | globally unique identifier |
None. |
|
Region | string |
None. |
|
LocationId | globally unique identifier |
None. |
|
Location | string |
None. |
|
CategoryId | globally unique identifier |
None. |
|
Category | string |
None. |
|
IsRevoke | boolean |
None. |
|
ComplianceId | globally unique identifier |
None. |
|
AssessmentCycle | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "UserAssignRoleId": "72c7afb6-63f3-44b0-952a-9610792d3e93", "UserId": "3345e3b2-d5f5-4d24-af4c-01dbb069fe87", "UserName": "sample string 3", "DCMRoleId": "e32be0f4-da0e-43cb-bd99-bf77f74659b2", "DCMRole": "sample string 5", "EntityId": "db67fcd2-0c41-4011-8814-5edc1ec59d48", "Entity": "sample string 7", "CountryId": "844fe7ad-955f-4258-bad4-fa2bb25b6870", "Country": "sample string 9", "StateId": "fce39224-45ab-428d-b0df-b7640ddb9889", "State": "sample string 11", "RegionId": "7d2d739d-8fd3-4d75-bc55-2f0a9a790eea", "Region": "sample string 13", "LocationId": "11cbb40c-15ba-4fd4-b0ee-66f7dba596bc", "Location": "sample string 15", "CategoryId": "e7cce72b-aa7e-4f41-aa7e-55d997b5a6c6", "Category": "sample string 17", "IsRevoke": true, "ComplianceId": "aaee08fa-8e72-4b8c-96ad-da631a780400", "AssessmentCycle": "sample string 19" }, { "UserAssignRoleId": "72c7afb6-63f3-44b0-952a-9610792d3e93", "UserId": "3345e3b2-d5f5-4d24-af4c-01dbb069fe87", "UserName": "sample string 3", "DCMRoleId": "e32be0f4-da0e-43cb-bd99-bf77f74659b2", "DCMRole": "sample string 5", "EntityId": "db67fcd2-0c41-4011-8814-5edc1ec59d48", "Entity": "sample string 7", "CountryId": "844fe7ad-955f-4258-bad4-fa2bb25b6870", "Country": "sample string 9", "StateId": "fce39224-45ab-428d-b0df-b7640ddb9889", "State": "sample string 11", "RegionId": "7d2d739d-8fd3-4d75-bc55-2f0a9a790eea", "Region": "sample string 13", "LocationId": "11cbb40c-15ba-4fd4-b0ee-66f7dba596bc", "Location": "sample string 15", "CategoryId": "e7cce72b-aa7e-4f41-aa7e-55d997b5a6c6", "Category": "sample string 17", "IsRevoke": true, "ComplianceId": "aaee08fa-8e72-4b8c-96ad-da631a780400", "AssessmentCycle": "sample string 19" } ]
application/xml, text/xml
Sample:
<ArrayOfCustomAuditorRole xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <CustomAuditorRole> <AssessmentCycle>sample string 19</AssessmentCycle> <Category>sample string 17</Category> <CategoryId>e7cce72b-aa7e-4f41-aa7e-55d997b5a6c6</CategoryId> <ComplianceId>aaee08fa-8e72-4b8c-96ad-da631a780400</ComplianceId> <Country>sample string 9</Country> <CountryId>844fe7ad-955f-4258-bad4-fa2bb25b6870</CountryId> <DCMRole>sample string 5</DCMRole> <DCMRoleId>e32be0f4-da0e-43cb-bd99-bf77f74659b2</DCMRoleId> <Entity>sample string 7</Entity> <EntityId>db67fcd2-0c41-4011-8814-5edc1ec59d48</EntityId> <IsRevoke>true</IsRevoke> <Location>sample string 15</Location> <LocationId>11cbb40c-15ba-4fd4-b0ee-66f7dba596bc</LocationId> <Region>sample string 13</Region> <RegionId>7d2d739d-8fd3-4d75-bc55-2f0a9a790eea</RegionId> <State>sample string 11</State> <StateId>fce39224-45ab-428d-b0df-b7640ddb9889</StateId> <UserAssignRoleId>72c7afb6-63f3-44b0-952a-9610792d3e93</UserAssignRoleId> <UserId>3345e3b2-d5f5-4d24-af4c-01dbb069fe87</UserId> <UserName>sample string 3</UserName> </CustomAuditorRole> <CustomAuditorRole> <AssessmentCycle>sample string 19</AssessmentCycle> <Category>sample string 17</Category> <CategoryId>e7cce72b-aa7e-4f41-aa7e-55d997b5a6c6</CategoryId> <ComplianceId>aaee08fa-8e72-4b8c-96ad-da631a780400</ComplianceId> <Country>sample string 9</Country> <CountryId>844fe7ad-955f-4258-bad4-fa2bb25b6870</CountryId> <DCMRole>sample string 5</DCMRole> <DCMRoleId>e32be0f4-da0e-43cb-bd99-bf77f74659b2</DCMRoleId> <Entity>sample string 7</Entity> <EntityId>db67fcd2-0c41-4011-8814-5edc1ec59d48</EntityId> <IsRevoke>true</IsRevoke> <Location>sample string 15</Location> <LocationId>11cbb40c-15ba-4fd4-b0ee-66f7dba596bc</LocationId> <Region>sample string 13</Region> <RegionId>7d2d739d-8fd3-4d75-bc55-2f0a9a790eea</RegionId> <State>sample string 11</State> <StateId>fce39224-45ab-428d-b0df-b7640ddb9889</StateId> <UserAssignRoleId>72c7afb6-63f3-44b0-952a-9610792d3e93</UserAssignRoleId> <UserId>3345e3b2-d5f5-4d24-af4c-01dbb069fe87</UserId> <UserName>sample string 3</UserName> </CustomAuditorRole> </ArrayOfCustomAuditorRole>