PDF Generation Service
Generate PDF and store output pdfs to filestore and return their filestoreids. The information is also saved into DB so that using _search endpoint we can retrieve already generated pdfs.
Generate pdfs and return their filestoreids
post
/_create
Query parameters
tenantIdstringrequired
tenantId for pdf
keystringrequired
key to identify correct PDF configurarion
Body
ResponseInfoobject
moduleObjectWithNameobject
Responses
*/*
cURL
JavaScript
Python
HTTP
201
400
404
500
Generates pdf without storing any information on filestore or in DB. The generated pdf would be returned as binary response
Generate pdf and return as binary response
post
/_createnosave
Query parameters
tenantIdstringrequired
tenantId for pdf
keystringrequired
key to identify correct PDF configurarion
Body
ResponseInfoobject
moduleObjectWithNameobject
Responses
cURL
JavaScript
Python
HTTP
201
400
500
No body
Get filestoreids and other information about already generated pdf by searching on jobid or entityid with other optional search parameters
Get details for already generated PDF
post
/_search
Query parameters
tenantidstring
tenantId for pdf
jobidstringrequired
search based on unique id of pdf job.
entityidstringrequired
search based on unique id of a document
isconsolidatedstring
Whether single object or multiobject pdf required
Body
apiIdstringrequired
verstringrequired
tsinteger · int64required
actionstringrequired
didstringrequired
keystringrequired
msgIdstringrequired
authTokenstringrequired
correlationIdstringrequired
userInfoobjectrequired
Responses
*/*
cURL
JavaScript
Python
HTTP
200
400
404
500
Last updated
Was this helpful?