Retrieves models
GET/iot/models
Retrieves a list of models. Due to performance concerns, data is retrieved in subsets. The API must ensure that the entire dataset is consumed either by making subsequent requests, or by increasing the subset size of the initial request.
Authorization Action:
core:models:list
Request
Responses
- 200
- 400
- 401
- 422
- 500
List of models with pagination info.
Failed due to malformed query parameters.
Missing or invalid access token provided.
Database can't process request.
Unexpected server error.