---
title: "Get available transactions for allocations"
method: GET
path: "/fiscal-document/v1/fiscal-documents/allocations/transactions"
tags: ["Fiscal Documents"]
---

# Get available transactions for allocations

`GET /fiscal-document/v1/fiscal-documents/allocations/transactions`

Retrieves a paginated list of available transactions for allocations.

## Query parameters

- `pageToken` string
- `limit` integer
- `sourceId` integer, required
- `sort` string
- `sourceKind` 'GROUP_PROFILE' | 'RESERVATION' | 'HOUSE_ACCOUNT' | 'ACCOUNTS_RECEIVABLE_LEDGER', required — Kind of the source entity
- `folioIds` integer[]
- `documentIds` integer[]
- `documentId` integer
- `statuses` TransactionStatus[]

## Headers

- `X-Property-ID` integer, required

## Response `200`

OK

- FiscalDocumentTransactionsForAllocationPaginated
  - `transactions` TransactionForAllocationResponse[]
    - `id` string
    - `propertyId` string
    - `sourceId` string
    - `sourceKind` 'GROUP_PROFILE' | 'RESERVATION' | 'HOUSE_ACCOUNT' | 'ACCOUNTS_RECEIVABLE_LEDGER' — Kind of the source entity
    - `transactionDate` string, date-time
    - `description` string
    - `internalCode` string
    - `amount` number
    - `allocatedAmount` number
    - `availableAmount` number
    - `status` 'POSTED' | 'PENDING' — Status for transactions
    - `taxes` TransactionForAllocationResponse[]
  - `nextPageToken` string — Token for fetching the next page of results

---

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