POST api/Dashboard/GetProductionHistory
Request Information
URI Parameters
None.
Body Parameters
ProductionHistoryFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| startDate | date |
None. |
|
| endDate | date |
None. |
|
| grades | Collection of globally unique identifier |
None. |
|
| furnaces | Collection of globally unique identifier |
None. |
|
| type | integer |
None. |
|
| timezoneoffset | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"startDate": "1788973615000",
"endDate": "1788973615000",
"grades": [
"5f87e21d-f5ca-43b5-ae6a-b7c010a18a1c",
"84a0c96c-fe46-474c-bdb1-33e3ca9f3ee7"
],
"furnaces": [
"d14ddbaa-35e1-4ea7-9a50-9dcd3f4f8515",
"9924f806-245c-4651-8778-37c4f95411ea"
],
"type": 3,
"timezoneoffset": 4
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Response| Name | Description | Type | Additional information |
|---|---|---|---|
| status | boolean |
None. |
|
| error | string |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.