Skip to content

Endpoint

  • Method: GET
  • Path: /spaces/{spaceSlug}/pages
  • Edition: PRO
  • Controller: SpacePageController@index
  • Route source: fluent-community-pro/app/Modules/SpacePages/Http/space_pages_api.php:11

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 Index

GET
/spaces/{spaceSlug}/pages

Get Index for the FluentCommunity Spaces API.

Controller: SpacePageController@index
Route source: fluent-community-pro/app/Modules/SpacePages/Http/space_pages_api.php:11

Authorizations

ApplicationPasswords

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

Type
API Key (header: Authorization)

Responses

Successful response

application/json
JSON
{
  
"cursor": "string",
  
"has_audio": true,
  
"has_more": true,
  
"items": [
  
  
{
  
  
  
"additionalProperties": "string"
  
  
}
  
]
}

Playground

Authorization

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation