POST api/v1/DailyRoster/compressed
Get Dashboard Metrics. This is an asynchronous service.
Request Information
URI Parameters
None.
Body Parameters
MetricsFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| DashboardId | globally unique identifier |
None. |
|
| Facilities | Collection of integer |
None. |
|
| Clusters | Collection of integer |
None. |
|
| Departments | Collection of integer |
None. |
|
| StartDateTime | date |
None. |
|
| EndDateTime | date |
None. |
|
| CurrentDateTime | date |
None. |
|
| SortFields | Collection of string |
None. |
|
| UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DashboardId": "20d077e6-d7b9-4447-8a74-6116b4f6e53c",
"Facilities": [
1,
2
],
"Clusters": [
1,
2
],
"Departments": [
1,
2
],
"StartDateTime": "2026-01-02T07:55:35.6178365-06:00",
"EndDateTime": "2026-01-02T07:55:35.6178365-06:00",
"CurrentDateTime": "2026-01-02T07:55:35.6178365-06:00",
"SortFields": [
"sample string 1",
"sample string 2"
],
"UserId": 1
}
Response Information
Resource Description
ApiResponseModelOfListOfCompressed| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | ApiResponseDataModelOfListOfCompressed |
None. |
|
| Errors | Collection of string |
None. |
|
| Warnings | Collection of string |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.