Endpoint
- Method:
POST - Path:
/feeds/batch - Edition: Core
- Controller:
FeedsController@batchFetch - Route source:
fluent-community/app/Http/Routes/api.php:65 - Controller source:
fluent-community/app/Http/Controllers/FeedsController.php
POST Batch Fetch Feeds
POST
/feeds/batch
Batch Fetch Feeds for the FluentCommunity Feeds API.
Controller: FeedsController@batchFetch
Route source: fluent-community/app/Http/Routes/api.php:65
Authorizations
ApplicationPasswords
WordPress Application Passwords — use Basic auth with username:application_password.
Type
API Key (header: Authorization)
Request Body
application/json
JSON "feed_ids": [ "string" ]
{
}
Responses
Successful response
application/json
JSON "feeds": [ { "id": 0, "slug": "string", "message_rendered": "string", "meta": { "preview_data": "string", "media_preview": { "image": "string", "url": "string", "type": "string", "provider": "string", "content_type": "string", "title": "string", "author_name": "string", "html": "string", "width": 0, "height": 0, "media_id": 0, "player": "string" }, "media_items": [ { "url": "string", "type": "string", "media_id": 0, "width": 0, "height": 0, "provider": "string" } ], "document_lists": [ { "id": 0, "url": "string", "media_key": "string", "title": "string", "type": "string" } ], "document_ids": [ { "id": 0, "url": "string", "media_key": "string", "title": "string", "type": "string" } ], "survey_config": { "type": "string", "options": [ { "slug": "string", "title": "string", "vote_counts": 0, "voted": true } ], "end_date": "string" }, "send_announcement_email": "string", "comments_disabled": "string", "mentioned_user_ids": [ 0 ], "auto_flagged": "string", "reports_count": 0 }, "title": "string", "featured_image": "string", "created_at": "string", "privacy": "string", "priority": 0, "type": "string", "content_type": "string", "space_id": 0, "user_id": 0, "status": "string", "is_sticky": true, "scheduled_at": "string", "comments_count": 0, "reactions_count": 0, "permalink": "string", "xprofile": { "user_id": 0, "display_name": "string", "username": "string", "avatar": "string", "status": "string", "total_points": 0, "is_verified": true, "meta": { "website": "string", "cover_photo": "string", "badge_slug": [ "string" ], "social_links": { "instagram": "string", "twitter": "string", "youtube": "string", "linkedin": "string", "fb": "string", "blue_sky": "string", "tiktok": "string", "pinterest": "string", "telegram": "string", "snapchat": "string", "reddit": "string", "twitch": "string", "vk": "string", "github": "string", "mastodon": "string" } }, "created_at": "string", "short_description": "string", "last_activity": "string", "badge": "string", "permalink": "string" }, "space": { "id": 0, "title": "string", "slug": "string", "type": "string", "privacy": "string" }, "comments": [ { "id": 0, "user_id": 0, "post_id": 0, "parent_id": 0, "message": "string", "message_rendered": "string", "meta": { "media_preview": { "image": "string", "url": "string", "type": "string", "provider": "string", "content_type": "string", "title": "string", "author_name": "string", "html": "string", "width": 0, "height": 0, "media_id": 0, "player": "string" }, "media_items": [ { "url": "string", "type": "string", "media_id": 0, "width": 0, "height": 0, "provider": "string" } ], "mentioned_user_ids": [ 0 ] }, "type": "string", "content_type": "string", "status": "string", "is_sticky": true, "reactions_count": 0, "created_at": "string", "updated_at": "string", "xprofile": { "user_id": 0, "display_name": "string", "username": "string", "avatar": "string", "status": "string", "total_points": 0, "is_verified": true, "meta": { "website": "string", "cover_photo": "string", "badge_slug": [ "string" ], "social_links": { "instagram": "string", "twitter": "string", "youtube": "string", "linkedin": "string", "fb": "string", "blue_sky": "string", "tiktok": "string", "pinterest": "string", "telegram": "string", "snapchat": "string", "reddit": "string", "twitch": "string", "vk": "string", "github": "string", "mastodon": "string" } }, "created_at": "string", "short_description": "string", "last_activity": "string", "badge": "string", "permalink": "string" }, "liked": 0 } ], "reactions": [ { "id": 0, "user_id": 0, "object_id": 0, "object_type": "string", "type": "string", "parent_id": 0, "created_at": "string", "updated_at": "string", "xprofile": { "user_id": 0, "avatar": "string", "display_name": "string" } } ], "terms": [ { "title": "string", "slug": "string" } ], "has_user_react": true, "bookmarked": true, "default_comment_sort_by": "string" } ], "count": 0
{
}