Skip to content

Endpoint

  • Method: GET
  • Path: /scheduled-posts
  • Edition: PRO
  • Controller: SchedulePostsController@getScheduledPosts
  • Route source: fluent-community-pro/app/Http/Routes/api.php:99
  • Controller source: fluent-community-pro/app/Http/Controllers/SchedulePostsController.php

GET List Scheduled Posts

GET
/scheduled-posts

List Scheduled Posts for the FluentCommunity Feeds API.

Controller: SchedulePostsController@getScheduledPosts
Route source: fluent-community-pro/app/Http/Routes/api.php:99

Authorizations

ApplicationPasswords

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

Type
API Key (header: Authorization)

Parameters

Query Parameters

user_id

User ID read via $request->getSafe() in getScheduledPosts().

Type
string

Responses

Successful response

application/json
JSON
{
  
"feeds": {
  
  
"data": [
  
  
  
{
  
  
  
  
"additionalProperties": "string"
  
  
  
}
  
  
],
  
  
"current_page": 0,
  
  
"per_page": 0,
  
  
"from": 0,
  
  
"to": 0,
  
  
"total": 0,
  
  
"last_page": 0,
  
  
"has_more": true
  
}
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation