---
title: "Snooze a My Work item"
method: POST
path: "/work/items/{itemId}/snooze"
tags: ["My Work"]
---

# Snooze a My Work item

`POST /work/items/{itemId}/snooze`

Snoozes the My Work item until the specified date. If already snoozed, updates the snooze date.

## Path parameters

- `itemId` string, required

## Request body

- SnoozeMyWorkItemRequest
  - `until` string, date-time, required — Snooze until this date (ISO-8601, e.g. 2024-06-01). Must be in the future.

## Response `200`

- PublicApiSnoozedAssignmentResponse
  - `data` object, required — The resource returned by this request.
    - `id` string, required — The resource's ID.
    - `itemId` string, required
    - `until` string, date-time, required — The date until which the item is snoozed (ISO-8601).
  - `links` object[] — Pagination links. When the result has more pages, look for an entry with `name: "next"` — its `href` is the URL to fetch the next page. Absence of `next` means there are no more pages. For single-resource responses this array is typically empty.
    - `name` string, required — Standard link relation name (RFC 5988) indicating this link's role. Common values include `self`, `edit`, `related`, `previous`, `next`.
    - `href` string, required — URL of the linked resource.
    - `rel` 'Approval Task' | 'Approvals' | 'Assignees' | 'Comment' | 'Data Set Records' | 'Data Sets' | 'Form Field Values' | 'Subject Task' | 'Task' | 'Tasks' | 'Users' | 'Webhook' | 'Workflow' | 'Workflow Run' — Optional. The kind of resource this link points to (e.g. `Workflow`, `Task`, `Comment`).
    - `type` 'Api' | 'App', required — Whether this link targets an API endpoint or a Process Street app URL. `Api` — a callable API endpoint you can fetch directly. `App` — a browser-facing URL in the Process Street UI.

## Other responses

- `400` — Invalid value for: body
- `default`

---

[API](https://skmtc.net/process/apis/process-street-public-api.md) · [All operations](https://skmtc.net/process/apis/process-street-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/process/process-street-public-api/revisions/6199a9464227/schema)
