---
title: "List Rebate Agreements"
method: POST
path: "/fetch/RBA"
tags: ["Rebate Agreements"]
---

# List Rebate Agreements

`POST /fetch/RBA`

Retrieves a list of rebate agreements.

---

Required Permission| Roles with the Required Permission |
---------|----------|
 REBATEAGREEMENT_FETCH | Investigate for Support (`SUPPORT`), Administer Plasma (`PLASMA`), Administer RebateManager (`RM_REBATEMANAGER`), Administer Rebate Agreements (`RM_REBATEAGREEMENTS_ADMIN`), Manage Rebate Agreements (`RM_REBATEAGREEMENTS`), View Rebate Agreements (`RM_REBATEAGREEMENTS_RO`)

## Request body

- object
  - `endRow` number
  - `oldValues` unknown
  - `operationType` string
  - `startRow` number
  - `textMatchStyle` string
  - `data` object
    - `_constructor` string
    - `operator` string
    - `criteria` object[]
      - `fieldName` string
      - `operator` 'equals' | 'iEquals' | 'notEqual' | 'iNotEqual' | 'isNull' | 'notNull' | 'contains' | 'iContains' | 'containsPattern' | 'iContainsPattern' | 'notContains' | 'iNotContains' | 'startsWith' | 'iStartsWith' | 'notStartsWith' | 'iNotStartsWith' | 'endsWith' | 'iEndsWith' | 'notEndsWith' | 'iNotEndsWith' | 'iBetween' | 'iBetweenInclusive' | 'inSet' | 'notInSet' — Specify an operator of the filter criteria.
      - `value` string
  - `sortBy` string[]

## Response `200`

OK

- object
  - `response` object
    - `node` string
    - `startRow` number
    - `data` object[]
      - `version` number
      - `typedId` string
      - `uniqueName` string
      - `label` string
      - `targetDate` string
      - `workflowStatus` string
      - `lastUpdateByName` string
      - `createdByName` string
      - `submittedByName` string
      - `calculationStatus` number
      - `dirty` boolean
      - `refreshInputs` boolean
      - `numberOfAttachments` number
      - `startDate` string
      - `endDate` string
      - `payoutDate` string
      - `status` string
      - `rebateAgreementStatus` string
      - `approvedByName` string
      - `hasWorkflowHistory` boolean
      - `createDate` string
      - `createdBy` number
      - `lastUpdateDate` string
      - `lastUpdateBy` number
      - `rootUniqueName` string
    - `endRow` number
    - `totalRows` number
    - `status` 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)
