Funds

Get Org Funds

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

Based on the system administration, returns the funds for the provided org or all orgs that share the same parent organization.

Request Information

Parameters
Name Type Required Description
id Integer Yes The unique id of the organization.

Response Information

Example
application/json, text/json
[
    {
        "FundID": 7612,
        "Name": "1112UM7TdWN7tDcbPUNUFSNJTDoo",
        "AlternativeName": "alt name 111 in use",
        "TypeID": 1,
        "FiscalYearName": "CAM FY 2005e",
        "FundStatusID": 1,
        "OrganizationID": 0,
        "FiscalYearID": 100
    },
    {
        "FundID": 7955,
        "Name": "444zh1RyB6BdFCXmm370rabWV1qo",
        "AlternativeName": "alt name 444zh1RyB6BdFCXmm370rabWV1qo",
        "TypeID": 1,
        "FiscalYearName": "CAM FY 2005e",
        "FundStatusID": 1,
        "OrganizationID": 0,
        "FiscalYearID": 100
    }
]

HTTP Response Codes

Code Description
200 OK. Success