For AI agents: visit https://apidocs.quantium.pe/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI. Append .md to any documentation page URL to get its markdown version.
Get multiple investors information
| Value |
|---|
| Description | Retrieve multiple specified investor’s details within a scope. The return data includes both standard and dynamic fields. |
| Path | /api/entities/investor/multiple/list/{scopeId} |
| Method | POST |
| Request Parameters |
- *scopeId**: A scope ID in which you want to get investor list. If an investor ID supplied is not in the scope ID, an error will occur.
|
| Request Body | Array containing requested scopeId numbers. |
| Responses |
- *200 (OK):** Array of investor data
- *400 (Bad Request):** Investor ID list cannot be empty and must be in number format.
- *400 (Bad Request):** Some of the IDs provided don't exist.
- *400 (Bad Request):** Invalid HTTP request, unable to extract user information from this request.
|
| Reference | Link |