For the complete documentation index, see llms.txt. This page is also available as Markdown.

Views

Retrieve configured submission views

Get a view

get

Returns a configured submission view: display mode, ordered fields, and filtering rules (on items and on metadata).

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
app_shortstringRequired

Short name of the workspace instance (e.g. daxium-test)

view_idstring · uuidRequired

View identifier (UUID)

Responses
200

View object

application/json

Configured submission view

idstring · uuidOptional

Unique identifier

namestringOptional

Localised name of the view

view_modestringOptional

View display mode (e.g. table)

assigned_to_userboolean · nullableOptional

Whether the view restricts submissions to those assigned to the current user

get/{app_short}/submissions_views/{view_id}
200

View object

Last updated

Was this helpful?