Get Actions
GET/v1/content/document/:id/actions
Get Actions
Request
Path Parameters
id stringrequired
document ID
Example: b0440b80-0857-43e9-8f13-723c8eb6a39c
Responses
- 200
Content response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
payments
object
details
object
amount number
the amount to pay in the smallest unit of the currency
currency string
the currency of the payment
iban string
the iban of the payment
market string
the market of the payment. Important for the payment provider, e.g. Tink
reference string
the reference of the payment
tink_payment_id string
the payment id in the Tink system
link string
tink_data
object
client_id string
the client id for using the Tink API
signatures
object
document_signatures
object
signature_ids json
array of signature ids
signature_reference string
embedded_signatures
object[]
created_by string
created_date ISO 8601
document_signature_id string
due_date ISO 8601
field_name string
history string
purpose string
the purpose why the signature is needed. Important if a document requires multiple signatures from the same signer
request_date ISO 8601
requested_to string
signature_date string
signed_by string
signed_for string
value xml
signature_reference
object
document_signatures string
managed_by string
signature_fields string
{
"payments": {
"details": {
"amount": 0,
"currency": "string",
"iban": "string",
"market": "string",
"reference": "string",
"tink_payment_id": "string"
},
"link": "string",
"tink_data": {
"client_id": "string"
}
},
"signatures": {
"document_signatures": {
"signature_ids": "string",
"signature_reference": "string"
},
"embedded_signatures": [
{
"created_by": "string",
"created_date": "string",
"document_signature_id": "string",
"due_date": "string",
"field_name": "string",
"history": "string",
"purpose": "string",
"request_date": "string",
"requested_to": "string",
"signature_date": "string",
"signed_by": "string",
"signed_for": "string",
"value": "string"
}
],
"signature_reference": {
"document_signatures": "string",
"managed_by": "string",
"signature_fields": "string"
}
}
}
Loading...