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
sortByOptionsparameter ongetPinnedPosts, but the current public request builder does not pass it into the request. Do not depend on custom sorting there.
Related Topics
Query Posts
Query regular feed posts.
Viewing Content
Render the pinned post object.
Post Review
Approve or decline posts.