v1
latestOpenAPI 3.1.02026-08-0630894634.3 KBApproval
List approval data for an approver
Retrieves the list of approval data associated with an approver.
post/v3/approvals/approvers/{userId}/list
Request body
Example request
{
"includePnrSummaries": true,
"approvalFilters": [
{
"filterType": "APPROVAL_STATUS_FILTER",
"approvalStatuses": [
"APPROVED"
]
}
]
}Response
OK