> 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: Use cases ## Article: Use cases ## Article Link: https://dev.wix.com/docs/api-reference/crm/community/feedback-moderation/reviews/review-requests/use-cases.md ## Article Content: # Sample Use Case and Flow This article presents a possible use case and corresponding sample flow that you can support. This can be a helpful jumping off point as you plan your implementation. ## Retrieve tomorrow's scheduled review requests and cancel those for specific items You can retrieve a list of all review requests scheduled to be sent tomorrow. This enables you to preview and manage these requests before they are sent. To retrieve tomorrow's review requests: 1. Call [Query Review Requests](https://dev.wix.com/docs/rest/crm/community/reviews/review-requests/query-review-requests.md) with a filter for `sendDate` of tomorrow. 2. Review the list and note if any review requests should be canceled for specific items. 3. Cancel any unnecessary requests by calling [Bulk Cancel Review Request By Filter](https://dev.wix.com/docs/rest/crm/community/reviews/review-requests/bulk-cancel-review-requests-by-filter.md) with a filter for review requests containing those specific items.