Skip to content

Endpoint

  • Method: GET
  • Path: /feeds/ticker-updates
  • Edition: Core
  • Controller: FeedsController@getTickerUpdates
  • Route source: fluent-community/app/Http/Routes/api.php:64
  • Controller source: fluent-community/app/Http/Controllers/FeedsController.php

GET Get Ticker Updates

GET
/feeds/ticker-updates

Get Ticker Updates for the FluentCommunity Feeds API.

Controller: FeedsController@getTickerUpdates
Route source: fluent-community/app/Http/Routes/api.php:64

Authorizations

ApplicationPasswords

WordPress Application Passwords — use Basic auth with username:application_password.

Type
API Key (header: Authorization)

Parameters

Query Parameters

context

Context read via $request->get() in getTickerUpdates().

Type
string
Default
"global"
since

Since read via $request->get() in getTickerUpdates().

Type
string

Responses

Successful response

application/json
JSON
{
  
"updates": [
  
  
{
  
  
  
"additionalProperties": "string"
  
  
}
  
],
  
"timestamp": "string",
  
"has_changes": true
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation