Returns the signed documents for the signing.
Path parameters
-
Unique identifier (GUID) of the acting user. All Transact Workflow resources are scoped to a user.
-
GUID of the signing.
GET
/authentisign/v3/api/v3/users/{userId}/signings/{signingId}/documents/s
curl \
--request GET 'https://gateway.lwolf.com/authentisign/v3/api/v3/users/{userId}/signings/{signingId}/documents/s' \
--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"
}