Skip to content

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 parametersdata typedescription
shareId*stringThe unique share identifier
documentId*stringThe 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