Skip to main content
Use pinned-post queries to display posts that were already pinned outside the client SDK. The SDK surfaces in this page are read-only retrieval APIs.

Platform Support

Current client SDKs retrieve pinned posts. Pinning and unpinning are not exposed as public client SDK operations in this surface.

Parameters

Community Pinned Posts

Query community pinned posts for a specific community and optional placement such as an announcement area.

Global Pinned Posts

Query global pinned posts when the product needs an app-wide featured-content surface.

Notes

  • Use community pinned posts for a single community feed or announcement area.
  • Use global pinned posts for app-wide featured content.
  • TypeScript, iOS, and Android expose includeMixedStructure; the current Flutter public pinned-post methods do not expose that option.
  • Flutter exposes a sortByOptions parameter on getPinnedPosts, but the current public request builder does not pass it into the request. Do not depend on custom sorting there.

Query Posts

Query regular feed posts.

Viewing Content

Render the pinned post object.

Post Review

Approve or decline posts.