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": "1788980475000",
"endDate": "1788980475000",
"grades": [
"453d5631-213c-413a-b575-cfdbbab33839",
"fc1dd8e4-3e26-4bfa-97c0-6706e8bb371b"
],
"furnaces": [
"56a726cc-aeed-4ece-aca5-572aca77982d",
"f641a6ed-324e-4925-8cac-8a4a70fb199e"
],
"type": 3,
"timezoneoffset": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
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.