List records for a view
Paginated records for the view, applying its sort + per-view manual positions.
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
Filter by visibility. ACTIVE excludes archived (default), ARCHIVED returns only archived, ALL returns both.
ACTIVE, ARCHIVED, ALL 256Board only — the group key whose records to return. Use a key from GET /views/:view_id/groups (an enum option value, or '__unmatched__' for the unmatched group). Required for kind='board'.
1024Calendar / Timeline — visible window start. Records whose date axis falls before this are excluded. ISO 8601.
Calendar / Timeline — visible window end. Records whose date axis falls after this are excluded. ISO 8601.
Page number
Number of items to take
Next page token (Only used on special endpoints)
Response
Whether the record is archived.
The position of the record in the view.
The values of the record.
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
- Option 6
- Option 7
- Option 8
- Option 9
- Option 10
- Option 11
- Option 12
- Option 13