wafeq_amortizations_list
Retrieve amortization records using filters for status, date range, duration, or recognition type. Get paginated results to track amortization schedules.
Instructions
๐ข READ-ONLY ยท Amortizations ยท GET /amortizations/
List amortizations
Endpoint for retrieving a list of amortizations.
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 | * `AMORTIZING` - Amortizing * `DRAFT` - Draft * `ENDED_EARLY` - Ended Early * `FULLY_AMORTIZED` - Fully Amortized * `INACTIVE` - Inactive * `SCHEDULED` - Scheduled | |
| end_date_after | No | ||
| end_date_before | No | ||
| recognition_type | No | ||
| start_date_after | No | ||
| start_date_before | No |