EndpointsGet Documents Documentid
Endpoints

GET /documents/{documentId}

Retrieve detailed information about a specific document. This endpoint provides comprehensive metadata and content access for individual documents. It includes version history, permissions, and download links when applicable.

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

The id of the document to retrieve

Request Preview
Response

Response will appear here after sending the request

Path Parameters

documentIdstring
Required

The id of the document to retrieve

Responses

Expected response to a valid request

Was this page helpful?