This documentation supports the 20.02 version of BMC Helix Platform.To view the documentation for the current version, select 20.08 from the Product version menu.

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,
   }
  ]
}

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

Get-approvals-list

Get-single-approval

Adding-an-approval-process-to-an-application

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*