Get impacted entities
Definition
This API returns a list of all modified entities within a specified period. These include all Quantium entities such as, fundVehicleIds, investorIds, assetIds, investeeFundIds, investorGroupInternalIds, dealIds and spvIds. This enables the user to identify updates and changes within the system.
Value | |
---|---|
Description | Retrieves impacted entities in specific period. This specific period must not exceed 3 months. |
Path | /api/historylog/timerange/{from}/{to} |
Method | GET |
Request Parameters | from: Start date time in format ISO8601 with UTC. i.e., 2023-08-01T00:00:00z to: Start date time in format ISO8601 with UTC. i.e., 2023-08-01T00:00:00z |
Request Body | N/A |
Responses | 200 (OK): The impact entities object 400 (Bad Request): The given from / to date time parameters are in incorrect format. Please provide the input in the “yyyy-MM-ddTHH:mm:ssz” format (e.g. 2022-12-31T13:00:00z). 400 (Bad Request): The provided from date time should be before the than to datetime. 400 (Bad Request): The provided from / to datetime should not exceed 3 months. 400 (Bad Request): Invalid HTTP request, unable to extract user information from this request. |
Reference | Link |
Response body example
Updated 4 months ago