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:
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.
Related topics