GET api/Dashboard?filter={filter}&Month={Month}¶m={param}
Get The Compliance list acccording to Master data, Compliance Type (Event/Regular), Compliance Reponses(Complied, Partially-Complied and Non-Complied Compliance), Criticality and Client.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
filter | string |
Required |
|
Month | string |
Required |
|
param | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of DashboardComplianceDataName | Description | Type | Additional information |
---|---|---|---|
ExtendedDueDate | date |
None. |
|
Response | string |
None. |
|
Status | string |
None. |
|
EventCategory | string |
None. |
|
EventSubCategory | string |
None. |
|
EventCount | integer |
None. |
|
ReviewerId | globally unique identifier |
None. |
|
OwnerId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ExtendedDueDate": "2025-03-26T08:46:53.6547979+00:00", "Response": "sample string 2", "Status": "sample string 3", "EventCategory": "sample string 4", "EventSubCategory": "sample string 5", "EventCount": 6, "ReviewerId": "a31920e5-0d9e-4e00-9c59-958c97a6136a", "OwnerId": "8d279737-d4cf-4d43-80e4-96b975f67d2b" }, { "ExtendedDueDate": "2025-03-26T08:46:53.6547979+00:00", "Response": "sample string 2", "Status": "sample string 3", "EventCategory": "sample string 4", "EventSubCategory": "sample string 5", "EventCount": 6, "ReviewerId": "a31920e5-0d9e-4e00-9c59-958c97a6136a", "OwnerId": "8d279737-d4cf-4d43-80e4-96b975f67d2b" } ]
application/xml, text/xml
Sample:
<ArrayOfDashboardComplianceData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <DashboardComplianceData> <EventCategory>sample string 4</EventCategory> <EventCount>6</EventCount> <EventSubCategory>sample string 5</EventSubCategory> <ExtendedDueDate>2025-03-26T08:46:53.6547979+00:00</ExtendedDueDate> <OwnerId>8d279737-d4cf-4d43-80e4-96b975f67d2b</OwnerId> <Response>sample string 2</Response> <ReviewerId>a31920e5-0d9e-4e00-9c59-958c97a6136a</ReviewerId> <Status>sample string 3</Status> </DashboardComplianceData> <DashboardComplianceData> <EventCategory>sample string 4</EventCategory> <EventCount>6</EventCount> <EventSubCategory>sample string 5</EventSubCategory> <ExtendedDueDate>2025-03-26T08:46:53.6547979+00:00</ExtendedDueDate> <OwnerId>8d279737-d4cf-4d43-80e4-96b975f67d2b</OwnerId> <Response>sample string 2</Response> <ReviewerId>a31920e5-0d9e-4e00-9c59-958c97a6136a</ReviewerId> <Status>sample string 3</Status> </DashboardComplianceData> </ArrayOfDashboardComplianceData>