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