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-20T13:37:02.8973536+00:00", "Response": "sample string 2", "Status": "sample string 3", "EventCategory": "sample string 4", "EventSubCategory": "sample string 5", "EventCount": 6, "ReviewerId": "d0e61bb5-e3a0-45cb-8231-909dbdc57157", "OwnerId": "9ce96b69-90e6-454b-93f8-f3b69960019c" }, { "ExtendedDueDate": "2025-03-20T13:37:02.8973536+00:00", "Response": "sample string 2", "Status": "sample string 3", "EventCategory": "sample string 4", "EventSubCategory": "sample string 5", "EventCount": 6, "ReviewerId": "d0e61bb5-e3a0-45cb-8231-909dbdc57157", "OwnerId": "9ce96b69-90e6-454b-93f8-f3b69960019c" } ]
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-20T13:37:02.8973536+00:00</ExtendedDueDate> <OwnerId>9ce96b69-90e6-454b-93f8-f3b69960019c</OwnerId> <Response>sample string 2</Response> <ReviewerId>d0e61bb5-e3a0-45cb-8231-909dbdc57157</ReviewerId> <Status>sample string 3</Status> </DashboardComplianceData> <DashboardComplianceData> <EventCategory>sample string 4</EventCategory> <EventCount>6</EventCount> <EventSubCategory>sample string 5</EventSubCategory> <ExtendedDueDate>2025-03-20T13:37:02.8973536+00:00</ExtendedDueDate> <OwnerId>9ce96b69-90e6-454b-93f8-f3b69960019c</OwnerId> <Response>sample string 2</Response> <ReviewerId>d0e61bb5-e3a0-45cb-8231-909dbdc57157</ReviewerId> <Status>sample string 3</Status> </DashboardComplianceData> </ArrayOfDashboardComplianceData>