GuidesRecipesAPI Reference
Log In
Guides

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

Request body example

[27, 26, 64, 63]

Response body example