View Funds by Workspace Code and Fund Name

get

/api/restapi/funds/workspace/byFundName

Send a request to this endpoint to view a fund for the specified workspace code and fund name.

Request

Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : List<ApiEntityFund>
Type: array
Title: List<ApiEntityFund>
Show Source
Nested Schema : ApiEntityFund
Type: object
Title: ApiEntityFund
Read Only: true
Show Source
Nested Schema : codeValuesFund
Type: array
The list of code values for a fund. This entity can only be used to assign codeValues or create codeValues on the fly.
Show Source
Nested Schema : configuredFields
Type: array
The list of configured fields for a fund.
Show Source
Nested Schema : fundCost
Defines the fund cost of a fund.
Match All
Show Source
Nested Schema : spreadRows
Type: array
Defines the spread rows for a fund.
Show Source
Nested Schema : ApiEntityCodeValueFund
Type: object
Title: ApiEntityCodeValueFund
Show Source
Nested Schema : ApiEntityFundConfiguredFieldValue
Type: object
Title: ApiEntityFundConfiguredFieldValue
Show Source
Nested Schema : ApiEntityFundCost
Type: object
Title: ApiEntityFundCost
Show Source
Nested Schema : ApiEntityFundSpreadRow
Type: object
Title: ApiEntityFundSpreadRow
Show Source
Nested Schema : fundAllocationSpreadRows
Type: array
Defines the spread rows for a fund allocation.
Show Source
Nested Schema : fundSpreadRowCost
Defines the cost associated with the spread rows of the fund.
Match All
Show Source
Nested Schema : ApiEntityFundAllocationSpreadRow
Type: object
Title: ApiEntityFundAllocationSpreadRow
Show Source
Nested Schema : fund
The unique identification code of the fund.
Match All
Show Source
Nested Schema : fundAllocationSpreadRowCost
Defines the cost associated with the spread rows of the workspace total item.
Match All
Show Source
Nested Schema : ApiEntityFundAllocationSpreadRowCost
Type: object
Title: ApiEntityFundAllocationSpreadRowCost
Show Source
Nested Schema : ApiEntityFundCostSpreadRow
Type: object
Title: ApiEntityFundCostSpreadRow
Show Source
  • The portion of the fund that has been distributed to projects or other workspaces. This field is in base currency and is calculated from allocatedProject field based on the specified exchange rate.
  • The portion of the fund that has been committed to work on a project. This value is based on the project currency.
  • The portion of the fund that has been distributed to projects or other workspaces. This value is based on the workspace1 currency.
  • The portion of the fund that has been distributed to projects or other workspaces. This value is based on the workspace2 currency.
  • The portion of the fund that has been distributed to projects or other workspaces. This value is based on the workspace3 currency.
  • The portion of the fund that has been committed to work on projects. This field is in base currency and is calculated from appropriatedProject field based on the specified exchange rate.
  • The portion of the fund that has not yet been committed to actual work. This value is based on the project currency.
  • The portion of the fund that has been committed to work on projects. This value is based on the workspace1 currency.
  • The portion of the fund that has been committed to work on projects. This value is based on the workspace2 currency.
  • The portion of the fund that has been committed to work on projects. This value is based on the workspace3 currency.
  • The portion of the fund that has been spent to complete work on projects. This field is in base currency and is calculated from consumedProject field based on the specified exchange rate.
  • The portion of the fund that has been spent to complete work on project. This value is based on the project currency.
  • The portion of the fund that has been spent to complete work on projects. This value is based on the workspace1 currency.
  • The portion of the fund that has been spent to complete work on projects. This value is based on the workspace2 currency.
  • The portion of the fund that has been spent to complete work on projects. This value is based on the workspace3 currency.
  • The unique identification code of the spread row.
  • The amount left to be spent.
    If Rate By is set to Hours, then Remaining Cost equals Remaining Hours multiplied by Revised Cost Rate.
    If Rate By is set to Quantity, then Remaining Cost equals Remaining Quantity multiplied by Revised Cost Rate. This field is in base currency and is calculated from remainingProject field based on the specified exchange rate.
  • The portion of the fund that has not been consumed. This value is based on the project currency.
  • The amount left to be spent.
    If Rate By is set to Hours, then Remaining Cost equals Remaining Hours multiplied by Revised Cost Rate.
    If Rate By is set to Quantity, then Remaining Cost equals Remaining Quantity multiplied by Revised Cost Rate. This value is based on the workspace1 currency.
  • The amount left to be spent.
    If Rate By is set to Hours, then Remaining Cost equals Remaining Hours multiplied by Revised Cost Rate.
    If Rate By is set to Quantity, then Remaining Cost equals Remaining Quantity multiplied by Revised Cost Rate. This value is based on the workspace2 currency.
  • The amount left to be spent.
    If Rate By is set to Hours, then Remaining Cost equals Remaining Hours multiplied by Revised Cost Rate.
    If Rate By is set to Quantity, then Remaining Cost equals Remaining Quantity multiplied by Revised Cost Rate. This value is based on the workspace3 currency.
  • The cost to be added to or subtracted from the workspace or portfolio fund. This field is in base currency and is calculated from totalProject field based on the specified exchange rate.
  • The amount of money granted for the fund. This value is based on the project currency.
  • The cost to be added to or subtracted from the workspace or portfolio fund. This value is based on the workspace1 currency.
  • The cost to be added to or subtracted from the workspace or portfolio fund. This value is based on the workspace2 currency.
  • The cost to be added to or subtracted from the workspace or portfolio fund. This value is based on the workspace3 currency.
  • The portion of the fund that has not been reserved for work on projects or in other workspaces. This field is in base currency and is calculated from unallocatedProject field based on the specified exchange rate.
  • The portion of the fund that has not been reserved for work on projects or in other workspaces. This value is based on the project currency.
  • The portion of the fund that has not been reserved for work on projects or in other workspaces. This value is based on the workspace1 currency.
  • The portion of the fund that has not been reserved for work on projects or in other workspaces. This value is based on the workspace2 currency.
  • The portion of the fund that has not been reserved for work on projects or in other workspaces. This value is based on the workspace3 currency.
  • The portion of the fund that has not been committed to actual work. This field is in base currency and is calculated from unappropriatedProject field based on the specified exchange rate.
  • The portion of the fund that has not yet been committed to actual work. This value is based on the project currency.
  • The portion of the fund that has not been committed to actual work. This value is based on the workspace1 currency.
  • The portion of the fund that has not been committed to actual work. This value is based on the workspace2 currency.
  • The portion of the fund that has not been committed to actual work. This value is based on the workspace3 currency.
  • Date when the record was last updated.

404 Response

The requested object does not exist, or you do not have access to it.
Back to Top