Get filestoreids and other information about already generated pdf by searching on jobid or entityid with other optional search parameters
POST
/_searchLast modified: 7 months ago
Get details for already generated PDF
Request
Query Params
tenantid
string
optional
tenantId for pdf
jobid
string
required
search based on unique id of pdf job.
entityid
string
required
search based on unique id of a document
isconsolidated
string
optional
Whether single object or multiobject pdf required
Body Params application/json
object {0}
Example
{}
Request samples
Responses
Pdf information successfully retrieved(200)
Invalid input.(400)
PDF with search parameters was not found(404)
Error happened at server(500)
Pdf information successfully retrieved
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
Not configured
Last modified: 7 months ago