---
title: "List Pending Approvals"
method: POST
path: "/workflowsmanager.fetch/active"
tags: ["Workflow"]
---

# List Pending Approvals

`POST /workflowsmanager.fetch/active`

Retrieves a list of all authenticated user's approvals.

**Available for the following roles**:
- `ADMIN_WO_USER_MGMT` (*General Admin (without User Management)*)
- `SUPPORT` (*Investigate for Support*)
- `PRICESHOP_RO` (*View Quoting*)
- `PRICESHOP_EDIT` (*Edit Quoting*)
- `PB_PRICEGRIDS_RO` (*View LPG*)
- `WF_BUILDER` (*Manage Workflow Logics*)
- `RM_RAT` (*Manage Rebate Templates*)
- `RM_REBATEAGREEMENTS_RO` (*View Rebate Agreements*)
- `RM_REBATEAGREEMENTS` (*Manage Rebate Agreements*)
- `WF_BUILDER` (*Manage Workflow Logics*)
- `CONTRACTS_RO` (*View A&P*)
- `CM_CONTRACTMANAGER` (*Manage A&P module*)
- `CONTRACTS_RO` (*View A&P*)
- `WF_ADMIN` (*Manage Workflows*)
- `SC_COMPENSATIONS_RO` (*View Compensation Plans*)
- `SC_ADMIN` (*Administer Sales Compensations module*)

## Response `200`

OK

- object
  - `response` object
    - `status` number
    - `startRow` number
    - `node` string
    - `data` object[]
      - `version` number
      - `typedId` string
      - `uniqueName` string
      - `label` string
      - `approvableTypedId` string
      - `approvableUniqueName` string
      - `currentStepId` string
      - `workflowStatus` string
      - `code` string
      - `storesOnlyHeaderOfApprovableState` boolean
      - `expandedActiveUsers` string
      - `createDate` string
      - `createdBy` number
      - `lastUpdateDate` string
      - `lastUpdateBy` number
      - `delegation` string
    - `endRow` number

---

[API](https://skmtc.net/pricefx/apis/the-pricefx-backend-api.md) · [All operations](https://skmtc.net/pricefx/apis/the-pricefx-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pricefx/the-pricefx-backend-api/versions/0850b5d6be73/schema)
