GET
/v1/reportedResources
curl \
--request GET 'https://openapi.meltingspot.io/v1/reportedResources'
Response examples (200)
{
"items": [
{
"id": "string",
"ownerId": "string",
"ownerType": "ThreadMessage",
"status": "PendingReview",
"author": {
"firstName": "string",
"lastName": "string",
"profilePicture": "string",
"spotMemberId": "string"
},
"lastReportId": "string",
"createdAt": 42
}
],
"total": 42
}