Returns a lightweight list of post ids that have changed since a given moment, marked created, updated or deleted, without any post content.
Scope with context set to global, space-<slug> or user-<id>. Up to 100 changes and 50 deletions are reported per call. Use this when you only need to know what to refetch; use the ticker endpoint when you want the posts themselves.
Endpoint
Method:
GETPath:
/feeds/ticker-updatesEdition: Core
Controller:
FeedsController@getTickerUpdatesRoute source:
fluent-community/app/Http/Routes/api.php:65Controller source:
fluent-community/app/Http/Controllers/FeedsController.phpSigned-out callers get an empty payload with an error string rather than an HTTP error.
Live sample
The request and response below were recorded against a running FluentCommunity install and then anonymised — member names, emails, avatars and post content are fictional, and long collections are trimmed to a few entries.
GET Get Ticker Updates
Returns a lightweight list of post ids that have changed since a given moment, marked created, updated or deleted, without any post content.
Controller: FeedsController@getTickerUpdates
Route source: fluent-community/app/Http/Routes/api.php:65
Authorizations
WordPress Application Passwords — use Basic auth with username:application_password.
Parameters
Query Parameters
Context read via $request->get() in getTickerUpdates().
"global"Since read via $request->get() in getTickerUpdates().
Responses
Successful response