List thing-type definitions
Returns a paginated list of thing-type definition indices for the calling organization.
Requires an API key with the read action.
Authorizations
API key passed in the header.
Query Parameters
Opaque token from a prior page; omit for the first page.
Page size (1–100). Omit to use the service default.
^-?(?:0|[1-9]\d*)$Filter by lifecycle status: `active` (default), `deleted`, or `all`.
"active"Response
A page of thing-type definition indices.
itemsarray<object>items.thingTypeIdstringStable identifier for the thing type (the index id).
items.displayNamestringHuman-readable name for the thing type.
items.descriptionstringDescription of the thing type.
items.defaultImageUrlnull | stringOptional URL of a default image for devices of this type.
items.defaultIconUrlnull | stringOptional URL of a default icon for devices of this type.
items.latestThingTypeDefIdnull | stringIdentifier of the latest definition version this index points to.
items.latestVersionNumberinteger | string<int32>Version number of the latest definition.
^-?(?:0|[1-9]\d*)$items.versionsarray<object>The full version history for this thing type.
items.isDeletedbooleanWhether this thing type has been soft-deleted.
items.createdAtstring<date-time>Timestamp (UTC) when the thing type was created.
items.updatedAtnull | string<date-time>Timestamp (UTC) when the thing type was last updated.
items.createdBystringIdentifier of the actor that created the thing type.
items.updatedBynull | stringIdentifier of the actor that last updated the thing type.
continuationTokennull | stringhasMoreboolean