v3

latestOpenAPI 3.0.3MIT2026-07-313881,2455.6 MB
Database table view sortings

Returns the existing view sort if the authorized user has access to the related database's workspace.

get/api/database/views/sort/{view_sort_id}/

Path parameters

view_sort_idinteger required

Returns the view sort related to the provided value.

Response

idinteger required
viewinteger required

The view to which the sort applies. Each view can have his own sortings.

fieldinteger required

The field that must be sorted on.

order'ASC' | 'DESC'
  • ASC - Ascending
  • DESC - Descending
typestring

Indicates the sort type. Will automatically fall back to default if incompatible with field type.

priorityinteger required

Position of this sorting in the ordering chain. The sorting with the lowest priority is applied first.