Document
List Signature Request's Documents
Returns a list of Documents for a given Signature Request.
get/signature_requests/{signatureRequestId}/documents
Path parameters
signatureRequestIdstring uuid required
The unique identifier for a resource.
Example:9a93d3b5-fb3b-4abf-9e70-26315b33506c
Signature Request Id
Query parameters
natureobject
Filter by nature.
Filter by nature. Allowed operators: eq. Example: nature[eq]=attachment or nature[eq]=signable_document.
Response
OK
Example response
[
{
"id": "89120884-d29a-4b1a-ac7b-a9e73a872796",
"content_type": "application/pdf",
"created_at": "2024-01-18T22:59:00Z"
}
]