PDF Generation
PDF Service APIs
Generate output in PDF format and return its filestore ids.
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.
post
Generate pdfs and return their filestoreids
Query parameters
tenantIdstringRequired
tenantId for pdf
keystringRequired
key to identify correct PDF configurarion
Body
moduleObjectWithNameobjectOptional
Responses
201
PDF successfully created and response sent back
*/*
400
Incorrect request
404
PDF with search parameters was not found
500
Error happened at server
post
Generates pdf without storing any information on filestore or in DB. The generated pdf would be returned as binary response
post
Generate pdf and return as binary response
Query parameters
tenantIdstringRequired
tenantId for pdf
keystringRequired
key to identify correct PDF configurarion
Body
moduleObjectWithNameobjectOptional
Responses
201
PDF created and returned in binary
400
If correct request not sent
500
Error occurred at server
post
No content
Get filestoreids and other information about already generated pdf by searching on jobid or entityid with other optional search parameters
post
Get details for already generated PDF
Query parameters
tenantidstringOptional
tenantId for pdf
jobidstringRequired
search based on unique id of pdf job.
entityidstringRequired
search based on unique id of a document
isconsolidatedstringOptional
Whether single object or multiobject pdf required
Body
apiIdstringRequired
verstringRequired
tsinteger · int64Required
actionstringRequired
didstringRequired
keystringRequired
msgIdstringRequired
authTokenstringRequired
correlationIdstringRequired
Responses
200
Pdf information successfully retrieved
*/*
400
Incorrect request
404
PDF with search parameters was not found
500
Error happened at server
post
Last updated
Was this helpful?