Returns the binary file content of the specified document.
Path parameters
-
Unique identifier (GUID) of the acting user. All Transact Workflow resources are scoped to a user.
-
GUID of the document.
GET
/transact-workflow/v1/users/{userId}/documents/file/{documentId}
curl \
--request GET 'https://api.pre.lwolf.com/transact-workflow/v1/users/{userId}/documents/file/{documentId}' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "lw-subscription-key: $API_KEY"
Response examples (400)
{
"error": "string",
"message": "string"
}
Response examples (401)
{
"error": "string",
"message": "string"
}
Response examples (403)
{
"error": "string",
"message": "string"
}
Response examples (404)
{
"error": "string",
"message": "string"
}