List messages of an abuse
Live Test Server (live data - latest nightly version)
https://peertube2.cpy.re/api/v1
Live Test Server (live data - latest nightly version)
https://peertube2.cpy.re/api/v1
GET
/abuses/{abuseId}/messages
Abuses
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://peertube2.cpy.re/api/v1/abuses//messages'
Response Response Example
{
"data": [
{
"account": {
"avatar": {
"createdAt": "2019-08-24T14:15:22Z",
"path": "string",
"updatedAt": "2019-08-24T14:15:22Z"
},
"displayName": "string",
"host": "example.com",
"id": 0,
"name": "string",
"url": "string"
},
"byModerator": true,
"createdAt": "2019-08-24T14:15:22Z",
"id": 42,
"message": "string"
}
],
"total": 1
}
Request
Path Params
abuseId
stringÂ
required
Responses
Modified at 2022-09-10 22:29:49