monoesdocs
Menu

API reference

Feed

The unified, cross-resource activity feed shown on the community homepage.

GET/api/community/feedPublic

List recent activity across posts, bugs, features, and org uploads.

Request

Query params: sort ('latest' | 'popular'), page (number, 0-indexed), authorId (string, optional)

Response

{ items: FeedItem[], hasMore: boolean }

Session is read if present (to compute the viewer's own vote on each item) but not required. A Bearer token without community:read is silently treated as anonymous rather than rejected.