Appearance
Get Share
Retrieve a shared form or object using its share ID. 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 |
Return Value
The shared form or object schema along with its configuration.
Examples
bash
curl -X GET "https://app.wombat.software/api/{targetPath}/share/:shareId" \
-H "Content-Type: application/json"ENDPOINTS
get
/api/{targetPath}/share/:shareId