Visuals
Create, manage, and share reusable visual components
Manage reusable visual components (saved visuals) that can be linked into multiple dashboards. Each visual has its own sharing permissions independent of the dashboards that reference it.
Updates support optimistic concurrency — pass expectedLastModified to detect conflicts when multiple users edit the same visual.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | List visuals | List all accessible visuals in the project |
| POST | Create a visual | Create a new saved visual |
| GET | Get a visual | Retrieve full visual details including frame configuration |
| PUT | Update a visual | Update visual metadata or frame configuration |
| DELETE | Delete a visual | Permanently delete a visual |
| GET | List shares | List all sharing entries for a visual |
| POST | Share a visual | Grant access to one or more recipients |
| DELETE | Revoke shares | Remove access for one or more recipients |