public
Fetch the messages for a ticker.
Endpoint to retrieve the messages from a ticker. The endpoint has a pagination to fetch newer or older messages. It is mandatory that the browser sends the origin as a header. This can be overwritten with a query parameter.
get/timeline
Query parameters
originstring
Origin from the ticker, e.g. demoticker.org
limitinteger
Limit for fetched messages, default: 10
beforeinteger
ID of the message we look for older entries
afterinteger
ID of the message we look for newer entries
Headers
originstring
Origin from the ticker, e.g. http://demoticker.org
Response
OK