Skip to content

Live: Get Pallet Events By ID

GET /api/v1/live/pallets/{pallet_id}/events/{id}
Get a free API key →
curl
NameInTypeRequiredDescription
pallet_idpathstring
idpathstring

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": "{}"
}
}

All Taostats API requests require an Authorization header containing your API key. See Getting Started.