Skip to main content

Get all projects for a device type

GET 

/api/v1/hierarchy/device-types/:deviceTypeId/tree

Get all projects for a device type

Request

Path Parameters

    deviceTypeId numberrequired

    ID of the device type

Responses

Schema

    deviceTypeId numberrequired

    ID of the device type

    deviceTypeName stringrequired

    Name of the device type

    projects

    object[]

  • Array [

  • projectName stringrequired

    Unique name of the project

    projectId numberrequired

    Identifier of the project

    displayName string

    Display name of the project

    label string

    Label of the project

  • ]

Loading...