The view_order item determines the order in which the envelope's documents are displayed in the Signi app — it's useful for a document with attachments when you want to make sure signers see the documents in the correct order.
How to do it
Set the view_order number for the main document as well as for each attachment — a lower number is displayed first:
{
"view_order": 1,
"people": [
{ "is_proposer": true, "email": "vas@email.cz", "contract_role": "approve" },
{ "is_proposer": false, "email": "protistrana@email.cz", "contract_role": "sign",
"first_name": "Jan", "last_name": "Novák", "person_type": "nature",
"positions": [ { "x": 50, "y": 80, "page": 0 } ] }
],
"file": "uploaded_file_key",
"attachments": [
{
"view_order": 2,
"people": [
{ "email": "vas@email.cz", "contract_role": "approve" },
{ "email": "protistrana@email.cz", "contract_role": "sign",
"positions": [ { "x": 50, "y": 80, "page": 0 } ] }
],
"file": "priloha_1"
}
]
}
Where to go next
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article