POST api/Dashboard/GetAllTodayHeat
Request Information
URI Parameters
None.
Body Parameters
HeatingFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| search | string |
None. |
|
| pageNo | integer |
None. |
|
| pageSize | integer |
None. |
|
| business_id | globally unique identifier |
None. |
|
| user_id | globally unique identifier |
None. |
|
| onlyDraftHeats | boolean |
None. |
|
| status | Collection of integer |
None. |
|
| isFormSubmitted | boolean |
None. |
|
| responsibleEngineers | Collection of globally unique identifier |
None. |
|
| furnaces | Collection of globally unique identifier |
None. |
|
| crucibles | Collection of globally unique identifier |
None. |
|
| heatingIds | Collection of globally unique identifier |
None. |
|
| startDate | date |
None. |
|
| endDate | date |
None. |
|
| heatProducedstartDate | date |
None. |
|
| heatProducedendDate | date |
None. |
|
| sortBy | HeatingSortBy |
None. |
Request Formats
application/json, text/json
Sample:
{
"search": "sample string 1",
"pageNo": 2,
"pageSize": 3,
"business_id": "55be2a58-3247-4c92-8dbd-9355f4cd9910",
"user_id": "840d4042-c819-43c4-bf3f-74b3b1dc557b",
"onlyDraftHeats": true,
"status": [
1,
2
],
"isFormSubmitted": true,
"responsibleEngineers": [
"1eeafbb8-0977-4ce9-b3c6-81f30f370d0b",
"ce2c1a24-940e-41e5-91a9-2f34c99b35b4"
],
"furnaces": [
"7afde8e7-627e-4be8-9fb6-293b18d5a335",
"23a2de5f-545c-4a94-8a8f-c10992e47c63"
],
"crucibles": [
"a9e378ea-beca-4465-93ce-6eae6824f246",
"db245058-adc9-4ed8-bbfd-1f186bfb1434"
],
"heatingIds": [
"8d9bca8e-544a-4a9d-929c-2fef66dc5934",
"4da055be-43dd-41fe-a5dd-842d25bc3a80"
],
"startDate": "1788985710000",
"endDate": "1788985710000",
"heatProducedstartDate": "1788985710000",
"heatProducedendDate": "1788985710000",
"sortBy": 1
}
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.