Skip to main content
GET
/
tag
/
history
cURL
curl --request GET \
  --url https://api.allcomtelecom.com/api:XUynQtIz/tag/history
{
  "itemsReceived": 0,
  "curPage": 0,
  "nextPage": 0,
  "prevPage": 0,
  "offset": 0,
  "perPage": 0,
  "items": [
    {
      "id": 0,
      "created_at": "now",
      "accounts_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "deviceId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "messageType": "string",
      "device": "string",
      "productType": "string",
      "battery": 0,
      "location": {},
      "humidity": {},
      "pressure": {},
      "temperature": {},
      "alert": {},
      "serverTimeStamp": 0,
      "deviceTimeStamp": 0,
      "week_day": "string",
      "tag_status": "string",
      "signal_strength": "string",
      "device_status": "string",
      "is_live": true,
      "isTag": false,
      "rawData": {},
      "geography": "string"
    }
  ]
}

Query Parameters

token
string
required
Example:

"20234397fs9vcd978qr308q9703cbfdbd9vuy07wrw97rq90qrw08"

page
string
default:1
Example:

"1"

per_page
string
default:25
Example:

"25"

offset
string
default:null
Example:

"offset"

tag_id
string
required
Example:

"tag_id"

data_inicial
string<date>
required
Example:

"2025-12-28"

data_final
string<date>
required
Example:

"2025-12-28"

Response

Listagem de dispositivos retornada com sucesso.

Sucesso
string
Example:
{
"itemsReceived": 0,
"curPage": 0,
"nextPage": 0,
"prevPage": 0,
"offset": 0,
"perPage": 0,
"items": [
{
"id": 0,
"created_at": "now",
"accounts_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"deviceId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"messageType": "string",
"device": "string",
"productType": "string",
"battery": 0,
"location": {},
"humidity": {},
"pressure": {},
"temperature": {},
"alert": {},
"serverTimeStamp": 0,
"deviceTimeStamp": 0,
"week_day": "string",
"tag_status": "string",
"signal_strength": "string",
"device_status": "string",
"is_live": true,
"isTag": false,
"rawData": {},
"geography": "string"
}
]
}