Skip to main content

LIST Devices

GET 

https://api.eu1.spotflow.io/workspaces/:workspaceId/devices

LIST Devices

Request

Path Parameters

    workspaceId uuidrequired

Query Parameters

    siteId string
    deviceCategory string
    parentDataGatewayDeviceId string
    deviceIdPrefix string
    deviceIdContains string
    continuationToken string
    top int32

    Possible values: >= 1 and <= 1000

    Default value: 100
    includeActivity boolean
    Default value: false

Responses

Devices.

Schema
    devices object[]
  • Array [
  • deviceIdstring
    siteIdstringnullable
    timeZone object
    ianaTimeZonestringnullable
    windowsTimeZonestringnullable
    registrationAttributes objectnullable
    parentDataGatewayDeviceIdstringnullable
    deviceCategorystring
    activity object
    isActiveboolean
    latest object
    activityIdstringnullable
    dateTimedate-time
    connection object
    statusstringnullable
    lastChangedate-timenullable
  • ]
  • totalCountint32
    nextPageContinuationTokenstringnullable
curl -L 'https://api.eu1.spotflow.io/workspaces/:workspaceId/devices' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://api.eu1.spotflow.io
Parameters
— pathrequired
— query
— query
— query
— query
— query
— query
— query
— query