Live: Get Pallet Events By ID
Endpoint
Section titled “Endpoint”GET /api/v1/live/pallets/{pallet_id}/events/{id}Try it
Section titled “Try it”Parameters
Section titled “Parameters”| Name | In | Type | Required | Description |
|---|---|---|---|---|
pallet_id | path | string | ✅ | |
id | path | string | ✅ |
Responses
Section titled “Responses”Media: application/json
Schema
{ "type": "object", "required": [ "pallet", "palletIndex" ], "properties": { "errorItem": { "type": "string", "nullable": true }, "metadata": { "type": "string", "nullable": true }, "pallet": { "type": "string" }, "palletIndex": { "type": "string" } }}Examples
{ "Result": { "value": "{}" }}Authentication
Section titled “Authentication”All Taostats API requests require an Authorization header containing your API key. See Getting Started.