Skip to main content
GET
/
tag
/
devices
cURL
curl --request GET \
  --url https://api.allcomtelecom.com/api:XUynQtIz/tag/devices
{
  "itemsReceived": 0,
  "curPage": 0,
  "nextPage": 0,
  "prevPage": 0,
  "offset": 0,
  "perPage": 0,
  "items": {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "created_at": "now",
    "accounts_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "groups_id": 0,
    "device_name": "string",
    "serial_number": "string",
    "products_id": 0,
    "operational_status": "string",
    "battery": 0,
    "last_connected": 0,
    "lastConfiguration": {},
    "lastReport": {},
    "isTag": true,
    "address": {},
    "icone": "string",
    "nextTo": "string",
    "PontoREF": false,
    "geo_point": "string",
    "image": {
      "access": "public",
      "path": "string",
      "name": "string",
      "type": "string",
      "size": 0,
      "mime": "string",
      "meta": {},
      "url": "string"
    },
    "groups": {
      "id": 0,
      "created_at": "now",
      "accounts_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "title": "string",
      "color": "string"
    },
    "products": {
      "id": 0,
      "created_at": "now",
      "deviceBrand": "string",
      "deviceType": "string",
      "productName": "string",
      "account_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
    }
  }
}

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"

Response

Listagem de dispositivos retornada com sucesso.

Success
string
Example:
{
"itemsReceived": 0,
"curPage": 0,
"nextPage": 0,
"prevPage": 0,
"offset": 0,
"perPage": 0,
"items": {
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"created_at": "now",
"accounts_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"groups_id": 0,
"device_name": "string",
"serial_number": "string",
"products_id": 0,
"operational_status": "string",
"battery": 0,
"last_connected": 0,
"lastConfiguration": {},
"lastReport": {},
"isTag": true,
"address": {},
"icone": "string",
"nextTo": "string",
"PontoREF": false,
"geo_point": "string",
"image": {
"access": "public",
"path": "string",
"name": "string",
"type": "string",
"size": 0,
"mime": "string",
"meta": {},
"url": "string"
},
"groups": {
"id": 0,
"created_at": "now",
"accounts_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "string",
"color": "string"
},
"products": {
"id": 0,
"created_at": "now",
"deviceBrand": "string",
"deviceType": "string",
"productName": "string",
"account_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
}
}