We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
###admin/register_post_view.json###
All admin api's require a token to be passed in. See get_access_token.json for more information.
admin/register_post_view.json?token=238236fa-0e1a-499c-8051-c46e2f416387
This command registers that a post has been viewed by a admin/mod/sub. It is a HTTP POST request.
The fields required are:
post_id This is the id of the post that is being viewed
A response looks like:
{ "notification_id": 11, "post_id": "1", "success": true }