listRevenuePostings
listRevenuePostingsRetrieve a paginated list of revenue postings with filters by contract, revenue contract, performance obligation, posting date, and currency.
Instructions
Retrieve a paginated list of revenue postings (per-period revenue allocations against revenue contracts and performance obligations). Supports filtering by contract, revenue contract, performance obligation, posting date, and currency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Cursor for pagination. | |
| limit | No | Maximum number of revenue postings to return per page. | |
| order | No | Sort order. Prefix with '-' for descending. Defaults to '-created_at'. | |
| contract_id | No | Filter by billing contract UUID. | |
| revenue_contract_id | No | Filter by revenue recognition contract UUID. | |
| revenue_contract_item_id | No | Filter by revenue contract item UUID. | |
| performance_obligation_id | No | Filter by performance obligation UUID. | |
| posting_date__gte | No | Posting date lower bound (inclusive, YYYY-MM-DD). | |
| posting_date__lte | No | Posting date upper bound (inclusive, YYYY-MM-DD). | |
| currency | No | Three-letter ISO currency code (e.g. 'USD'). | |
| journal_entry_id__isnull | No | If true, return only postings not yet posted to a journal entry. If false, return only postings already journalised. | |
| __userContext | No | Internal user context for multi-tenant authentication and approval workflow |