POST /blueprintactions/realtime/{guid}

Share realtime collaboration events for a specific blueprint action to all connected users

Share realtime collaboration events for a specific blueprint action to all connected users
KeyTypeExampleDescription
guidrequiredstring
"example"
Blueprint action GUID to share event for
KeyTypeExampleDescription
authorizationrequiredstring
"Bearer access_token"
Access token
KeyTypeExampleDescription
eventrequiredstring
"cursor-move"
Type of realtime event
messagerequiredobject
{
  "cursor_type": "pointer",
  "x": 150,
  "y": 300
}
Event message payload
{
  "shared": true
}
{
  "code": 401,
  "error": "INVALID_ACCESS_TOKEN"
}
StatusError CodeDescription
401INVALID_ACCESS_TOKENAuthentication required or invalid token
PermissionDescription
Bearer tokenAccess token required via Authorization header, x-authtoken, x-token, query param, or cookie
blueprintactions_viewRequired scope: blueprintactions_view

Back to Blueprint Actions Return to the Blueprint Actions category to view other endpoints All API Categories Browse all available API categories