Liveblog API
The FLOW Liveblog API provides an endpoint to retrieve the metadata of a liveblog and the posts attached to it.
Endpoints
/api/liveblog/bundles
/api/liveblogs
/api/liveblog/{id}
Search
The search endpoint for filtering the available liveblogs is /api/liveblogs
This takes the following parameters
Query Parameter | Description |
---|---|
limit | The number of items to retrieve |
offset | Where to start, for paging |
q | The search query |
status | 1 or 0 whether the post is active or not |
Single live blog
To retrieve a single liveblog by id use the following endpoint /api/liveblog/{id}
eg:
/api/liveblog/12345