Endpoint
- Method:
GET - Path:
/feeds/ticker - Edition: Core
- Controller:
FeedsController@getTicker - Route source:
fluent-community/app/Http/Routes/api.php:63 - Controller source:
fluent-community/app/Http/Controllers/FeedsController.php
GET Get Feed Ticker
GET
/feeds/ticker
Get Feed Ticker for the FluentCommunity Feeds API.
Controller: FeedsController@getTicker
Route source: fluent-community/app/Http/Routes/api.php:63
Authorizations
ApplicationPasswords
WordPress Application Passwords — use Basic auth with username:application_password.
Type
API Key (header: Authorization)
Parameters
Query Parameters
since
Since read via $request->get() in getTicker().
Type
string
Responses
Successful response
application/json
JSON "timestamp": "string", "has_changes": true, "feeds": [ { "additionalProperties": "string" } ], "notifications": { "unread_count": 0, "new_count": 0 }, "spaces": [ { "additionalProperties": "string" } ], "execution_time": 0
{
}