List devices with pagination
GET/management/devices
FindAll handles HTTP GET requests to retrieve device records with optional filtering and pagination. It supports filtering by either "ulid" or "fleetId" query parameters, but not both simultaneously. If both filters are provided, it returns a 400 Bad Request error. Pagination is controlled via "page" and "page_size" query parameters, with defaults and limits applied. Returns a JSON response containing the paginated devices or an error message.
Request
Responses
- 200
- 500
OK
Internal Server Error