api/v2/docResponse
DocResponse represents reply actions done on documents in the elDoc system. This REST API Reference describes available methods for the DocResponse objects.
API overview
Method | API endpoint |
---|---|
Get document response data | GET api/v2/docResponse/{id} |
Get document response data
URL & Method & Description
GET api/v2/docResponse/{id}
Retrieves document response data.
Access rights requirement
Method requires [elAdminDocsR] role
Request:
Request (sample)
GET https://eldoc.domain.com/api/v2/docResponse/{id}
Param | Type | Description | Sample values (comma separated) |
---|---|---|---|
{id} | Path param | Full id (24 hex-character) of the DocResponse | 59e351b5805645140093465, 59e351b580564514009346f |
Response:
Response headers
Content-Type: application/json
Response body (sample)
{ "_id": "59e351b5805645140093465", "_ref": "59e351b58056451400934d5", "state": 3, "status": 1, "taskstatus": 109, "resolid": "59e351b5805645140093707", "resolto": "usr-f55dc9cd-1ecd-474-955a-8383c666549f", "content": "Please find attached remarks", "step": 1, "itearation": 1, "author": "Anonymous", "_meta": { "_created": "2019-12-31T07:44:25Z", "_lastmodified": "2019-12-31T07:45:05Z", "_rev": 0 } }
Last modified: April 28, 2023