Retrieves a list of up to 100 draft posts per request.
List Draft Posts runs with these defaults, which you can override:
editedDate
is sorted in descending order.paging.limit
is50
.paging.offset
is0
.
Permission Scopes
For app development, you must have one of the following permission scopes:Syntax
Creates a draft post.
The draft post's memberId is required for third-party apps.
Permission Scopes
For app development, you must have one of the following permission scopes:Syntax
Updates multiple draft posts.
Permission Scopes
For app development, you must have one of the following permission scopes:Syntax
Retrieves a list of up to 100 deleted draft posts.
List Draft Posts runs with these defaults, which you can override:
editedDate
is sorted in descending order. In this case,editedDate
implies the date the post was deleted.paging.limit
is50
.paging.offset
is0
.
Permission Scopes
For app development, you must have one of the following permission scopes:Syntax
Gets a draft post by the provided ID.
Permission Scopes
For app development, you must have one of the following permission scopes:Syntax
Moves a draft post with the provided ID to the trash bin.
A published posts can also be deleted by its provided post ID
.
The optional permanent
field enables you to delete a post permanently, bypassing the trash bin. When a draft post is deleted this way, it can't be restored.
Permission Scopes
For app development, you must have one of the following permission scopes:Syntax
Updates a specified draft post.
Permission Scopes
For app development, you must have one of the following permission scopes:Syntax
Gets a deleted draft post from the trash bin by the provided ID.
Permission Scopes
For app development, you must have one of the following permission scopes:Syntax
Permanently deletes a draft post by the provided ID from the trash bin.
Permission Scopes
For app development, you must have one of the following permission scopes:Syntax
Restores a deleted draft post from the trash-bin by the provided ID.
Permission Scopes
For app development, you must have one of the following permission scopes:Syntax
Retrieves a list of up to 100 draft posts, given the provided paging, filtering, and sorting.
Query Draft Posts runs with these defaults, which you can override:
editedDate
is sorted inDESC
order.paging.limit
is50
.paging.offset
is0
.
For field support for filters and sorting, see Field Support for Filtering and Sorting.
To learn about working with Query endpoints, see API Query Language, Sorting and Paging, and Field Projection.
Permission Scopes
For app development, you must have one of the following permission scopes:Syntax
Publishes a specified draft post by ID. This creates a new post entity with the data from the draft post. If the specified draft post was already published, the published post will be updated with the latest values from the draft post entity.
Permission Scopes
For app development, you must have one of the following permission scopes:Syntax
Triggered when a draft post is created.
Event Body
Triggered when a draft post is updated.