wafeq_revenue_recognitions_list
Fetch paginated revenue recognitions by status, date range, duration, or recognition type to review and track revenue recognition schedules.
Instructions
๐ข READ-ONLY ยท Revenue Recognitions ยท GET /revenue-recognitions/
List revenue recognitions
Endpoint for retrieving a list of revenue recognitions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | A page number within the paginated result set. | |
| duration | No | ||
| page_size | No | Number of results to return per page. | |
| status__in | No | * `DRAFT` - Draft * `ENDED_EARLY` - Ended Early * `FULLY_RECOGNIZED` - Fully Recognized * `INACTIVE` - Inactive * `RECOGNIZING` - Recognizing * `SCHEDULED` - Scheduled | |
| end_date_after | No | ||
| end_date_before | No | ||
| recognition_type | No | ||
| start_date_after | No | ||
| start_date_before | No |