Skip to content

Returns a page of the published posts the current user has bookmarked, newest first and transformed for display.

Supports topic_slug, search, order_by_type and a type filter on the post type. Pagination behaves like the main feed: total is an estimate and has_more means the page came back full.

Endpoint

  • Method: GET

  • Path: /feeds/bookmarks

  • Edition: Core

  • Controller: FeedsController@getBookmarks

  • Route source: fluent-community/app/Http/Routes/api.php:48

  • Controller source: fluent-community/app/Http/Controllers/FeedsController.php

  • Requires a signed-in user; bookmarks are per-user and never shared.

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 List Bookmarks

GET
/feeds/bookmarks

Returns a page of the published posts the current user has bookmarked, newest first and transformed for display.

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

Authorizations

ApplicationPasswords

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

Type
API Key (header: Authorization)

Parameters

Query Parameters

topic_slug

Topic Slug read via $request->getSafe() in getBookmarks().

Type
string
order_by_type

Order By Type read via $request->getSafe() in getBookmarks().

Type
string
search

Search read via $request->getSafe() in getBookmarks().

Type
string
type

Type read via $request->get() in getBookmarks().

Type
string
per_page

Per Page read via $request->get() in getBookmarks().

Type
integer
Default
10
page

Page read via $request->get() in getBookmarks().

Type
integer
Default
1

Responses

Successful response

