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": "4b1357c8-15fb-424d-afb1-a915dc1eaf6b",
"Facilities": [
1,
2
],
"Clusters": [
1,
2
],
"Departments": [
1,
2
],
"StartDateTime": "2026-07-22T06:37:02.5665273-05:00",
"EndDateTime": "2026-07-22T06:37:02.5665273-05:00",
"CurrentDateTime": "2026-07-22T06:37:02.5665273-05:00",
"SortFields": [
"sample string 1",
"sample string 2"
],
"UserId": 1
}
Response Information
Resource Description
ApiResponseModelOfInitialModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | ApiResponseDataModelOfInitialModel |
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.