Streams the rendered image of a single page of a form.
Path parameters
-
Unique identifier (GUID) of the acting user. All Transact Workflow resources are scoped to a user.
-
GUID of the form image resource.
-
1-based page number to stream.
Minimum value is
1.
GET
/forms-design/api/users/{userId}/images/{imageId}/{pageNum}
curl \
--request GET 'https://api.pre.lwolf.com/forms-design/api/users/{userId}/images/{imageId}/{pageNum}' \
--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"
}