POST api/v1/Dashboards/initial/{dashboardId}/{currentDateTime}
Get Dashboard initial load. This is an asynchronous service.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| dashboardId | globally unique identifier |
Required |
|
| currentDateTime | date |
Required |
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": "12d90eb0-d6aa-4ba8-803f-1b6bea0331ea",
"Facilities": [
1,
2
],
"Clusters": [
1,
2
],
"Departments": [
1,
2
],
"StartDateTime": "2026-03-10T19:33:49.8204793-05:00",
"EndDateTime": "2026-03-10T19:33:49.8204793-05:00",
"CurrentDateTime": "2026-03-10T19:33:49.8204793-05:00",
"SortFields": [
"sample string 1",
"sample string 2"
],
"UserId": 1
}
Response Information
Resource Description
ApiResponseModelOfInitialModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.