/pdf/layout/:id/info
Get the layout information as JSON
Request example:
GET {{host}}/layout/:id/info
Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6...Response example
{
"msg": {
"_id": "641b32061c6fcb1b90595035",
"type": "layout",
"file": {
"name": "Contract.pdf",
"path": "[email protected]/Contract.pdf",
"dir": "[email protected]/"
},
"name": "Contract.pdf",
"formElements": [
{
"uuid": "3129c754-ff21-4b66-b3b2-1d80381049eb",
"type": "signature",
"page": "1",
"x": "420",
"y": "-750",
"w": "100",
"h": "40",
"oldW": "200",
"oldH": "40",
"pdfDisplayerDocumentWidth": "794",
"pdfDisplayerDocumentHeight": "1124",
"dragCache": {
"x": "503",
"y": "640"
},
"value": null,
"label": "",
"percentages": null,
"name": "signature",
"required": false,
"disabled": false,
"visible": false
},
{
"uuid": "98498c81-e748-48b3-a3e8-aa75081590f2",
"type": "checkbox",
"page": "1",
"x": "19",
"y": "-750",
"w": "24",
"h": "26",
"oldW": "25",
"oldH": "25",
"pdfDisplayerDocumentWidth": "794",
"pdfDisplayerDocumentHeight": "1124",
"dragCache": {
"x": "19",
"y": "750"
},
"value": null,
"label": "",
"percentages": {
"x": "0.020652173913043477",
"y": "-0.890937019969278",
"w": "0.02608695652173913",
"h": "0.019969278033794162"
},
"name": "checkbox",
"required": true,
"disabled": false,
"visible": true
}
],
"username": "[email protected]",
"predefined": "0",
"height": 842.04,
"width": 594.96,
"updated_at": "2023-03-22 16:51:23",
"created_at": "2023-03-22 16:51:18",
"thumbnail": "data:image/jpg;base64,/....",
"pdfDisplayerDocumentHeight": 1716,
"pdfDisplayerDocumentWidth": 1213
}
}Updated 4 months ago
