Skip to main content
GET
/
reports
/
devices
Get a devices report for the current organization
curl --request GET \
  --url https://dashboard.hologram.io/api/1/reports/devices \
  --header 'Authorization: Basic <encoded-value>'
{
  "success": true,
  "data": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

HTTP Basic authentication using API keys. Set the username to apikey and the password to your API key. You can find your API key on the Hologram Dashboard under Account Settings.

Query Parameters

timestart
integer

Start of time range (Unix timestamp)

timeend
integer

End of time range (Unix timestamp)

tagids
string

Comma-separated tag IDs to filter by

Response

OK

success
boolean

Indicates whether the request was successful.

Example:

true

data
object[]