Get Funds List

GET /ws/rest/service/v1/fund/{project_number}

Purpose

Get all list of Funds

Request Format

All parameters should be URL encoded.

Path Parameter

URL Parameter

filter= { "category":"All Bond Fund Sources", "status":"Active" }

Category filter is the display label of the category and is case sensitive.

Only one category can be included in the filter of each request. Multiple categories filters are not supported.

Response Format

A JSON object is returned in the following format.

{

"data": [],

"message": [],

"status": <REST status code value>

}

A successful response displays a status code 200.

A failed response displays a message with a status code.

Sample Success Response

{

"data":

[{ "id":3,

"code":MaintainFund,

"name":"MaintainFund",

"category":"Grants",

"description":"College Maintenance Fund",

"status":"active"

},

{

"id":4,

"code":MiscFund,

"fundname":"MiscFund",

"fundcategory":"Grants",

"description":"MiscellaenousFund",

"status":"active"

}

],

"message": ["Success"],

"status":200

}

Related Topics

Funding

Create Fund

Update Fund

Delete Fund

Manual Fund Consumption

Get Fund Columns

Get Fund Assignment Order

Get Fund Assignment Order for Cost Sheet

Update Fund Assignment Order

Update Fund Assignment Order for Cost Sheet

Update Fund Status

Get Fund Consumption for CBS Level SOV (Auto-Order / Auto-Ratio)

Update Fund Consumption for CBS Level SOV (Auto-Order / Auto-Ratio)

Response Error Codes (Funding REST API Details)



Last Published Tuesday, April 15, 2025