Document Recipient Status

Output representation of recipient status and sequence information for the signers.
Sample Response
1{
2  "isCurrentUserRecipient": "true",
3  "hasCurrentUserSigned": "true",
4  "recipientSequence": "4",
5  "preceddingSignersExists": "true",
6  "preceedingSignersSigned": "true",
7  "Recipients": [
8    {
9      "Name": "Rishyv Misrep",
10      "email": "rishyv@salesforce.com",
11      "status": "Signed",
12      "finalStatusDateTime": ""
13    }
14  ]
15}
Property Name Type Description Filter Group and Version Available Version
contract​Document​VersionId String Record ID of the contract document version. Small, 61.0 61.0
hasCurrent​UserSigned Boolean Indicates whether the current user has signed the document (true) or not (false). The default value is false. Small, 61.0 61.0
isCurrent​UserRecipient Boolean Indicates whether the current user is also a signer (true) or not (false). The default value is false. Small, 61.0 61.0
preceding​SignersExists Boolean Indicates whether the document is signed by preceding signers (true) or not (false). The default value is false. Small, 61.0 61.0
preceding​SignersSigned Boolean Indicates whether all preceding signers have completed their signatures (true) or not (false). The default value is false. Small, 61.0 61.0
recipient​Sequence Integer Sequence number of the current user. Small, 61.0 61.0
recipients Recipients Response[] List of all the signers involved in the contract document. Big, 61.0 61.0