EndpointsGet Documents Documentid
Endpoints

GET /documents/{documentId}

Fetch detailed information for a specific document using its unique identifier. This endpoint provides comprehensive document data including content, metadata, version history, and current access permissions to ensure you have all necessary information for document management.

curl -X GET "https://api.kalpeshvasava.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, used for precise document selection and access

Request Preview
Response

Response will appear here after sending the request

Path Parameters

documentIdstring
Required

Unique identifier of the document to retrieve, used for precise document selection and access

Responses

Document details retrieved successfully with full content and metadata

Was this page helpful?
Built with Documentation.AI

Last updated today