# Get collection by Id Endpoint: GET /runs/pickups/collections/truckDairyPump/{collectionId} Version: 1.0.0 Security: M2X_auth_application ## Path parameters: - `collectionId` (string, required) The unique Id of the collection ## Response 200 fields (application/json): - `locationExternalId` (string, required) - `locationName` (string, required) - `toLocationExternalId` (string) - `toLocationName` (string) - `truckName` (string, required) - `truckExternalId` (string) - `driverName` (string) - `driverExternalId` (string) - `customerName` (string) - `serviceDay` (string) The day the pickup belongs to in case of after midnight - `startTime` (string, required) - `endTime` (string, required) - `productQuantity` (number, required) - `customerRunNumber` (string) - `internalRunNumber` (string) - `properties` (object) - `metadata` (object) - `measurements` (object) - `measurements.temperature` (number) - `measurements.minTemperature` (number) - `measurements.maxTemperature` (number) - `updated` (string) - `measurementId` (string) ## Response 404 fields (application/json): - `message` (string) Example: "not found"