Fetch Investee fund entities
List of all Investee fund entities
This API retrieves a list of all investee fund entities in the company. The response is an array of objects excluding custom/dynamic fields. If no investee fund entities are found, the API returns an empty array.
Value | |
---|---|
Description | Get list of investee fund entities in the company. |
Path | /api/entities/investeefund/list/all |
Method | GET |
Request Parameters | N/A |
Request Body | N/A |
Responses |
|
List of Investee fund entities in a scope
This API retrieves a list of all investee fund entities within the scope. The response is an array of objects excluding custom/dynamic fields. If no investee fund entities are found, the API returns an empty array.
Value | |
---|---|
Description | Get list of investee fund entities in a scope. |
Path | /api/entities/investeefund/perscope/{scopeId} |
Method | GET |
Request Parameters |
|
Request Body | N/A |
Responses |
|
Get an individual investee fund entity with custom fields included
This API retrieves an investee fund entity based on a specific scope and either an ID or an internal ID. The response is an object that includes custom/dynamic fields. If the investee fund entity is not found, the API returns a 404 status code.
Value | |
---|---|
Description | Get an investee fund entity with custom/dynamic field. |
Path | /api/entities/investeefund/{scopeId}/{fundIdOrInternalId}/{asOfDate} |
Method | GET |
Request Parameters |
|
Request Body | N/A |
Responses |
|
Updated 11 days ago