Get PDF templates
Get PDF templates
Query Parameters
- archive string
- group string
can be full resource_uri or only id
- limit integer
Default value:
20
Length of dataset to return. Use with offset query to iterate through results.
- offset integer
Offset from start of dataset. Use with the limit query to iterate through dataset.
Responses
- 200
operation successful
- application/json
- Schema
- Example (from schema)
Schema
meta object
limit int32next stringoffset int32previous stringtotal_count int32total number of objects
objects object[]
created date-timegroup stringmodified date-timeparties stringJSON stringified array of document parties
page_count integerresource_uri urisigner_count integertitle stringuser uriresource_uri for user
uuid stringid for pdf object
valid booleanIs able to be sent (if fields do not validate)
{
"meta": {
"limit": 0,
"next": "string",
"offset": 0,
"previous": "string",
"total_count": 0
},
"objects": [
{
"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...