Skip to main content

Get a device (group)

GET 

/:customer_id/groups/:group_id/users/:uid/devices/:device_id

Get a device associated to a user that belongs to a group

Request

Path Parameters

    customer_id Customer Idrequired

    Id of the tenant

    group_id Group Idrequired

    Id of the group

    uid uuidrequired

    Id of the user

    device_id uuidrequired

    Id of the device

Responses

Successful response

Schema
    uid uuidrequired

    User id

    device_id uuidrequired

    Device id

    created_at date-timerequired

    Device creation date

    external_id External Idnullablerequired

    Optional external id assigned upon creation

Loading...