GET api/WeightAccumulation/Filter/StationId/{StationId}/Year/{Year}/Week/{Week}/Batch/{Batch}
Get all weight accumulations by station id, year and week and batch
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| StationId |
"_" (underscore) indicates empty/no value |
string |
Required |
| Year |
Format: YY or: "_" (underscore) indicates empty/no value |
string |
Required |
| Week |
Format: WW or: "_" (underscore) indicates empty/no value |
string |
Required |
| Batch |
"_" (underscore) indicates empty/no value |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of WeightAccumulation| Name | Description | Type | Additional information |
|---|---|---|---|
| StationId | string |
None. |
|
| ProdNr | string |
None. |
|
| RegDato1 | date |
None. |
|
| RegDato2 | date |
None. |
|
| Year | string |
None. |
|
| Week | string |
None. |
|
| Product | string |
None. |
|
| Batch | string |
None. |
|
| ArticleNumber | string |
None. |
|
| DrySubstanceChannel | integer |
None. |
|
| TotQuantity | integer |
None. |
|
| RegQuantity1 | integer |
None. |
|
| RegQuantity2 | integer |
None. |
|
| TotWeight1 | decimal number |
None. |
|
| TotWeight2 | decimal number |
None. |
|
| AccumulationPercent | integer |
None. |
|
| AvgWeight1 | decimal number |
None. |
|
| AvgWeight2 | decimal number |
None. |
|
| AvgDrySubstancePercent | decimal number |
None. |
|
| AvgH2oPercent | decimal number |
None. |
|
| AvgHeight | decimal number |
None. |
|
| AntLagerfort | integer |
None. |
|
| LagerstedNr | string |
None. |
|
| CreatedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"StationId": "sample string 1",
"ProdNr": "sample string 2",
"RegDato1": "2026-06-25T11:35:13.5446976+02:00",
"RegDato2": "2026-06-25T11:35:13.5446976+02:00",
"Year": "sample string 5",
"Week": "sample string 6",
"Product": "sample string 7",
"Batch": "sample string 8",
"ArticleNumber": "sample string 9",
"DrySubstanceChannel": 10,
"TotQuantity": 11,
"RegQuantity1": 12,
"RegQuantity2": 13,
"TotWeight1": 14.0,
"TotWeight2": 15.0,
"AccumulationPercent": 16,
"AvgWeight1": 17.0,
"AvgWeight2": 18.0,
"AvgDrySubstancePercent": 19.0,
"AvgH2oPercent": 20.0,
"AvgHeight": 21.0,
"AntLagerfort": 22,
"LagerstedNr": "sample string 23",
"CreatedDate": "2026-06-25T11:35:13.5446976+02:00"
},
{
"StationId": "sample string 1",
"ProdNr": "sample string 2",
"RegDato1": "2026-06-25T11:35:13.5446976+02:00",
"RegDato2": "2026-06-25T11:35:13.5446976+02:00",
"Year": "sample string 5",
"Week": "sample string 6",
"Product": "sample string 7",
"Batch": "sample string 8",
"ArticleNumber": "sample string 9",
"DrySubstanceChannel": 10,
"TotQuantity": 11,
"RegQuantity1": 12,
"RegQuantity2": 13,
"TotWeight1": 14.0,
"TotWeight2": 15.0,
"AccumulationPercent": 16,
"AvgWeight1": 17.0,
"AvgWeight2": 18.0,
"AvgDrySubstancePercent": 19.0,
"AvgH2oPercent": 20.0,
"AvgHeight": 21.0,
"AntLagerfort": 22,
"LagerstedNr": "sample string 23",
"CreatedDate": "2026-06-25T11:35:13.5446976+02:00"
}
]