Get a flagged post with all its content.
GET/api/v4/content_flagging/post/:post_id
Returns the flagged post with all its data, even if it is soft-deleted. This endpoint is only accessible by content reviewers. A content reviewer can only fetch flagged posts from this API if the post is indeed flagged and they are a content reviewer of the post's team. An enterprise advanced license is required.
Request
Responses
- 200
- 403
- 404
- 500
- 501
The flagged post is fetched correctly
Forbidden - User does not have permission to access this post, or is not a reviewer of the post's team.
Post not found or feature is disabled via the feature flag.
Internal server error.
Feature is disabled either via config or an Enterprise Advanced license is not available.