get
https://api-aggregator.k1x.io/api/investment
This method will return all of the investments that are found within an instance, specified by the provided instance ID.
If the instance exists but contains no investments, an empty array is returned with HTTP 200.
Each investment in the response includes:
- id — unique integer identifier of the investment.
- name — display name of the investment.
- uploadId — transaction ID of the associated K-1 upload, or
nullif not uploaded. - instanceId — identifier of the instance this investment belongs to.
- createdDate — ISO 8601 timestamp of when the investment was created.
- status — current workflow status of the investment, returned as the name of the corresponding !:StatusEnum value.
- comment — optional comment text associated with the investment, or
nullif none exists. - uploadedBy — the email address of the user who uploaded the investment, or
nullif the investment was created manually (e.g. via the Add Investment endpoint or Excel import without a resolved user session). - tags — list of tag names assigned to the investment, sorted alphabetically. Empty array if the investment has no tags.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
400The request is invalid. A possible reason could be the provided instance ID is the incorrect data type.
500An internal server error occurred while processing the request.
