Download OpenAPI specification:Download
Access information on Eclipse Foundation Hellosign paperwork.
List of Hellosign signature requests created through this API.
[- {
- "request_id": "string",
- "hellosign_signature_id": "string",
- "template_name": "string",
- "title": "string",
- "subject": "string",
- "message": "string",
- "response": "string",
- "created": "2019-08-24T14:15:22Z",
- "events": [
- {
- "id": 0,
- "body": "string",
- "event_type": "string",
- "request_id": "string",
- "created": "2019-08-24T14:15:22Z"
}
]
}
]
Creates a new Hellosign signature request, given the parameters passed in the request body.
Parameters for creating Hellosign signature request jobs
required | Array of objects List of users that will be added as signers for the new document |
template_name required | string The name of the Hellosign template to create signature requests for |
subject | string or null The subject of the message to the user in the signature request |
message | string or null The message to include with the signature request |
{- "signers": [
- {
- "mail": "string",
- "name": "string",
- "fullname": "string",
- "role": "string"
}
], - "template_name": "string",
- "subject": "string",
- "message": "string"
}
[- {
- "request_id": "string",
- "hellosign_signature_id": "string",
- "template_name": "string",
- "title": "string",
- "subject": "string",
- "message": "string",
- "response": "string",
- "created": "2019-08-24T14:15:22Z",
- "events": [
- {
- "id": 0,
- "body": "string",
- "event_type": "string",
- "request_id": "string",
- "created": "2019-08-24T14:15:22Z"
}
]
}
]
Returns a specific Hellosign signature request that was created through this API if it exists.
id required | string The id of the Hellosign signature request to retrieve |
{- "request_id": "string",
- "hellosign_signature_id": "string",
- "template_name": "string",
- "title": "string",
- "subject": "string",
- "message": "string",
- "response": "string",
- "created": "2019-08-24T14:15:22Z",
- "events": [
- {
- "id": 0,
- "body": "string",
- "event_type": "string",
- "request_id": "string",
- "created": "2019-08-24T14:15:22Z"
}
]
}
Returns list of currently available templates for document signature through this API.
[- {
- "name": "string",
- "template_id": "string",
- "template_name": "string",
- "comment": "string",
- "document": {
- "id": "string",
- "version": 0,
- "message": "string"
}, - "related_documents": [
- {
- "id": "string",
- "version": 0,
- "message": "string"
}
], - "revoked_documents": [
- "string"
], - "mcca": true,
- "aliases": [
- "string"
]
}
]