Fetch document
POST https://{{host}}/athento/site/automation/Document.Fetch/
Fetch a document.
Permissions
The user needs read permission on the document.
Mandatory data
This web service requires at least:
"params" -> "value"
Params
value
The value must be the UUID of the document to fetch.
Request Body
{"params"=>{"value"=>"a7e7c74c-ca91-41d0-9f47-c4960ed99b13"}}