Get a thing-type definition
Returns a single thing-type definition index by id. Requires an API key with the
read action scoped to the thing type.
Authorizations
API key passed in the header.
Path Parameters
The thing-type index id (e.g. `tdefi_…`).
Response
The thing-type definition index.
thingTypeIdstringStable identifier for the thing type (the index id).
displayNamestringHuman-readable name for the thing type.
descriptionstringDescription of the thing type.
defaultImageUrlnull | stringOptional URL of a default image for devices of this type.
defaultIconUrlnull | stringOptional URL of a default icon for devices of this type.
latestThingTypeDefIdnull | stringIdentifier of the latest definition version this index points to.
latestVersionNumberinteger | string<int32>Version number of the latest definition.
^-?(?:0|[1-9]\d*)$versionsarray<object>The full version history for this thing type.
versions.versioninteger | string<int32>The version number.
^-?(?:0|[1-9]\d*)$versions.thingTypeDefIdstringIdentifier of the definition for this version.
isDeletedbooleanWhether this thing type has been soft-deleted.
createdAtstring<date-time>Timestamp (UTC) when the thing type was created.
updatedAtnull | string<date-time>Timestamp (UTC) when the thing type was last updated.
createdBystringIdentifier of the actor that created the thing type.
updatedBynull | stringIdentifier of the actor that last updated the thing type.