Skip to main content

Get Thing

GET 

/organizations/:organizationId/things/:thingName

Get thing

Request

Path Parameters

    organizationId stringrequired

    The ID of organization.

    thingName stringrequired

    The name of IoT device

Responses

Schema
    data object[]required

    Data of the things.

  • Array [
  • thingArn stringrequired
    thingName stringrequired
    thingTypeName stringrequired
    attributes objectrequired
    shadows objectrequired
    version numberrequired
  • ]
Loading...