application/json
JSON
{
  
"feeds": {
  
  
"current_page": 0,
  
  
"data": [
  
  
  
{
  
  
  
  
"bookmarked": true,
  
  
  
  
"comments": [
  
  
  
  
  
{
  
  
  
  
  
  
"content_type": "string",
  
  
  
  
  
  
"created_at": "string",
  
  
  
  
  
  
"id": 0,
  
  
  
  
  
  
"is_sticky": 0,
  
  
  
  
  
  
"message": "string",
  
  
  
  
  
  
"message_rendered": "string",
  
  
  
  
  
  
"meta": [
  
  
  
  
  
  
  
{
  
  
  
  
  
  
  
  
"additionalProperties": "string"
  
  
  
  
  
  
  
}
  
  
  
  
  
  
],
  
  
  
  
  
  
"parent_id": "string",
  
  
  
  
  
  
"post_id": "string",
  
  
  
  
  
  
"reactions_count": "string",
  
  
  
  
  
  
"status": "string",
  
  
  
  
  
  
"type": "string",
  
  
  
  
  
  
"updated_at": "string",
  
  
  
  
  
  
"user_id": "string",
  
  
  
  
  
  
"xprofile": {
  
  
  
  
  
  
  
"avatar": "string",
  
  
  
  
  
  
  
"badge": "string",
  
  
  
  
  
  
  
"created_at": "string",
  
  
  
  
  
  
  
"display_name": "string",
  
  
  
  
  
  
  
"is_verified": 0,
  
  
  
  
  
  
  
"last_activity": "string",
  
  
  
  
  
  
  
"meta": {
  
  
  
  
  
  
  
  
"badge_slug": "string",
  
  
  
  
  
  
  
  
"cover_photo": "string",
  
  
  
  
  
  
  
  
"social_links": {
  
  
  
  
  
  
  
  
  
"fb": "string",
  
  
  
  
  
  
  
  
  
"instagram": "string",
  
  
  
  
  
  
  
  
  
"linkedin": "string",
  
  
  
  
  
  
  
  
  
"twitter": "string",
  
  
  
  
  
  
  
  
  
"youtube": "string"
  
  
  
  
  
  
  
  
},
  
  
  
  
  
  
  
  
"website": "string"
  
  
  
  
  
  
  
},
  
  
  
  
  
  
  
"permalink": "string",
  
  
  
  
  
  
  
"short_description": "string",
  
  
  
  
  
  
  
"status": "string",
  
  
  
  
  
  
  
"total_points": 0,
  
  
  
  
  
  
  
"user_id": 0,
  
  
  
  
  
  
  
"username": "string"
  
  
  
  
  
  
}
  
  
  
  
  
}
  
  
  
  
],
  
  
  
  
"comments_count": 0,
  
  
  
  
"content_type": "string",
  
  
  
  
"created_at": "string",
  
  
  
  
"default_comment_sort_by": "string",
  
  
  
  
"featured_image": "string",
  
  
  
  
"has_user_react": true,
  
  
  
  
"id": 0,
  
  
  
  
"is_sticky": 0,
  
  
  
  
"message_rendered": "string",
  
  
  
  
"meta": {
  
  
  
  
  
"media_preview": "string"
  
  
  
  
},
  
  
  
  
"permalink": "string",
  
  
  
  
"priority": 0,
  
  
  
  
"privacy": "string",
  
  
  
  
"reactions": [
  
  
  
  
  
{
  
  
  
  
  
  
"created_at": "string",
  
  
  
  
  
  
"id": 0,
  
  
  
  
  
  
"object_id": "string",
  
  
  
  
  
  
"object_type": "string",
  
  
  
  
  
  
"parent_id": "string",
  
  
  
  
  
  
"type": "string",
  
  
  
  
  
  
"updated_at": "string",
  
  
  
  
  
  
"user_id": "string",
  
  
  
  
  
  
"xprofile": {
  
  
  
  
  
  
  
"avatar": "string",
  
  
  
  
  
  
  
"badge": "string",
  
  
  
  
  
  
  
"display_name": "string",
  
  
  
  
  
  
  
"permalink": "string",
  
  
  
  
  
  
  
"user_id": 0
  
  
  
  
  
  
}
  
  
  
  
  
}
  
  
  
  
],
  
  
  
  
"reactions_count": 0,
  
  
  
  
"scheduled_at": "string",
  
  
  
  
"slug": "string",
  
  
  
  
"space": {
  
  
  
  
  
"id": 0,
  
  
  
  
  
"settings": {
  
  
  
  
  
  
"can_request_join": "string",
  
  
  
  
  
  
"custom_lock_screen": "string",
  
  
  
  
  
  
"default_post_sort_by": "string",
  
  
  
  
  
  
"disable_post_sort_by": "string",
  
  
  
  
  
  
"document_access": "string",
  
  
  
  
  
  
"document_library": "string",
  
  
  
  
  
  
"document_upload": "string",
  
  
  
  
  
  
"emoji": "string",
  
  
  
  
  
  
"hide_members_count": "string",
  
  
  
  
  
  
"layout_style": "string",
  
  
  
  
  
  
"links": [
  
  
  
  
  
  
  
{
  
  
  
  
  
  
  
  
"emoji": "string",
  
  
  
  
  
  
  
  
"enabled": "string",
  
  
  
  
  
  
  
  
"new_tab": "string",
  
  
  
  
  
  
  
  
"permalink": "string",
  
  
  
  
  
  
  
  
"slug": "string",
  
  
  
  
  
  
  
  
"title": "string"
  
  
  
  
  
  
  
}
  
  
  
  
  
  
],
  
  
  
  
  
  
"members_page_status": "string",
  
  
  
  
  
  
"og_image": "string",
  
  
  
  
  
  
"onboard_redirect_url": "string",
  
  
  
  
  
  
"restricted_post_only": "string",
  
  
  
  
  
  
"shape_svg": "string",
  
  
  
  
  
  
"show_fetured_image": "string",
  
  
  
  
  
  
"show_paywalls": "string",
  
  
  
  
  
  
"show_sidebar": "string",
  
  
  
  
  
  
"topic_required": "string"
  
  
  
  
  
},
  
  
  
  
  
"slug": "string",
  
  
  
  
  
"title": "string",
  
  
  
  
  
"type": "string"
  
  
  
  
},
  
  
  
  
"space_id": "string",
  
  
  
  
"status": "string",
  
  
  
  
"terms": [
  
  
  
  
  
{
  
  
  
  
  
  
"pivot": {
  
  
  
  
  
  
  
"post_id": "string",
  
  
  
  
  
  
  
"term_id": "string"
  
  
  
  
  
  
},
  
  
  
  
  
  
"slug": "string",
  
  
  
  
  
  
"title": "string"
  
  
  
  
  
}
  
  
  
  
],
  
  
  
  
"title": "string",
  
  
  
  
"type": "string",
  
  
  
  
"user_id": "string",
  
  
  
  
"xprofile": {
  
  
  
  
  
"avatar": "string",
  
  
  
  
  
"badge": "string",
  
  
  
  
  
"created_at": "string",
  
  
  
  
  
"display_name": "string",
  
  
  
  
  
"is_verified": 0,
  
  
  
  
  
"last_activity": "string",
  
  
  
  
  
"meta": {
  
  
  
  
  
  
"cover_photo": "string",
  
  
  
  
  
  
"website": "string"
  
  
  
  
  
},
  
  
  
  
  
"permalink": "string",
  
  
  
  
  
"short_description": "string",
  
  
  
  
  
"status": "string",
  
  
  
  
  
"total_points": 0,
  
  
  
  
  
"user_id": 0,
  
  
  
  
  
"username": "string"
  
  
  
  
}
  
  
  
}
  
  
],
  
  
"from": 0,
  
  
"has_more": true,
  
  
"per_page": 0,
  
  
"to": 0,
  
  
"total": 0
  
},
  
"last_id": 0
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation