> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt # Resource: Reports V2 # Type: Report Object # Link: https://dev.wix.com/docs/api-reference/crm/community/feedback-moderation/reports-v2/report-object.md ## Schema: ```json Type: Report Object | type: Report - name: id | type: string | description: Report ID. - name: value | type: string | description: - name: entityName | type: string | description: Reported entity name, such as `comment`. - name: entityId | type: string | description: Reported entity ID. - name: identity | type: IdentificationData | description: Identity of who created a report. - name: identityType | type: string | description: Identity type enum: ANONYMOUS_VISITOR, MEMBER - name: reason | type: Reason | description: Reason for the report. - name: reasonType | type: string | description: Report reason type. enum: UNKNOWN_TYPE, OTHER, SPAM, NUDITY_OR_SEXUAL_HARASSMENT, HATE_SPEECH_OR_SYMBOLS, FALSE_INFORMATION, COMMUNITY_GUIDELINES_VIOLATION, VIOLENCE, SUICIDE_OR_SELF_INJURY, UNAUTHORIZED_SALES, EATING_DISORDER, INVOLVES_A_CHILD, TERRORISM, DRUGS, UNLAWFUL, EXPOSING_IDENTIFYING_INFO - name: details | type: string | description: Why the entity is reported. - name: revision | type: string | description: 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. - name: value | type: string | description: - name: createdDate | type: string | description: Date and time when the report created. - name: seconds | type: string | description: - name: nanos | type: number | description: - name: updatedDate | type: string | description: Date and time when the report updated. - name: extendedFields | type: ExtendedFields | description: 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. - name: namespaces | type: object | description: Extended field data. Each key corresponds to the namespace of the app that created the extended fields. The value of each key is structured according to the schema defined when the extended fields were configured. You can only access fields for which you have the appropriate permissions. Learn more about [extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields.md). ```