Get post edit history
GET/api/v4/posts/:post_id/edit_history
Get edit history entries for a post.
Permissions
Must have edit_post permission in the channel. For most posts, only the original author can access history.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Edit history retrieval successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Resource not found