View Fund Totals by Workspace Code

get

/api/restapi/funds/workspace/fundtotal

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

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<ApiEntityFundTotal>
Type: array
Title: List<ApiEntityFundTotal>
Show Source
Nested Schema : ApiEntityFundTotal
Type: object
Title: ApiEntityFundTotal
Show Source
Nested Schema : fundTotalItemCost
The Cost value for the Fund Total Item.
Match All
Show Source
Nested Schema : ApiEntityFundTotalItemCost
Type: object
Title: ApiEntityFundTotalItemCost
Show Source

404 Response

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