GET api/Dashboard?filter={filter}&Month={Month}¶m={param}
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-26T12:50:28.5878613+00:00", "Response": "sample string 2", "Status": "sample string 3", "EventCategory": "sample string 4", "EventSubCategory": "sample string 5", "EventCount": 6, "ReviewerId": "9d4ff767-98f1-4a2e-85d8-6c8fe3b459bd", "OwnerId": "8da915a4-4c31-44cd-a7e8-bc3d1d9896c9" }, { "ExtendedDueDate": "2025-03-26T12:50:28.5878613+00:00", "Response": "sample string 2", "Status": "sample string 3", "EventCategory": "sample string 4", "EventSubCategory": "sample string 5", "EventCount": 6, "ReviewerId": "9d4ff767-98f1-4a2e-85d8-6c8fe3b459bd", "OwnerId": "8da915a4-4c31-44cd-a7e8-bc3d1d9896c9" } ]
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-26T12:50:28.5878613+00:00</ExtendedDueDate> <OwnerId>8da915a4-4c31-44cd-a7e8-bc3d1d9896c9</OwnerId> <Response>sample string 2</Response> <ReviewerId>9d4ff767-98f1-4a2e-85d8-6c8fe3b459bd</ReviewerId> <Status>sample string 3</Status> </DashboardComplianceData> <DashboardComplianceData> <EventCategory>sample string 4</EventCategory> <EventCount>6</EventCount> <EventSubCategory>sample string 5</EventSubCategory> <ExtendedDueDate>2025-03-26T12:50:28.5878613+00:00</ExtendedDueDate> <OwnerId>8da915a4-4c31-44cd-a7e8-bc3d1d9896c9</OwnerId> <Response>sample string 2</Response> <ReviewerId>9d4ff767-98f1-4a2e-85d8-6c8fe3b459bd</ReviewerId> <Status>sample string 3</Status> </DashboardComplianceData> </ArrayOfDashboardComplianceData>