List things of a type
GET
Lists things of a given thing type. Requires an API key with the read action.
thingTypeId is a ThingTypeDefinitionIndex id (e.g. tdefi_…).
Loading code example
Loading code example
Authorizations
apiKeystringheaderrequired
API key passed in the header.
Path Parameters
thingTypeIdstringrequired
The thing-type index id.
Query Parameters
continuationTokenstring
Opaque token from a prior page; omit for the first page.
limitinteger | string<int32>
Page size; omit (with no token) to return all matching things.
Pattern:
^-?(?:0|[1-9]\d*)$Response
application/json
The things of that type (bare array, or a paginated envelope).
itemsarray<object>items.thingIdstringrequireditems.thingNamestringrequireditems.thingTypestringrequireditems.thingDescriptionstringitems.addressstringitems.modelstringitems.manufacturerstringitems.isFirstPartybooleanitems.thingManufacturerIdstringitems.isSimulatedbooleanrequireditems.longitudenumber | string<double>Pattern:
^-?(?:0|[1-9]\d*)(?:\.\d+)?(?:[eE][+-]?\d+)?$items.latitudenumber | string<double>Pattern:
^-?(?:0|[1-9]\d*)(?:\.\d+)?(?:[eE][+-]?\d+)?$items.altitudenumber | string<double>Pattern:
^-?(?:0|[1-9]\d*)(?:\.\d+)?(?:[eE][+-]?\d+)?$items.integrationIdsarray<string>items.orgIdstringrequireditems.tenantIdstringrequireditems.placeTypestringitems.placeIdstringitems.levelIdnull | stringitems.attributesobjectitems.propertiesobjectitems.thingTypeDefIndexIdnull | stringitems.thingTypeDefIdnull | stringitems.createdAtstring<date-time>requireditems.updatedAtnull | string<date-time>items.createdBystringrequireditems.updatedBynull | stringcontinuationTokennull | stringhasMoreboolean