{{baseUrl}}/tracking/:id
GET {{baseUrl}}/tracking/:id
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"data": [
{
"timestamp": 1604567446,
"descrizione": "accettata online",
"type": "00",
"definitivo": false
}
],
"message": "1 Risultati",
"success": true,
"error": null
} |
ENDPOINTS