Report ID.
Reported entity name, such as comment
.
Reported entity ID.
Identity of who created a report.
Reason for the report.
Revision number, which increments by 1 each time the rule is updated. To prevent conflicting changes, the existing revision must be used when updating a rule.
Date and time when the report created.
Date and time when the report updated.
Custom field data for the report object.
Note: You must configure extended fields using schema plugin extensions in your app's dashboard before you can access the extended fields with API calls.
{
"report": {
"id": "dd7cfd02-1837-4fb8-bc6f-86316f0984a9",
"entityName": "comment",
"entityId": "50353fbc-b265-4f03-888f-a53aa272758d",
"identity": {
"identityType": "MEMBER",
"memberId": "141a3e01-da55-4b3a-a44a-2f194bfc8897"
},
"reason": {
"reasonType": "DRUGS",
"description": "This person promotes drug usage."
},
"revision": "1",
"createdDate": "2021-10-26T17:22:10.299Z",
"updatedDate": "2021-10-26T17:22:10.299Z"
}
}