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
- project_number: specify the project/shell number if you need to get project/shell level fund code. If no value is specified, the company-level fund code will be returned in the response.
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
Get Fund Assignment Order for Cost Sheet
Update Fund Assignment Order for Cost Sheet
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