Storyden
Misc

Send Beacon

A catch-all endpoint for tracking read states and other things that are not critical to the functioning of the platform. This endpoint is fire and forget and does not return any meaningful data. It is designed to be used with the `navigator.sendBeacon` API in browsers to mark things such as how far down a thread a member has read, or whether or not a Library Page has been visited recently. It may queue the work for later processing and is not guaranteed to be processed immediately or at all.

A catch-all endpoint for tracking read states and other things that are not critical to the functioning of the platform. This endpoint is fire and forget and does not return any meaningful data. It is designed to be used with the navigator.sendBeacon API in browsers to mark things such as how far down a thread a member has read, or whether or not a Library Page has been visited recently. It may queue the work for later processing and is not guaranteed to be processed immediately or at all.

POST/beacon
kDatagraphItemKind
Value in"post" | "thread" | "reply" | "node" | "collection" | "profile" | "event"
idstring

The identifier for the object related to tracking.

Response Body

curl -X POST "https://loading/api/beacon" \  -H "Content-Type: text/plain" \  -d '<k>post</k>  <id>string</id>'
Empty
{
  "error": "string",
  "message": "string",
  "suggested": "string",
  "metadata": {}
}