Retrieve contacts information
Retrieve all contacts in the database
Value | |
---|---|
Description | Retrieve All contacts. Response data includes both standard and dynamic fields. |
Path | /api/crm/contacts/list |
Method | GET |
Request parameters | N/A |
Request body | N/A |
Responses |
|
Reference |
Response body example

Retrieve all contacts within a given fund
Value | |
---|---|
Description | Retrieve contacts linked to a specific fund. The response data includes both standard and dynamic fields. |
Path | /api/crm/contacts/list/{fundVehicleInternalId} |
Method | GET |
Request Parameters |
|
Request Body | N/A |
Responses |
|
Reference |
Response body example

Retrieve all contacts linked to an investor
Value | |
---|---|
Description | Retrieve multiple contacts of an investor. The returned data includes both standard and dynamic fields, if a configuration is present |
Path | /api/crm/contacts/list/{investorCrmInternalId} |
Method | GET |
Request Parameters |
|
Request Body | N/A |
Responses |
|
Reference |
Response body example

Retrieve all contacts of a specific role
Value | |
---|---|
Description | Retrieve multiple contacts of a specified role. The response data includes both standard and dynamic fields. |
Path | /api/crm/contacts/list/{roleInternalId} |
Method | GET |
Request Parameters |
|
Request Body | N/A |
Responses |
|
Reference |
Response body example

Updated 11 days ago