Semaphor

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

MethodEndpointDescription
GETList visualsList all accessible visuals in the project
POSTCreate a visualCreate a new saved visual
GETGet a visualRetrieve full visual details including frame configuration
PUTUpdate a visualUpdate visual metadata or frame configuration
DELETEDelete a visualPermanently delete a visual
GETList sharesList all sharing entries for a visual
POSTShare a visualGrant access to one or more recipients
DELETERevoke sharesRemove access for one or more recipients

On this page