Skip to content
Go to Micro

Records

Bulk reorder pinned records
PATCH/v2/prism/{teamId}/{viewObjectType}/views/{viewId}/records
Pin a record to the view (append to record_order)
POST/v2/prism/{teamId}/{viewObjectType}/views/{viewId}/records/{objectId}
Unpin a record from the view
DELETE/v2/prism/{teamId}/{viewObjectType}/views/{viewId}/records/{objectId}
ModelsExpand Collapse
RecordListResponse object { data, has_more, next_cursor }
data: array of map[unknown]
has_more: boolean

True if more records exist beyond this page.

next_cursor: optional string

Opaque cursor for the next page; null when has_more is false.