v1

latestOpenAPI 3.1.02026-08-0630894634.3 KB
Approval

List approval data for an approver

Retrieves the list of approval data associated with an approver.

post/v3/approvals/approvers/{userId}/list

Request body

includePnrSummariesboolean

Boolean flag to include PNR summaries in the response

Example request

{
  "includePnrSummaries": true,
  "approvalFilters": [
    {
      "filterType": "APPROVAL_STATUS_FILTER",
      "approvalStatuses": [
        "APPROVED"
      ]
    }
  ]
}

Response

OK