---
title: "GET /accounting/payee/all"
method: GET
path: "/accounting/payee/all"
tags: ["accounting"]
---

# GET /accounting/payee/all

`GET /accounting/payee/all`

## Query parameters

- `options.isInvited` boolean
- `options.releaseId` integer
- `options.paymentProviderID` integer
- `options.validationType` 'Approve' | 'Review' | 'Decline' | 'Escalate'
- `options.isBlocked` boolean
- `options.payeeStatus` integer
- `options.hasEnterprise` boolean
- `options.referrer` integer
- `options.isRoyaltyTokenPayee` boolean
- `options.pageNumber` integer
- `options.pageSize` integer
- `options.orderByProperty` string
- `options.orderByDescending` boolean
- `options.searchText` string

## Response `200`

OK

- PagedListPayeeListDTO
  - `totalItemsCount` integer
  - `pageNumber` integer
  - `pageSize` integer
  - `items` PayeeListDTO[]
    - `balance` number, double
    - `companyName` string
    - `contact` ContactDTO
      - `contactId` integer
      - `name` string
      - `currencyCode` string
      - `phone` string
      - `email` string
      - `address` string
      - `address2` string
      - `zipcode` string
      - `countryId` integer
      - `imageId` string, uuid
      - `image` ImageDTO
        - `fileId` string, uuid
        - `isTemp` boolean
        - `filename` string
        - `externalUrl` string
        - `lastUpdateDate` string, date-time
      - `isActive` boolean
      - `labelId` integer
      - `publisherId` integer
      - `artistId` integer
      - `city` string
      - `state` string
      - `location` string
      - `contactRoleId` integer
    - `currencyCode` string
    - `enterpriseId` integer
    - `isBlocked` boolean
    - `isEnterpriseVip` boolean
    - `isEnterpriseWhiteListed` boolean
    - `isInvited` boolean
    - `isInvitationAccepted` boolean
    - `isLockedOut` boolean
    - `lastPaymentDate` string, date-time
    - `lastPaymentStatus` integer
    - `lastPaymentStatusName` string
    - `lastStatementDate` string, date-time
    - `lastStatementSentDate` string, date-time
    - `minimumPayment` number, double
    - `notesCount` integer
    - `payeeId` integer
    - `paymentInfoRequestedAt` string, date-time
    - `paymentProviderId` integer
    - `paymentProviderName` string
    - `paymentUserId` string
    - `userId` string, uuid
    - `isPortalPayee` boolean
    - `isRoyaltyTokenPayee` boolean
    - `payeeSettingsChangesAllowed` boolean
    - `status` integer
  - `additionalCounters` object

---

[API](https://skmtc.net/revelator/apis/revelator-api.md) · [All operations](https://skmtc.net/revelator/apis/revelator-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/revelator/revelator-api/revisions/9bb4b5cb4dc2/schema)
