Fiscal Years

Get Fiscal Year Linked Funds

GET /api/.../fiscalyears/{id}/funds

Returns funds linked to the specified fiscal year

Request Information

Parameters
Name Type Required Description
id Integer Yes The unique id assigned to the fiscal year.

Response Information

Example
application/json, text/json
[
    {
        "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
    }
]

HTTP Response Codes

Code Description
200 OK. Success