|
LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...

Public Member Functions | |
| CustomEntityEntity | GetCustomEntityByEntityUniqueId (string entityUniqueId, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? previews=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetCustomEntityByEntityUniqueId: Get a Custom Entity instance by its EntityUniqueId More... | |
| Lusid.Sdk.Client.ApiResponse< CustomEntityEntity > | GetCustomEntityByEntityUniqueIdWithHttpInfo (string entityUniqueId, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? previews=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetCustomEntityByEntityUniqueId: Get a Custom Entity instance by its EntityUniqueId More... | |
| DataTypeEntity | GetDataTypeByEntityUniqueId (string entityUniqueId, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? previews=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetDataTypeByEntityUniqueId: Get DataType by EntityUniqueId More... | |
| Lusid.Sdk.Client.ApiResponse< DataTypeEntity > | GetDataTypeByEntityUniqueIdWithHttpInfo (string entityUniqueId, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? previews=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetDataTypeByEntityUniqueId: Get DataType by EntityUniqueId More... | |
| ResourceListOfChangeInterval | GetEntityHistory (string entityType, string entityUniqueId, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetEntityHistory: List an entity's history information More... | |
| Lusid.Sdk.Client.ApiResponse< ResourceListOfChangeInterval > | GetEntityHistoryWithHttpInfo (string entityType, string entityUniqueId, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetEntityHistory: List an entity's history information More... | |
| InstrumentEntity | GetInstrumentByEntityUniqueId (string entityUniqueId, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? previews=default(List< string >?), string? dataModelScope=default(string?), string? dataModelCode=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetInstrumentByEntityUniqueId: Get instrument by EntityUniqueId More... | |
| Lusid.Sdk.Client.ApiResponse< InstrumentEntity > | GetInstrumentByEntityUniqueIdWithHttpInfo (string entityUniqueId, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? previews=default(List< string >?), string? dataModelScope=default(string?), string? dataModelCode=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetInstrumentByEntityUniqueId: Get instrument by EntityUniqueId More... | |
| PortfolioEntity | GetPortfolioByEntityUniqueId (string entityUniqueId, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? previews=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetPortfolioByEntityUniqueId: Get portfolio by EntityUniqueId More... | |
| Lusid.Sdk.Client.ApiResponse< PortfolioEntity > | GetPortfolioByEntityUniqueIdWithHttpInfo (string entityUniqueId, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? previews=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetPortfolioByEntityUniqueId: Get portfolio by EntityUniqueId More... | |
| ResourceListOfChange | GetPortfolioChanges (string scope, DateTimeOrCutLabel effectiveAt, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetPortfolioChanges: Get the next change to each portfolio in a scope. More... | |
| Lusid.Sdk.Client.ApiResponse< ResourceListOfChange > | GetPortfolioChangesWithHttpInfo (string scope, DateTimeOrCutLabel effectiveAt, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetPortfolioChanges: Get the next change to each portfolio in a scope. More... | |
| PropertyDefinitionEntity | GetPropertyDefinitionByEntityUniqueId (string entityUniqueId, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? previews=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetPropertyDefinitionByEntityUniqueId: Get property definition by EntityUniqueId More... | |
| Lusid.Sdk.Client.ApiResponse< PropertyDefinitionEntity > | GetPropertyDefinitionByEntityUniqueIdWithHttpInfo (string entityUniqueId, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? previews=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetPropertyDefinitionByEntityUniqueId: Get property definition by EntityUniqueId More... | |
Represents a collection of functions to interact with the API endpoints
| CustomEntityEntity Lusid.Sdk.Api.IEntitiesApiSync.GetCustomEntityByEntityUniqueId | ( | string | entityUniqueId, |
| DateTimeOrCutLabel? | effectiveAt = default(DateTimeOrCutLabel?), |
||
| DateTimeOffset? | asAt = default(DateTimeOffset?), |
||
| List< string >? | previews = default(List< string >?), |
||
| int | operationIndex = 0, |
||
| ConfigurationOptions? | opts = null |
||
| ) |
GetCustomEntityByEntityUniqueId: Get a Custom Entity instance by its EntityUniqueId
Retrieve a particular Custom Entity instance. If the Custom Entity is deleted, this will return the state of the Custom Entity immediately prior to deletion.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityUniqueId | The universally unique identifier of the Custom Entity. |
| effectiveAt | The effective datetime or cut label at which to retrieve the Custom Entity. Defaults to the current LUSID system datetime if not specified. (optional) |
| asAt | The asAt datetime at which to retrieve the Custom Entity. Defaults to returning the latest version of the Custom Entity if not specified. (optional) |
| previews | The ids of the staged modifications to be previewed in the response. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.EntitiesApi.
| Lusid.Sdk.Client.ApiResponse<CustomEntityEntity> Lusid.Sdk.Api.IEntitiesApiSync.GetCustomEntityByEntityUniqueIdWithHttpInfo | ( | string | entityUniqueId, |
| DateTimeOrCutLabel? | effectiveAt = default(DateTimeOrCutLabel?), |
||
| DateTimeOffset? | asAt = default(DateTimeOffset?), |
||
| List< string >? | previews = default(List< string >?), |
||
| int | operationIndex = 0, |
||
| ConfigurationOptions? | opts = null |
||
| ) |
GetCustomEntityByEntityUniqueId: Get a Custom Entity instance by its EntityUniqueId
Retrieve a particular Custom Entity instance. If the Custom Entity is deleted, this will return the state of the Custom Entity immediately prior to deletion.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityUniqueId | The universally unique identifier of the Custom Entity. |
| effectiveAt | The effective datetime or cut label at which to retrieve the Custom Entity. Defaults to the current LUSID system datetime if not specified. (optional) |
| asAt | The asAt datetime at which to retrieve the Custom Entity. Defaults to returning the latest version of the Custom Entity if not specified. (optional) |
| previews | The ids of the staged modifications to be previewed in the response. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.EntitiesApi.
| DataTypeEntity Lusid.Sdk.Api.IEntitiesApiSync.GetDataTypeByEntityUniqueId | ( | string | entityUniqueId, |
| DateTimeOffset? | asAt = default(DateTimeOffset?), |
||
| List< string >? | previews = default(List< string >?), |
||
| int | operationIndex = 0, |
||
| ConfigurationOptions? | opts = null |
||
| ) |
GetDataTypeByEntityUniqueId: Get DataType by EntityUniqueId
Retrieve the definition of a particular DataType. If the DataType is deleted, this will return the state of the DataType immediately prior to deletion.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityUniqueId | The universally unique identifier of the DataType definition. |
| asAt | The asAt datetime at which to retrieve the DataType definition. Defaults to returning the latest version of the DataType definition if not specified. (optional) |
| previews | The ids of the staged modifications to be previewed in the response. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.EntitiesApi.
| Lusid.Sdk.Client.ApiResponse<DataTypeEntity> Lusid.Sdk.Api.IEntitiesApiSync.GetDataTypeByEntityUniqueIdWithHttpInfo | ( | string | entityUniqueId, |
| DateTimeOffset? | asAt = default(DateTimeOffset?), |
||
| List< string >? | previews = default(List< string >?), |
||
| int | operationIndex = 0, |
||
| ConfigurationOptions? | opts = null |
||
| ) |
GetDataTypeByEntityUniqueId: Get DataType by EntityUniqueId
Retrieve the definition of a particular DataType. If the DataType is deleted, this will return the state of the DataType immediately prior to deletion.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityUniqueId | The universally unique identifier of the DataType definition. |
| asAt | The asAt datetime at which to retrieve the DataType definition. Defaults to returning the latest version of the DataType definition if not specified. (optional) |
| previews | The ids of the staged modifications to be previewed in the response. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.EntitiesApi.
| ResourceListOfChangeInterval Lusid.Sdk.Api.IEntitiesApiSync.GetEntityHistory | ( | string | entityType, |
| string | entityUniqueId, | ||
| DateTimeOffset? | asAt = default(DateTimeOffset?), |
||
| string? | page = default(string?), |
||
| int? | limit = default(int?), |
||
| string? | filter = default(string?), |
||
| List< string >? | sortBy = default(List< string >?), |
||
| int | operationIndex = 0, |
||
| ConfigurationOptions? | opts = null |
||
| ) |
GetEntityHistory: List an entity's history information
Retrieve a page of an entity's change history up to a particular point in AsAt time.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityType | The type of the entity to list the change history for. |
| entityUniqueId | The universally unique identifier of the entity. |
| asAt | The asAt datetime at which to list change history information. Defaults to return the change history at the latest datetime if not specified. (optional) |
| page | The pagination token to use to continue listing change history information from a previous call to list change history information. This value is returned from the previous call. If a pagination token is provided the filter, sortBy and asAt fields must not have changed since the original request. (optional) |
| limit | When paginating, limit the number of returned results to this many. Defaults to 100 if not specified. (optional) |
| filter | Expression to filter the result set. Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
| sortBy | A list of field names suffixed by " ASC" or " DESC" (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.EntitiesApi.
| Lusid.Sdk.Client.ApiResponse<ResourceListOfChangeInterval> Lusid.Sdk.Api.IEntitiesApiSync.GetEntityHistoryWithHttpInfo | ( | string | entityType, |
| string | entityUniqueId, | ||
| DateTimeOffset? | asAt = default(DateTimeOffset?), |
||
| string? | page = default(string?), |
||
| int? | limit = default(int?), |
||
| string? | filter = default(string?), |
||
| List< string >? | sortBy = default(List< string >?), |
||
| int | operationIndex = 0, |
||
| ConfigurationOptions? | opts = null |
||
| ) |
GetEntityHistory: List an entity's history information
Retrieve a page of an entity's change history up to a particular point in AsAt time.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityType | The type of the entity to list the change history for. |
| entityUniqueId | The universally unique identifier of the entity. |
| asAt | The asAt datetime at which to list change history information. Defaults to return the change history at the latest datetime if not specified. (optional) |
| page | The pagination token to use to continue listing change history information from a previous call to list change history information. This value is returned from the previous call. If a pagination token is provided the filter, sortBy and asAt fields must not have changed since the original request. (optional) |
| limit | When paginating, limit the number of returned results to this many. Defaults to 100 if not specified. (optional) |
| filter | Expression to filter the result set. Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
| sortBy | A list of field names suffixed by " ASC" or " DESC" (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.EntitiesApi.
| InstrumentEntity Lusid.Sdk.Api.IEntitiesApiSync.GetInstrumentByEntityUniqueId | ( | string | entityUniqueId, |
| DateTimeOrCutLabel? | effectiveAt = default(DateTimeOrCutLabel?), |
||
| DateTimeOffset? | asAt = default(DateTimeOffset?), |
||
| List< string >? | previews = default(List< string >?), |
||
| string? | dataModelScope = default(string?), |
||
| string? | dataModelCode = default(string?), |
||
| int | operationIndex = 0, |
||
| ConfigurationOptions? | opts = null |
||
| ) |
GetInstrumentByEntityUniqueId: Get instrument by EntityUniqueId
Retrieve the definition of a particular instrument. If the instrument is deleted, this will return the state of the instrument immediately prior to deletion.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityUniqueId | The universally unique identifier of the instrument definition. |
| effectiveAt | The effective datetime or cut label at which to retrieve the Instrument definition. Defaults to the current LUSID system datetime if not specified. (optional) |
| asAt | The asAt datetime at which to retrieve the instrument definition. Defaults to returning the latest version of the instrument definition if not specified. (optional) |
| previews | The ids of the staged modifications to be previewed in the response. (optional) |
| dataModelScope | The optional scope of a Custom Data Model to use. (optional) |
| dataModelCode | The optional code of a Custom Data Model to use. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.EntitiesApi.
| Lusid.Sdk.Client.ApiResponse<InstrumentEntity> Lusid.Sdk.Api.IEntitiesApiSync.GetInstrumentByEntityUniqueIdWithHttpInfo | ( | string | entityUniqueId, |
| DateTimeOrCutLabel? | effectiveAt = default(DateTimeOrCutLabel?), |
||
| DateTimeOffset? | asAt = default(DateTimeOffset?), |
||
| List< string >? | previews = default(List< string >?), |
||
| string? | dataModelScope = default(string?), |
||
| string? | dataModelCode = default(string?), |
||
| int | operationIndex = 0, |
||
| ConfigurationOptions? | opts = null |
||
| ) |
GetInstrumentByEntityUniqueId: Get instrument by EntityUniqueId
Retrieve the definition of a particular instrument. If the instrument is deleted, this will return the state of the instrument immediately prior to deletion.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityUniqueId | The universally unique identifier of the instrument definition. |
| effectiveAt | The effective datetime or cut label at which to retrieve the Instrument definition. Defaults to the current LUSID system datetime if not specified. (optional) |
| asAt | The asAt datetime at which to retrieve the instrument definition. Defaults to returning the latest version of the instrument definition if not specified. (optional) |
| previews | The ids of the staged modifications to be previewed in the response. (optional) |
| dataModelScope | The optional scope of a Custom Data Model to use. (optional) |
| dataModelCode | The optional code of a Custom Data Model to use. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.EntitiesApi.
| PortfolioEntity Lusid.Sdk.Api.IEntitiesApiSync.GetPortfolioByEntityUniqueId | ( | string | entityUniqueId, |
| DateTimeOrCutLabel? | effectiveAt = default(DateTimeOrCutLabel?), |
||
| DateTimeOffset? | asAt = default(DateTimeOffset?), |
||
| List< string >? | previews = default(List< string >?), |
||
| int | operationIndex = 0, |
||
| ConfigurationOptions? | opts = null |
||
| ) |
GetPortfolioByEntityUniqueId: Get portfolio by EntityUniqueId
Retrieve the definition of a particular portfolio. If the portfolio is deleted, this will return the state of the portfolio immediately prior to deletion.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityUniqueId | The universally unique identifier of the portfolio definition. |
| effectiveAt | The effective datetime or cut label at which to retrieve the portfolio definition. Defaults to the current LUSID system datetime if not specified. (optional) |
| asAt | The asAt datetime at which to retrieve the portfolio definition. Defaults to returning the latest version of the portfolio definition if not specified. (optional) |
| previews | The ids of the staged modifications to be previewed in the response. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.EntitiesApi.
| Lusid.Sdk.Client.ApiResponse<PortfolioEntity> Lusid.Sdk.Api.IEntitiesApiSync.GetPortfolioByEntityUniqueIdWithHttpInfo | ( | string | entityUniqueId, |
| DateTimeOrCutLabel? | effectiveAt = default(DateTimeOrCutLabel?), |
||
| DateTimeOffset? | asAt = default(DateTimeOffset?), |
||
| List< string >? | previews = default(List< string >?), |
||
| int | operationIndex = 0, |
||
| ConfigurationOptions? | opts = null |
||
| ) |
GetPortfolioByEntityUniqueId: Get portfolio by EntityUniqueId
Retrieve the definition of a particular portfolio. If the portfolio is deleted, this will return the state of the portfolio immediately prior to deletion.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityUniqueId | The universally unique identifier of the portfolio definition. |
| effectiveAt | The effective datetime or cut label at which to retrieve the portfolio definition. Defaults to the current LUSID system datetime if not specified. (optional) |
| asAt | The asAt datetime at which to retrieve the portfolio definition. Defaults to returning the latest version of the portfolio definition if not specified. (optional) |
| previews | The ids of the staged modifications to be previewed in the response. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.EntitiesApi.
| ResourceListOfChange Lusid.Sdk.Api.IEntitiesApiSync.GetPortfolioChanges | ( | string | scope, |
| DateTimeOrCutLabel | effectiveAt, | ||
| DateTimeOffset? | asAt = default(DateTimeOffset?), |
||
| int | operationIndex = 0, |
||
| ConfigurationOptions? | opts = null |
||
| ) |
GetPortfolioChanges: Get the next change to each portfolio in a scope.
Gets the time of the next (earliest effective at) modification (correction and/or amendment) to each portfolio in a scope relative to a point in bitemporal time. Includes changes from parent portfolios in different scopes. Excludes changes from subscriptions (e.g corporate actions).
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope |
| effectiveAt | The effective date of the origin. |
| asAt | The as-at date of the origin. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.EntitiesApi.
| Lusid.Sdk.Client.ApiResponse<ResourceListOfChange> Lusid.Sdk.Api.IEntitiesApiSync.GetPortfolioChangesWithHttpInfo | ( | string | scope, |
| DateTimeOrCutLabel | effectiveAt, | ||
| DateTimeOffset? | asAt = default(DateTimeOffset?), |
||
| int | operationIndex = 0, |
||
| ConfigurationOptions? | opts = null |
||
| ) |
GetPortfolioChanges: Get the next change to each portfolio in a scope.
Gets the time of the next (earliest effective at) modification (correction and/or amendment) to each portfolio in a scope relative to a point in bitemporal time. Includes changes from parent portfolios in different scopes. Excludes changes from subscriptions (e.g corporate actions).
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope |
| effectiveAt | The effective date of the origin. |
| asAt | The as-at date of the origin. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.EntitiesApi.
| PropertyDefinitionEntity Lusid.Sdk.Api.IEntitiesApiSync.GetPropertyDefinitionByEntityUniqueId | ( | string | entityUniqueId, |
| DateTimeOrCutLabel? | effectiveAt = default(DateTimeOrCutLabel?), |
||
| DateTimeOffset? | asAt = default(DateTimeOffset?), |
||
| List< string >? | previews = default(List< string >?), |
||
| int | operationIndex = 0, |
||
| ConfigurationOptions? | opts = null |
||
| ) |
GetPropertyDefinitionByEntityUniqueId: Get property definition by EntityUniqueId
Retrieve a particular property definition. If the property definition is deleted, this will return the state of the property definition immediately prior to deletion.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityUniqueId | The universally unique identifier of the property definition. |
| effectiveAt | The effective datetime at which to retrieve the property definition. Defaults to the current LUSID system datetime if not specified. (optional) |
| asAt | The asAt datetime at which to retrieve the property definition. Defaults to returning the latest version of the property definition if not specified. (optional) |
| previews | The ids of the staged modifications to be previewed in the response. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.EntitiesApi.
| Lusid.Sdk.Client.ApiResponse<PropertyDefinitionEntity> Lusid.Sdk.Api.IEntitiesApiSync.GetPropertyDefinitionByEntityUniqueIdWithHttpInfo | ( | string | entityUniqueId, |
| DateTimeOrCutLabel? | effectiveAt = default(DateTimeOrCutLabel?), |
||
| DateTimeOffset? | asAt = default(DateTimeOffset?), |
||
| List< string >? | previews = default(List< string >?), |
||
| int | operationIndex = 0, |
||
| ConfigurationOptions? | opts = null |
||
| ) |
GetPropertyDefinitionByEntityUniqueId: Get property definition by EntityUniqueId
Retrieve a particular property definition. If the property definition is deleted, this will return the state of the property definition immediately prior to deletion.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityUniqueId | The universally unique identifier of the property definition. |
| effectiveAt | The effective datetime at which to retrieve the property definition. Defaults to the current LUSID system datetime if not specified. (optional) |
| asAt | The asAt datetime at which to retrieve the property definition. Defaults to returning the latest version of the property definition if not specified. (optional) |
| previews | The ids of the staged modifications to be previewed in the response. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.EntitiesApi.