---
title: "unseals a docket entry on a case"
method: PUT
path: "/case-documents/{docketNumber}/{docketEntryId}/unseal"
tags: ["documents"]
---

# unseals a docket entry on a case

`PUT /case-documents/{docketNumber}/{docketEntryId}/unseal`

Unseals a docket entry on a case.

## Response `200`

200 response

- DocketEntry — a docket entry
  - `addToCoversheet` boolean — if the docket entry was added to the coversheet
  - `createdAt` string — the date the docket entry was created
  - `docketEntryId` string — the docket entry id to identify the docket entry
  - `docketNumber` string — the docket number the docket entry belongs to
  - `documentTitle` string — the title of the docket entry
  - `documentType` string — the type of docket entry
  - `draftOrderState` object — keeps track of the text written inside the draft order
  - `entityName` string — the type of entity
  - `eventCode` string — the event code type of entity
  - `filedBy` string — who filed the docket entry
  - `filingDate` string — the date the docket entry was filed
  - `index` number — the position in the docket record
  - `isDraft` boolean — used to know if the docket entry is a draft
  - `isFileAttached` boolean — used to know if a file is attached to the docket entry
  - `isOnDocketRecord` boolean — used to know if the docket entry is on the docket record
  - `isSealed` boolean — used to know if the docket entry has been sealed
  - `isStricken` boolean — used to know if the docket entry has been stricken
  - `pending` boolean — used to know if the docket entry is pending
  - `processingStatus` string — keeps track of the processing state of the docket entry
  - `receivedAt` string — the date the docket entry was received
  - `sealedTo` string — who the docket entry is sealed to
  - `servedAt` string — when the docket entry was served
  - `signedAt` string — when the docket entry was signed
  - `signedByUserId` string — who signed the docket entry
  - `signedJudgeName` string — the name of the judge who signed the docket entry
  - `userId` string — the userId of who created the docket entry

---

[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)
