List saved views for a definition in a space

View as Markdown
Lists the saved table views (stored filters/sorts/column layout) for a definition within a space. Authorization: requires `space:read` on `:spaceId` — lacking it gives **404** (leak-guard). A per-space default view is lazily seeded on first read, so the response `{ default, views }` always contains a `default`; `views` is the full list (including the default).

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

spaceIdstringRequired
definitionIdstringRequired

Response

The saved views, including the seeded default.
defaultobject
viewslist of objects

Errors

404
Not Found Error