© 2024 Clarivate
GET /api/.../fiscalyears/{id}/funds
Returns funds linked to the specified fiscal year
Name | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | The unique id assigned to the fiscal year. |
[
{
"FiscalYearID": 105,
"FundID": 445,
"Name": "Fund Name 1",
"AlternativeName": "FN1",
"TypeID": 1,
"FundTypeDescription": "Regular",
"FundStatusID": 1,
"FundStatusDescription": "Open",
"TotAlloc": 40.0000,
"TotCurrEnc": 10.0000,
"TotExp": 5.0000,
"FreeBal": 25.0000
},
{
"FiscalYearID": 105,
"FundID": 446,
"Name": "Fund Name 2",
"AlternativeName": "FN2",
"TypeID": 1,
"FundTypeDescription": "Regular",
"FundStatusID": 1,
"FundStatusDescription": "Open",
"TotAlloc": 70.0000,
"TotCurrEnc": -25.0000,
"TotExp": 25.0000,
"FreeBal": 70.0000
},
{
"FiscalYearID": 105,
"FundID": 447,
"Name": "Fund Name 3",
"AlternativeName": "FN3",
"TypeID": 1,
"FundTypeDescription": "Regular",
"FundStatusID": 1,
"FundStatusDescription": "Open",
"TotAlloc": 500.0000,
"TotCurrEnc": 0.0000,
"TotExp": 0.0000,
"FreeBal": 500.0000
}
]
Code | Description |
---|---|
200 | OK. Success |