Get approval signature
Sample response
The following code snippet illustrates a sample JSON that is returned by the getSignature method:
{
"totalSize": 1,
"data": [
{
"signatureId": "000000000000103",
"approvalStatus": "Pending",
"approvers": "Jonnie",
"nextActionEscalationTime": null,
"application": null,
"signatureDueDate": null,
"sigTermStateDate": null,
}
]
}
"totalSize": 1,
"data": [
{
"signatureId": "000000000000103",
"approvalStatus": "Pending",
"approvers": "Jonnie",
"nextActionEscalationTime": null,
"application": null,
"signatureDueDate": null,
"sigTermStateDate": null,
}
]
}
Example
If you want to get the signature of the approval that has the ID 000000000000005 , use the following URL:
GET approval/preview/000000000000005
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*