Skip to main content

List thing groups

GET 

/organizations/:organizationId/thing-groups

List thing groups

Request

Path Parameters

    organizationId stringrequired

    The ID of organization.

Query Parameters

    thingTypeName string

    The name of IoT type

    maxResults string

    Default value: 10

    The maximum number of results to return.

    nextToken string

    To retrieve the next set of results.

Responses

Schema
    data object[]required

    Data of the thing groups.

  • Array [
  • groupArn stringrequired
    groupName stringrequired
  • ]
  • nextToken string

    To retrieve the next set of results.

Loading...