Appearance
Get Share Document
Retrieve a specific sub-document within a shared form or object. Authentication is optional — anonymous access is allowed if the share configuration permits it.
Parameters
| name * are required parameters | data type | description |
|---|---|---|
shareId* | string | The unique share identifier |
documentId* | string | The unique identifier of the document to retrieve |
Return Value
The requested document within the shared context.
Examples
bash
curl -X GET "https://app.wombat.software/api/{targetPath}/share/:shareId/document/:documentId" \
-H "Content-Type: application/json"ENDPOINTS
get
/api/{targetPath}/share/:shareId/document/:documentId