GET api/resource/GetProjectBudget?inode={inode}
Retrieves the budget details for a specified project.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| inode |
The unique identifier of the project whose budget data is to be retrieved. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
On success: HTTP 200 OK with a dataset containing the project’s budget entries. On failure: HTTP 400 Bad Request with a generic error message.
DataRowResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| dataInfo | DataSet |
None. |
Response Formats
application/json, text/json
Sample:
{}
application/scim+json
Sample:
{
"dataInfo": null
}