Posts
Last updated
Last updated
Retrieves a list of public posts with optional filtering. Users can filter by tags, creation date, status (draft or published), or post type.
Filter posts by specific tags
Filter posts by status
Filter posts created after a specific date
Filter posts by a specific type from the predefined list
Retrieves a list of private posts with optional filtering. Users can filter by tags, creation date, status (draft or published), or post type.
Filter posts by specific tags
Filter posts by status
Filter posts created after a specific date
Filter posts by a specific type from the predefined list
Each post begins as a draft. A user can only have one active draft at a time. If a draft already exists, it must be published or deleted before a new one can be created.
My First Post
This is the content of my first post.
["example","firstPost"]
blog
Updates the title, content, tags, or post type of an existing public post.
Updated Title
Updated content of the post.
["updated","post"]
news
Identical to creating a public post, but this post is private.
My First Private Post
This is the content of my first private post.
["example","privatePost"]
privateBlog
Updates the title, content, tags, or post type of an existing private post.
Updated Private Title
Updated content of the private post.
["updated","privatePost"]
privateNews