Report Object


Properties
createdDatestringRead-onlyformat date-time

Date and time when the report created.


entityIdstringimmutableminLength 1maxLength 50

Reported entity ID.


entityNamestringimmutableminLength 1maxLength 50

Reported entity name, such as comment.


extendedFieldsExtendedFields

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.


idstringRead-onlyformat GUID

Report ID.


identityIdentificationDataRead-only

Identity of who created a report.


reasonReason

Reason for the report.


revisionstringRead-onlyformat int64

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.


updatedDatestringRead-onlyformat date-time

Date and time when the report updated.

Did this help?