Get approval signature
You can use the getSignature method to retrieve the signature of an approval. This method retrieves details such as approval status, escalation time, signature due date, and so on.
URL
The following URL is the syntax of the getSignature method:
GET rx/application/approval/preview/{id}
where id is the ID of the 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
Related topics
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*