API Docs
Retrieve fund transactions
Contents
This API returns a list of Fund Transactions.
Resource URL
GET /almaws/v1/acq/funds/{fund_id}/transactions
API Description
URL Parameters
Parameter | Type | Description |
---|---|---|
fund_id | xs:string | The fund identifier. |
Querystring Parameters
Parameter | Type | Required | Description |
---|---|---|---|
limit | xs:int | Optional. Default: 10 | Limits the number of results. Optional. Valid values are 0-100. Default value: 10. |
offset | xs:int | Optional. Default: 0 | Offset of the results returned. Optional. Default value: 0, which means that the first results will be returned. |
q | xs:string | Optional. | Search query. Optional. Available search options: amount, po_line, invoice_number, borrowing_request_id. For example: q=amount=25 (see Brief Search) |
filter | xs:string | Optional. Default: ALL | Filter by ALLOCATION, EXPENDITURE, ENCUMBRANCE, DISENCUMBRANCE, TRANSFER. All by default. |
Body Parameters
None
Output
This method returns a Fund Transactions
object. See doc
Possible Error Codes
Code | Message |
---|---|
402119 | General error. |
40166410 | Parameter invalid with valid options. |
401873 | The fund identifier is not valid. |
40166404 | The filter parameter is not valid. |
60106 | The query parameter is not valid. |