Get list views
GET/spaces/:space_id/lists/:list_id/views
Returns a paginated list of views defined for a specific list (query or collection) within a space. Each view includes configuration details such as layout, applied filters, and sorting options, enabling clients to render the list according to user preferences and context. This endpoint supports pagination parameters to control the number of views returned and the starting point of the result set.
Request
Responses
- 200
- 401
- 404
- 500
List of views
Unauthorized
Not found
Internal server error