PDF Generation
Last updated
Was this helpful?
Last updated
Was this helpful?
Generate pdfs and return their filestoreids
tenantId for pdf
key to identify correct PDF configurarion
POST / HTTP/1.1
Host: _create?tenantId=text&key=text
Content-Type: */*
Accept: */*
Content-Length: 362
{
"ResponseInfo": {
"apiId": "text",
"ver": "text",
"ts": 1,
"action": "text",
"did": "text",
"key": "text",
"msgId": "text",
"authToken": "text",
"correlationId": "text",
"userInfo": {
"id": 1,
"userName": "text",
"name": "text",
"type": "text",
"mobileNumber": "text",
"emailId": "text",
"roles": [
{
"id": 1,
"name": "text",
"code": "text"
}
],
"tenantId": "text",
"uuid": "text"
}
},
"moduleObjectWithName": {}
}
{
"ResponseInfo": {
"apiId": "text",
"ver": "text",
"ts": 1,
"resMsgId": "text",
"msgId": "text",
"status": "text",
"correlationId": "text",
"userInfo": {
"id": 1,
"userName": "text",
"name": "text",
"type": "text",
"mobileNumber": "text",
"emailId": "text",
"roles": [
{
"id": 1,
"name": "text",
"code": "text"
}
],
"tenantId": "text",
"uuid": "text"
}
},
"message": "text",
"filestoreIds": [
"text"
],
"jobid": "text",
"createdtime": 1,
"endtime": 1,
"tenantid": "text",
"totalcount": 1,
"key": "text",
"documentType": "text",
"moduleName": "text"
}
Generate pdf and return as binary response
tenantId for pdf
key to identify correct PDF configurarion
POST / HTTP/1.1
Host: _createnosave?tenantId=text&key=text
Content-Type: */*
Accept: */*
Content-Length: 362
{
"ResponseInfo": {
"apiId": "text",
"ver": "text",
"ts": 1,
"action": "text",
"did": "text",
"key": "text",
"msgId": "text",
"authToken": "text",
"correlationId": "text",
"userInfo": {
"id": 1,
"userName": "text",
"name": "text",
"type": "text",
"mobileNumber": "text",
"emailId": "text",
"roles": [
{
"id": 1,
"name": "text",
"code": "text"
}
],
"tenantId": "text",
"uuid": "text"
}
},
"moduleObjectWithName": {}
}
No content
Get details for already generated PDF
tenantId for pdf
search based on unique id of pdf job.
search based on unique id of a document
Whether single object or multiobject pdf required
POST / HTTP/1.1
Host: _search?jobid=text&entityid=text
Content-Type: */*
Accept: */*
Content-Length: 319
{
"apiId": "text",
"ver": "text",
"ts": 1,
"action": "text",
"did": "text",
"key": "text",
"msgId": "text",
"authToken": "text",
"correlationId": "text",
"userInfo": {
"id": 1,
"userName": "text",
"name": "text",
"type": "text",
"mobileNumber": "text",
"emailId": "text",
"roles": [
{
"id": 1,
"name": "text",
"code": "text"
}
],
"tenantId": "text",
"uuid": "text"
}
}
{
"ResponseInfo": {
"apiId": "text",
"ver": "text",
"ts": 1,
"resMsgId": "text",
"msgId": "text",
"status": "text",
"correlationId": "text",
"userInfo": {
"id": 1,
"userName": "text",
"name": "text",
"type": "text",
"mobileNumber": "text",
"emailId": "text",
"roles": [
{
"id": 1,
"name": "text",
"code": "text"
}
],
"tenantId": "text",
"uuid": "text"
}
},
"message": "text",
"filestoreIds": [
"text"
],
"jobid": "text",
"createdtime": 1,
"endtime": 1,
"tenantid": "text",
"totalcount": 1,
"key": "text",
"documentType": "text",
"moduleName": "text"
}