Returns the list of things visible by the logged-in user.
This API allows retrieving the list of things specifying:
- One or more conditions based on properties (all conditions are in AND).
- The sorting criteria (also multiple).
- The paging configuration.
Required permissions: READ_THING.
The name of the target tenant (e.g. acme).
Condition on thing serial-number.
For more details on predicates, see the payload common concepts article.
Condition on name property.
For more details on predicates, see the payload common concepts article.
Condition on thing-definition id.
Condition on product-model id.
Condition on product-model-part id.
Condition on customer id.
Condition on location id.
Condition on object property.
For more details on predicates, see the payload common concepts article.
The flag indicating whether to include ASSIGNED things.
The flag indicating whether to include UNASSIGNED things.
The number of elements to retrieve for the current page.
The page number to retrieve (zero-based).
The sorting criteria based on object properties.
Successful operation.
User not authenticated.
The error response.
User not authorized.
The error response.
Resource was not found.
The error response.
API call rate limit exeeded.
The error response.
Internal server error.
The error response.