Skip to main content

Report

You can look up the report list.

Load report list

HTTP request

GET https://platformapi.thebackend.io/chat/v1/report_list

Responses

Status: 200 OK
[
{
"report_id": 1,
"to_gamer_id": "0",
"to_gamer_name": "a0",
"from_gamer_id": "1",
"from_gamer_name": "a1",
"message": "XXXXXXXXXXXXXXXXXX",
"keyword": "INAPPROPRIATE",
"reason": "Profanity and sexual remarks",
"status": 1,
"value": 0,
"update_at": "2024-06-17 09:50:23",
"create_at": "2024-06-17 09:50:23",
}
]

Error

Status: 400 Bad Request
{
"message": "There is a problem with the user credentials.",
"code": 400701,
"error": true
}