Skip to content
This repository was archived by the owner on Apr 16, 2025. It is now read-only.

Reports

Mohamad Nour Chawich edited this page Apr 7, 2016 · 1 revision

WikiAPI ReferenceMiscellaneousReports

Intro

Like any social and e-commerce platform people may find something offensive and would like to report it. Shoutit allows for different kinds of reports.

Report Object

{
    "text": "The reason of this report, can be any text.",
    "attached_object": {
        "entity": {
            "id": "entity_id"
        }
    }
}

entity may be shout, profile, or conversation

Reports Endpoint

Clone this wiki locally