EndpointsGet Documents Documentid
Endpoints

GET /documents/{documentId}

Retrieve detailed information about a specific document. This endpoint provides comprehensive document data including full content, metadata, version history, and associated resources. You can access previous versions by specifying version parameters and view change logs to track modifications over time.

curl -X GET "https://api.manudocs.com/v1/documents/example_string" \
  -H "Content-Type: application/json"
["null"]
GET
/documents/{documentId}
GET
path
documentIdstring
Required

Unique identifier of the document to retrieve

Request Preview
Response

Response will appear here after sending the request

Path Parameters

documentIdstring
Required

Unique identifier of the document to retrieve

Responses

Document details retrieved successfully

Was this page helpful?
Built with Documentation.AI

Last updated 6 days ago