Get content flagging property field values for a post
GET/api/v4/content_flagging/post/:post_id/field_values
Returns the property field values associated with content flagging reports for a specific post. These values provide additional context about the flags on the post. An enterprise advanced license is required.
Request
Responses
- 200
- 403
- 404
- 500
- 501
Property field values retrieved successfully
Forbidden - User does not have permission to access this post.
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.