Tool
content_posts_versions
List every version of a post, oldest first — the audit trail of what was written and by whom.
List every version of a post, oldest first — the audit trail of what was written and by whom.
Behavior
- HTTP
GET /content/posts/:id/versions
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | • | The post id returned by content_posts_create. |
Response
| Field | Type | Always | Description |
|---|---|---|---|
| postId | string | • | The post these versions belong to. |
| versions | array | • | Every version, oldest first. |
Try it
List every version of a post, oldest first — the audit trail of what was written and by whom.