---
title: "get the inbox items from the users document qc section"
method: GET
path: "/users/{userId}/document-qc/inbox"
tags: ["workitems"]
---

# get the inbox items from the users document qc section

`GET /users/{userId}/document-qc/inbox`

get the inbox items from the users document qc section

## Response `200`

200 response

- WorkItem — a workItem response
  - `createdAt` string — date workItem created
  - `assigneeName` string — the name of the user currently assigned the work item
  - `document` object
    - `documentType` string
    - `docketEntryId` string
    - `createAt` string
  - `messages` object[] — array of messages associated with the workitem
    - `messageType` string
    - `messageId` string
  - `workItemId` string — id of work item
  - `assigneeId` string — id of user currently assigned the work item
  - `docketNumber` string — date workItem created
  - `sentBy` string — the user or system function that generate or sent this original work item
  - `updatedAt` string — date workItem created

---

[API](https://skmtc.net/ustaxcourt/apis/dev-ef-cms.md) · [All operations](https://skmtc.net/ustaxcourt/apis/dev-ef-cms/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ustaxcourt/dev-ef-cms/revisions/d53330c6d43f/schema)
