Skip to main content
PUT
PUT /v1/dashboards/{id}/followers

Followers & Votes

Manage followers and votes for dashboard entities.

Followers

Add Follower

PUT /v1/dashboards/{id}/followers
id
string
required
UUID of the dashboard.
id
string
required
UUID of the user to add as a follower (sent as request body string).

Remove Follower

DELETE /v1/dashboards/{id}/followers/{userId}
id
string
required
UUID of the dashboard.
userId
string
required
UUID of the user to remove.

Votes

Add or Update Vote

PUT /v1/dashboards/{id}/vote
id
string
required
UUID of the dashboard.
updatedVoteType
string
required
Vote type: votedUp, votedDown, or unVoted.
PUT /v1/dashboards/{id}/followers

Error Handling