The 'Documents' application of the Core API
- Bulk write 'Signabledocument'
Documents (2.0.0)
Additional Validation Information:
This value requires that the following fields are also set: signing_started_time
Additional Validation Information:
This value can't bet set, when any of the following fields are set: text_content
Additional Validation Information:
This value must be set with a proper magnitude, in relation to the following fields: days_to_remind
Additional Validation Information:
This value must be set in an proper order, in relation to the following fields: signing_aborted_time
Additional Validation Information:
This value must be set with a proper magnitude, in relation to the following fields: days_to_sign
Additional Validation Information:
This value can't bet set, when any of the following fields are set: document_file
Additional Validation Information:
This value must be set in an proper order, in relation to the following fields: signing_started_time
- https://dev.api.pigello.io/documents/signing/signabledocument/list/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://dev.api.pigello.io/documents/signing/signabledocument/list/ \
-H 'Content-Type: application/json' \
-H 'X-PIGELLO-APPLICATION-ID: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-CLIENT-CT: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-CLIENT-ENTITY: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-CLIENT-SECRET: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-CUSTOMER-ID: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-SERVICE-ID: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-SERVICE-VERSION-ID: YOUR_API_KEY_HERE' \
-d '[
{
"content_type": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"is_template": true,
"attached_to": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"signed_time": "2019-08-24T14:15:22Z",
"interpret_text_as_markdown": true,
"finished_data": {
"name": "string",
"md5_hash": "string",
"get": "string",
"post": {
"url": "string",
"fields": {}
}
},
"document_file": {
"name": "string",
"md5_hash": "string",
"get": "string",
"post": {
"url": "string",
"fields": {}
}
},
"days_to_sign": 1,
"name": "string",
"object_id": "463a83d0-a816-4902-abba-2486e0c0a0bb",
"signing_initiated": true,
"category": 0,
"organization": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"signing_started_time": "2019-08-24T14:15:22Z",
"custom_id": "string",
"confirmation_message": "string",
"days_to_remind": 1,
"rejected_time": "2019-08-24T14:15:22Z",
"external_sign_engine": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"formatted_data_to_sign": {
"name": "string",
"md5_hash": "string",
"get": "string",
"post": {
"url": "string",
"fields": {}
}
},
"text_content": "string",
"invitation_message": "string",
"signing_aborted_time": "2019-08-24T14:15:22Z"
}
]'Successful bulk create/update
Additional Validation Information:
This value requires that the following fields are also set: signing_started_time
Additional Validation Information:
This value can't bet set, when any of the following fields are set: text_content
Additional Validation Information:
This value must be set with a proper magnitude, in relation to the following fields: days_to_remind
Additional Validation Information:
This value must be set in an proper order, in relation to the following fields: signing_aborted_time
Additional Validation Information:
This value must be set with a proper magnitude, in relation to the following fields: days_to_sign
Additional Validation Information:
This value can't bet set, when any of the following fields are set: document_file
Additional Validation Information:
This value must be set in an proper order, in relation to the following fields: signing_started_time
[ { "content_type": { … }, "is_template": true, "data_to_sign": { … }, "attached_to": { … }, "customer_columns": null, "signed_time": "2019-08-24T14:15:22Z", "interpret_text_as_markdown": true, "finished_data": { … }, "document_file": { … }, "days_to_sign": 1, "created_at": "2019-08-24T14:15:22Z", "name": "string", "object_id": "463a83d0-a816-4902-abba-2486e0c0a0bb", "signing_initiated": true, "category": 0, "organization": { … }, "signing_started_time": "2019-08-24T14:15:22Z", "custom_id": "string", "confirmation_message": "string", "days_to_remind": 1, "rejected_time": "2019-08-24T14:15:22Z", "tags": null, "external_sign_engine": { … }, "formatted_data_to_sign": { … }, "text_content": "string", "invitation_message": "string", "signing_aborted_time": "2019-08-24T14:15:22Z", "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" } ]
- https://dev.api.pigello.io/documents/signing/signabledocument/{pk}/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://dev.api.pigello.io/documents/signing/signabledocument/{pk}/' \
-H 'X-PIGELLO-APPLICATION-ID: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-CLIENT-CT: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-CLIENT-ENTITY: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-CLIENT-SECRET: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-CUSTOMER-ID: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-SERVICE-ID: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-SERVICE-VERSION-ID: YOUR_API_KEY_HERE'Successful selection
Additional Validation Information:
This value requires that the following fields are also set: signing_started_time
Additional Validation Information:
This value can't bet set, when any of the following fields are set: text_content
Additional Validation Information:
This value must be set with a proper magnitude, in relation to the following fields: days_to_remind
Additional Validation Information:
This value must be set in an proper order, in relation to the following fields: signing_aborted_time
Additional Validation Information:
This value must be set with a proper magnitude, in relation to the following fields: days_to_sign
Additional Validation Information:
This value can't bet set, when any of the following fields are set: document_file
{ "content_type": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "is_template": true, "data_to_sign": { "name": "string", "md5_hash": "string", "get": "string", "post": { … } }, "attached_to": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "customer_columns": null, "signed_time": "2019-08-24T14:15:22Z", "interpret_text_as_markdown": true, "finished_data": { "name": "string", "md5_hash": "string", "get": "string", "post": { … } }, "document_file": { "name": "string", "md5_hash": "string", "get": "string", "post": { … } }, "days_to_sign": 1, "created_at": "2019-08-24T14:15:22Z", "name": "string", "object_id": "463a83d0-a816-4902-abba-2486e0c0a0bb", "signing_initiated": true, "category": 0, "organization": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "signing_started_time": "2019-08-24T14:15:22Z", "custom_id": "string", "confirmation_message": "string", "days_to_remind": 1, "rejected_time": "2019-08-24T14:15:22Z", "tags": null, "external_sign_engine": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "formatted_data_to_sign": { "name": "string", "md5_hash": "string", "get": "string", "post": { … } }, "text_content": "string", "invitation_message": "string", "signing_aborted_time": "2019-08-24T14:15:22Z", "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }
- https://dev.api.pigello.io/documents/signing/signabledocument/{pk}/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://dev.api.pigello.io/documents/signing/signabledocument/{pk}/' \
-H 'X-PIGELLO-APPLICATION-ID: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-CLIENT-CT: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-CLIENT-ENTITY: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-CLIENT-SECRET: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-CUSTOMER-ID: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-SERVICE-ID: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-SERVICE-VERSION-ID: YOUR_API_KEY_HERE'