canvas
Create View
Create a new saved canvas view.
Captures the current search query, filters, and pinned nodes so the user can restore this view later.
Returns: Updated list of all saved canvas views.
POST
Create View
Documentation Index
Fetch the complete documentation index at: https://docs.pragmatiks.io/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/json
Request body for creating a saved canvas view.
Attributes: name: User-assigned name for this view. search_query: Text search query to persist. filters: Filter criteria to persist. pinned_node_ids: Resource IDs to pin when restoring.
Response
Successful Response
Response body for listing saved canvas views.
Attributes: views: List of saved canvas views.
Create View