Skip to content

Get batch by ID

GET
/grading/rest/v1/truesort/get-batch-by-id

Returns a specific grading batch by its ID with complete batch information including user fields, grading program details, and processing status

Authorizations

bearerAuth
TypeHTTP (bearer)

Parameters

Query Parameters

batchId*

The batch ID to retrieve

Typestring
Required

Responses

Complete batch information with all details

application/json
JSON
{
"id": 5,
"lastModified": 1756972370210,
"name": "dieter 1",
"totalWeightInGrams": 6127,
"totalAmount": 45,
"deliveredWeightInGrams": 0,
"startDateUtc": "2025-08-30T09:51:59.124Z",
"endDateUtc": "2025-09-04T07:52:50.21Z",
"userFieldNames": {
"additionalProperties": "string"
},
"userFieldTags": {
"additionalProperties": "string"
},
"userFields": {
"PARTIENUMMER": "2025001234",
"HERKUNFTSLAND": "Deutschland",
"ZERTIFIKATSTEXT": "Bio-Zertifikat DE-ÖKO-001",
"FELDNUMMER": "F-2025-001",
"FELDBEZEICHNUNG": "Nordfeld Acker 1",
"ANLIEFERDATUM": "2025-08-30",
"EXPECTED_BIN_COUNT": "45",
"DELIVERED_WEIGHT_IN_GRAMS": "6127000",
"PRODUKTIONSART": "Biologisch",
"PRODUZENTENNUMMER": "PROD-001234",
"PRODUZENTENNAME": "Mustermann Landwirtschaft GmbH",
"SORTENNUMMER": "VAR-001",
"SORTENNAME": "Bintje",
"MUTANTENNUMMER": "MUT-001",
"MUTANTENNAME": "Bintje Standard",
"DRUCKFESTIGKEIT": "8.5",
"ZUCKER": "12.3"
},
"gradingProgramId": 5,
"gradingProgramName": "Basic",
"virtualMachineIds": [
[
0
]
],
"binTipping": {
"expectedBinCount": 0,
"binCount": 0,
"weightInGrams": 0
},
"batchBinIds": [
[
]
],
"status": "Done",
"standbyDisplayOrder": 0
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Iteas IScan Applikation Version v1.0.0