Get objects in list
GET/spaces/:space_id/lists/:list_id/:view_id/objects
Returns a paginated list of objects associated with a specific list (query or collection) within a space. When a view ID is provided, the objects are filtered and sorted according to the view's configuration. If no view ID is specified, all list objects are returned without filtering and sorting. This endpoint helps clients to manage grouped objects (for example, tasks within a list) by returning information for each item of the list.
Request
Responses
- 200
- 401
- 404
- 500
List of objects
Unauthorized
Not found
Internal server error