---
title: "Service Desk - rescan for mentions"
method: POST
path: "/ServiceDesk/Mentions/Rescan"
tags: ["Servicedesk"]
---

# Service Desk - rescan for mentions

`POST /ServiceDesk/Mentions/Rescan`

**Requires permission:** *IT*

Moves the sweep's watermark back so the next pass re-reads that period. Requires the IT permission.

## Request body

- PostServiceDeskMentionRescanRequest
  - `days` integer, nullable

## Response `200`

Success

- PostServiceDeskMentionRescanResponse
  - `watermarkUtc` string, date-time
  - `days` integer
  - `meta` Meta
    - `page` integer
    - `pageSize` integer
    - `total` integer

## Other responses

- `401` — Unauthorized
- `403` — Missing IT permission

---

[API](https://skmtc.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/revisions/4d9bcf62aa69/schema)
