Report Object


Properties
idstringRead-onlyformat GUID

Report ID.


entityNamestringminLength 1maxLength 50

Reported entity name, such as comment.


entityIdstringminLength 1maxLength 50

Reported entity ID.


identityIdentityRead-only

Identity of who created a report.


reasonReason

Reason for the report.


revisionintegerRead-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.


createdDatestringRead-onlyformat date-time

Date and time when the report created.


updatedDatestringRead-onlyformat date-time

Date and time when the report updated.


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.

Did this help?