Get PDF template
Get PDF template
Path Parameters
- pdfId uuid required
uploaded PDF id
Responses
- 200
PDF template details
- application/json
- Schema
- Example (from schema)
Schema
- created date-time
- group string
- modified date-time
- parties string
JSON stringified array of document parties
- page_count integer
- resource_uri uri
- signer_count integer
- title string
- user uri
resource_uri for user
- uuid string
id for pdf object
- valid boolean
Is able to be sent (if fields do not validate)
{
"created": "2020-05-20T:15:10",
"group": "/api/v1/group/my-group/",
"modified": "2020-05-20T:15:10",
"page_count": 10,
"parties": "[\"Signer\", \"Witness\", \"Approvers\"]",
"resource_uri": "api/v1/templatepdf/p0p0p0p0-p0p0-p0p0-p0p0-p0p0p0p0p0p0/",
"title": "Template Supplier Agreement",
"user": "/api/v1/user/34034334ab34334333rh33434334f9/",
"uuid": "p0p0p0p0-p0p0-p0p0-p0p0-p0p0p0p0p0p0",
"valid": true
}
Loading...