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 details by using entry ID


You can use the listApprovalDetailsByEntryIds method to get all approvals that contain the specified entry IDs.

URL

 The following URLs are the syntax to use the listApprovalDetailsByEntryIds method:

GET rx/application/approval?

Or

GET rx/application/approval/{userId}? 

Parameters

The following parameters are supported by the listApprovalDetailsByEntryIds method:

Parameter

Description

URL parameter

pageSize

Specifies how many records should be returned in this page.

startIndex

Specifies the first record index of the page.

propertySelection

Specifies the list of comma separated properties that should appear in the response object.

The propertySelection parameter accepts numeric fieldIDs or a string of fieldNames or a combination of both.

Query parameter

request

Indicates the request IDs of the approval for which you want the approval details.

application

Indicates the record definition name of the approval for which you want the approval details.

You must specify the fully qualified record definition name.

Example

To get the approval details of the approval with ID 000000000000001 and approval with ID 000000000000002.

GET rx/application/approval?application=com.example.online-exam:AppRD&request=000000000000001&request=000000000000002

Related topics

Get-approvals-list

Get-approval-details-by-using-user-ID

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

 

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