> 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: Introduction ## Article: Introduction ## Article Link: https://dev.wix.com/docs/api-reference/crm/community/feedback-moderation/reports-v2/introduction.md ## Article Content: # About Reports V2 With the Reports v2 API you can create and manage reports for items that are reported by site visitors, such as comments. For example, if a site visitor finds offensive content, such as hate speech, they can report it, and the report will appear in the Wix user's dashboard. With the Reports v2 API, you can: + [Create](https://dev.wix.com/docs/api-reference/crm/community/feedback-moderation/reports-v2/create-report.md) reports for the reported items. + [Count](https://dev.wix.com/docs/api-reference/crm/community/feedback-moderation/reports-v2/count-reports-by-reason-types.md) how many times an item is reported for a specific reason. + [Query](https://dev.wix.com/docs/api-reference/crm/community/feedback-moderation/reports-v2/query-reports.md) all reports on the site, or use a filter to get the specific ones. + [Delete](https://dev.wix.com/docs/api-reference/crm/community/feedback-moderation/reports-v2/delete-report.md) individual reports or delete them in [bulk](https://dev.wix.com/docs/api-reference/crm/community/feedback-moderation/reports-v2/bulk-delete-reports-by-filter.md) using filters. ## Before you begin It is important to know the following points before using this API: + Identity can report a specific resource only once. For example, in Wix Comments an identity can report 1 comment for each widget. + This API is currently supported for [Wix Comments](https://dev.wix.com/docs/api-reference/crm/community/feedback-moderation/comments/comments/introduction.md) only. ## Use cases + [Track reasons for content reports](https://dev.wix.com/docs/api-reference/crm/community/feedback-moderation/reports-v2/sample-use-cases-and-flows.md) ## Terminology + **Report:** A record created when a site visitor reports content (for example, a comment) as inappropriate or against community guidelines. Each report includes details such as the reason for reporting, the identity of the reporter, and timestamps for creation and updates. + **Resource:** A component or feature within a Wix site that hosts content, such as a comment section, blog, or forum. A resource serves as the context in which entities, like individual comments, can be reported. + **Reported item:** The specific item flagged by a site visitor within a resource, such as a comment or post. Each reported item is identified by an `entityName` and an `entityId`. + **Identity:** Identity that can report a comment. For more information about identities, see [this article](https://dev.wix.com/docs/build-apps/develop-your-app/access/about-identities.md). + **Reason type:** The category indicating why a site visitor reported an item. + **Report summary:** An aggregated view of all reports for a specific entity, including the total number of reports and a breakdown by reason type. @sdk_package_setup