# Get the weighbridge measurement for a given job ID and measurement ID Endpoint: GET /jobs/{jobId}/measurements/weighbridge/{measurementId} Version: 1.0.0 Security: M2X_auth_application ## Path parameters: - `jobId` (string, required) The unique job identifier - `measurementId` (string, required) The unique measurement identifier ## Response 200 fields (application/json): - `unit` (string, required) What unit the weight values are in Enum: "kilogram", "tonne", "pound", "ton" - `netWeight` (number, required) The net weight of the contents of the truck - `grossWeight` (number) The gross weight of the contents of the truck - `tareWeight` (number) The tare weight of the contents of the truck - `timestamp` (number) The timestamp that the measurement took place in Unix time - `metadata` (object,null) Opaque weighbridge key-value measurement data - `properties` (object,null) Optional weighbridge key-value measurement properties that may be used in eDockets