Footer Section
Explore

Applies a specific layout to a specified document. At least one parameter needs to be applied, either layoutID, or layoutName.
The unique document id.
The unique package id.
The unique layout id.
The unique layout name.
Default value : false
No Content
Status of the document
List of approvals for the document
Date of approval acceptance.
Additional approval ata properties.
Approval Signature/Input fields.
The unique approval Id.
The unique approval name.
The approval role name.
The approval signed date.
Check if for optional information.
Check if required on Capture Signature
Custom data for the document
Document description
External integration provider settings.
Provider metadata.
External integration Id.
Provider method.
Provider name.
Tagged
ExtractionTypes
List of fields in the document
Binding
Custom data for the field
Determines if field is to be extracted
Text extraction anchor object.
Field height.
Field Id.
X coordinate of the field
Field name.
The document page where the field is located
Field subtype
Y coordinate of the field
Field validation object
The field value
Field font size.
Field width.
Unique id of the document
Index of the document within the package
The document name
List of page objects within the document
Page height
Unique page id
Index of the page within the document
Page left
Page top
Version
Page width
The size of the document in bytes
Signed hash
SignerVerificationToken
curl --request POST \--url https://coreapps-rlsdev.congacloud.io/api/sign/v1/cs-packages/packageId/documents/documentId/layout \--header 'Accept: application/json' \--header 'Authorization: 123' \--header 'Content-Type: application/json'
1{2"status": "string",3"approvals": [4{5"accepted": "2019-08-24T14:15:22Z",6"data": {7"property1": null,8"property2": null9},10"fields": [11{12"binding": "string",13"data": {14"property1": null,15"property2": null16},17"extract": true,18"extractAnchor": {19"anchorPoint": "TOPLEFT",20"characterIndex": 0,21"height": 0,22"index": 0,23"leftOffset": 0,24"text": "string",25"topOffset": 0,26"width": 027},28"height": 0,29"id": "string",30"left": 0,31"name": "string",32"page": 0,33"subtype": "string",34"top": 0,35"type": "SIGNATURE",36"validation": {37"enum": [38"string"39],40"errorCode": 0,41"errorMessage": "string",42"maxLength": 0,43"minLength": 0,44"pattern": "string",45"required": true,46"group": "string",47"minimumRequired": 048},49"value": "string",50"fontSize": 0,51"width": 052}53],54"id": "string",55"name": "string",56"role": "string",57"signed": "2019-08-24T14:15:22Z",58"optional": true,59"enforceCaptureSignature": true60}61],62"data": {63"property1": null,64"property2": null65},66"description": "string",67"external": {68"data": {69"property1": null,70"property2": null71},72"id": "string",73"provider": "string",74"providerName": "string"75},76"extract": true,77"tagged": true,78"extractionTypes": [79"string"80],81"fields": [82{83"binding": "string",84"data": {85"property1": null,86"property2": null87},88"extract": true,89"extractAnchor": {90"anchorPoint": "TOPLEFT",91"characterIndex": 0,92"height": 0,93"index": 0,94"leftOffset": 0,95"text": "string",96"topOffset": 0,97"width": 098},99"height": 0,100"id": "string",101"left": 0,102"name": "string",103"page": 0,104"subtype": "string",105"top": 0,106"type": "SIGNATURE",107"validation": {108"enum": [109"string"110],111"errorCode": 0,112"errorMessage": "string",113"maxLength": 0,114"minLength": 0,115"pattern": "string",116"required": true,117"group": "string",118"minimumRequired": 0119},120"value": "string",121"fontSize": 0,122"width": 0123}124],125"id": "string",126"index": -2147483648,127"name": "string",128"pages": [129{130"height": 0,131"id": "string",132"index": 0,133"left": 0,134"top": 0,135"version": 0,136"width": 0137}138],139"size": -2147483648,140"signedHash": "string",141"signerVerificationToken": "string"142}