Usage of /comments/{id}/flags/options GET
Discussion
Returns the different flags that the user identified with an access_token can create for the comment identified by {id}. Available flags vary from comment to comment and user to user, an app should never assume a particular flag can be created without consulting this method.
To flag a comment use the /comments/{id}/flags/add method.
This method returns the available flag_options.
Try It