Skip to main content

List devices with their platform and group data

GET 

/api/v1/org/devices

List devices with their platform and group data

Request

Responses

Schema

  • Array [

  • id stringrequired
    name string
    groupName string
    platformId string

    Platform instance id reported by the agent.

    platformName string
    deviceTypeName string
    groupId number
    uid string
    devices string[]
  • ]

Loading...