Funds

Get Subfunds

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

Returns an array of subfunds associated with the specified parent fund.

Request Information

Parameters
Name Type Required Description
id Integer Yes The unique ID of the parent fund for which subfunds are to be retrieved.

Response Information

Example
application/json, text/json
[
  {
    "FiscalYearID": 5,
    "FundID": 13,
    "FundEncExpOptionID": null,
    "FundStatusID": 4,
    "AlternativeName": "BURA",
    "AmtExpYTD": null,
    "BegAllocation": 22575.85,
    "CarryOverAlloc": 0,
    "CreationDate": "2005-06-01T10:24:04.853+02:00",
    "CreatorID": 130,
    "DepFundsUsed": null,
    "EncLimFreeBal": false,
    "EncLimPercentAlloc": null,
    "EncLimPerItem": 22575.85,
    "EncLimPerOrder": 22575.85,
    "EncLimTotCurrEnc": 22575.85,
    "ExpLimFreeBal": false,
    "ExpLimPerItem": 22575.85,
    "ExpLimPerOrder": 22575.85,
    "ExpLimTotExp": 22575.85,
    "ExtName": null,
    "FreeBal": 0,
    "FreeDepBal": null,
    "FundingSource": null,
    "IsParent": false,
    "ModificationDate": "2005-12-23T15:45:26+01:00",
    "OrganizationID": 13,
    "ManDecrAmt": null,
    "ManIncrAmt": null,
    "ModifierID": 171,
    "Name": "Adult Book",
    "OverExpAllow": 0,
    "ParentFundFiscalYearID": null,
    "ParentFundID": 12,
    "PerExpYTD": null,
    "StatusDate": "2005-12-30T09:40:29.333+01:00",
    "TotAlloc": 22575.85,
    "TotAmtDep": null,
    "TotCurrEnc": 0,
    "TotExp": 22575.85,
    "TransfersAllowed": true,
    "PercentExpYTD": 100,
    "DonorID": null,
    "Donor": null,
    "CategoryID": null,
    "TypeID": 1,
    "Note": null,
    "Display": true,
    "CreatorName": "jferriss",
    "ModifierName": "sgoertz",
    "FundStatusDescription": "All activity closed",
    "FundTypeDescription": null,
    "FiscalYearName": "BUR FY 2005",
    "ParentFundName": "Book",
    "ParentFundTypeID": 1,
    "HasTransactionHistory": true
  },
  {
    "FiscalYearID": 5,
    "FundID": 14,
    "FundEncExpOptionID": null,
    "FundStatusID": 4,
    "AlternativeName": "BURJ",
    "AmtExpYTD": null,
    "BegAllocation": 13823.72,
    "CarryOverAlloc": 0,
    "CreationDate": "2005-06-01T10:24:18.43+02:00",
    "CreatorID": 130,
    "DepFundsUsed": null,
    "EncLimFreeBal": false,
    "EncLimPercentAlloc": null,
    "EncLimPerItem": 13823.72,
    "EncLimPerOrder": 13823.72,
    "EncLimTotCurrEnc": 13823.72,
    "ExpLimFreeBal": false,
    "ExpLimPerItem": 13823.72,
    "ExpLimPerOrder": 13823.72,
    "ExpLimTotExp": 13823.72,
    "ExtName": null,
    "FreeBal": 74.62,
    "FreeDepBal": null,
    "FundingSource": null,
    "IsParent": false,
    "ModificationDate": "2005-12-16T00:00:00+01:00",
    "OrganizationID": 13,
    "ManDecrAmt": null,
    "ManIncrAmt": null,
    "ModifierID": 171,
    "Name": "Juvenile Book",
    "OverExpAllow": 0,
    "ParentFundFiscalYearID": null,
    "ParentFundID": 12,
    "PerExpYTD": null,
    "StatusDate": "2005-12-30T09:40:29.523+01:00",
    "TotAlloc": 13823.72,
    "TotAmtDep": null,
    "TotCurrEnc": -74.62,
    "TotExp": 13740.97,
    "TransfersAllowed": true,
    "PercentExpYTD": 99.4,
    "DonorID": null,
    "Donor": null,
    "CategoryID": null,
    "TypeID": 1,
    "Note": null,
    "Display": true,
    "CreatorName": "jferriss",
    "ModifierName": "sgoertz",
    "FundStatusDescription": "All activity closed",
    "FundTypeDescription": null,
    "FiscalYearName": "BUR FY 2005",
    "ParentFundName": "Book",
    "ParentFundTypeID": 1,
    "HasTransactionHistory": true
  }
]

HTTP Response Codes

Code Description
200 OK. Success. Returns an empty array if the parent fund has no subfunds.