Skip to main content
GET
/
data
/
overview
/
devices
Get device filter options
curl --request GET \
  --url https://acusight.io/api/data/overview/devices \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "fleet_id": 123,
      "label": "<string>",
      "status": "<string>",
      "value": "<string>"
    }
  ],
  "error": {
    "code": "<string>",
    "details": "<string>",
    "message": "<string>"
  },
  "meta": {
    "count": 123,
    "limit": 123,
    "offset": 123,
    "total": 123
  },
  "success": true
}

Authorizations

Authorization
string
header
required

JWT access token. Paste the token only; the Bearer prefix is added automatically.

Query Parameters

fleet_id
integer

Filter by fleet (Portainer endpoint ID)

Response

Device options

data
object[]
error
object
meta
object
success
boolean