Forum Discussion

schwamster's avatar
11 years ago

How to find out if an abuse report was sent for a specific message via the REST API?

Hi everyony,

 

i would like to find out if a specific message (Id) has been marked as offensive by some user and what reason that user gave via the REST API.

Right now i cant think of any other way then to iterate through all messages in the abuseBoard, but that seems like a very inefficient way to do that. 

 

Does anybody have a better idea?

thx

  • Haven't found a direct way of this, I think this is your only option. Support might find you a way.
    • schwamster's avatar
      schwamster
      Helper
      thx. This is very unfortunate. But this seems to be a general problem of the api. everything has to be queried seperatly...