---
title: "Restore an organization document"
method: POST
path: "/v2/organization/document/{clientDocumentId}/restore"
tags: ["Organization Documents"]
---

# Restore an organization document

`POST /v2/organization/document/{clientDocumentId}/restore`

Restores an organization document by id

## Path parameters

- `clientDocumentId` integer, required

## Response `200`

Returns the organization document restored

- object
  - `documentId` integer — Document Identifier
  - `documentName` string — Document Name
  - `documentDescription` string — Document Description
  - `documentUpdateTime` number, double — Document Last Updated
  - `fields` object[] — Fields
    - `name` string — Name
    - `value` object — Value
    - `valueUpdateTime` number, double — Value Last Updated
  - `documentTemplateId` integer — Document Template Identifier
  - `documentTemplateName` string — Document Template Name
  - `organizationId` integer — Organization Identifier

---

[API](https://skmtc.net/ninjarmm/apis/ninjaone-public-api-2-0.md) · [All operations](https://skmtc.net/ninjarmm/apis/ninjaone-public-api-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ninjarmm/ninjaone-public-api-2-0/revisions/753f26d46650/schema)
