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
/_createLast modified: 7 months ago
Generate pdfs and return their filestoreids
Request
Query Params
tenantId
string
required
tenantId for pdf
key
string
required
key to identify correct PDF configurarion
Body Params application/json
No schema defined
Example
Not configured
Request samples
Responses
PDF successfully created and response sent back(201)
Invalid input.(400)
PDF with search parameters was not found(404)
Error happened at server(500)
PDF successfully created and response sent back
HTTP Code: 201
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
Not configured
Last modified: 7 months ago