Orgs Views
List fields available on a view
Every field the view’s entity exposes (built-ins + dynamic TableField rows) with its type, readonly, sortable, and groupable_in capability flags. Drives the FE’s axis / sort / filter / column pickers and the inline cell editor dispatch from one payload.
GET
List fields available on a view
Documentation Index
Fetch the complete documentation index at: https://docs.useinvent.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer token authentication using your API key
Query Parameters
Page number
Number of items to take
Next page token (Only used on special endpoints)
Response
200 - application/json
- Option 1
- Option 2
Available options:
table, board, calendar, timeline Available options:
scalar Available options:
string, number, boolean, date, datetime, enum Previous
List groups (columns) for a viewReturns the board column descriptors (enum items, boolean buckets, date / number ranges, distinct strings) plus capability flags — `reorderable_columns` enables column-header DnD, `movable_items` enables card DnD between columns (only meaningful for enum / user / boolean axes), `axis` carries the resolved field for the FE header. No pagination — bounded by `MAX_BOARD_COLUMNS`. Throws 400 for kinds that have no groups (table / calendar / timeline).
Next
List fields available on a view