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

Additional Inherited Members | |
Public Member Functions inherited from Lusid.Sdk.Api.IEntitiesApiSync | |
| 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... | |
Public Member Functions inherited from Lusid.Sdk.Api.IEntitiesApiAsync | |
| System.Threading.Tasks.Task< CustomEntityEntity > | GetCustomEntityByEntityUniqueIdAsync (string entityUniqueId, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? previews=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetCustomEntityByEntityUniqueId: Get a Custom Entity instance by its EntityUniqueId More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< CustomEntityEntity > > | GetCustomEntityByEntityUniqueIdWithHttpInfoAsync (string entityUniqueId, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? previews=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetCustomEntityByEntityUniqueId: Get a Custom Entity instance by its EntityUniqueId More... | |
| System.Threading.Tasks.Task< DataTypeEntity > | GetDataTypeByEntityUniqueIdAsync (string entityUniqueId, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? previews=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetDataTypeByEntityUniqueId: Get DataType by EntityUniqueId More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DataTypeEntity > > | GetDataTypeByEntityUniqueIdWithHttpInfoAsync (string entityUniqueId, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? previews=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetDataTypeByEntityUniqueId: Get DataType by EntityUniqueId More... | |
| System.Threading.Tasks.Task< ResourceListOfChangeInterval > | GetEntityHistoryAsync (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, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetEntityHistory: List an entity's history information More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfChangeInterval > > | GetEntityHistoryWithHttpInfoAsync (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, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetEntityHistory: List an entity's history information More... | |
| System.Threading.Tasks.Task< InstrumentEntity > | GetInstrumentByEntityUniqueIdAsync (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, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetInstrumentByEntityUniqueId: Get instrument by EntityUniqueId More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< InstrumentEntity > > | GetInstrumentByEntityUniqueIdWithHttpInfoAsync (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, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetInstrumentByEntityUniqueId: Get instrument by EntityUniqueId More... | |
| System.Threading.Tasks.Task< PortfolioEntity > | GetPortfolioByEntityUniqueIdAsync (string entityUniqueId, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? previews=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetPortfolioByEntityUniqueId: Get portfolio by EntityUniqueId More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PortfolioEntity > > | GetPortfolioByEntityUniqueIdWithHttpInfoAsync (string entityUniqueId, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? previews=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetPortfolioByEntityUniqueId: Get portfolio by EntityUniqueId More... | |
| System.Threading.Tasks.Task< ResourceListOfChange > | GetPortfolioChangesAsync (string scope, DateTimeOrCutLabel effectiveAt, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetPortfolioChanges: Get the next change to each portfolio in a scope. More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfChange > > | GetPortfolioChangesWithHttpInfoAsync (string scope, DateTimeOrCutLabel effectiveAt, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetPortfolioChanges: Get the next change to each portfolio in a scope. More... | |
| System.Threading.Tasks.Task< PropertyDefinitionEntity > | GetPropertyDefinitionByEntityUniqueIdAsync (string entityUniqueId, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? previews=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetPropertyDefinitionByEntityUniqueId: Get property definition by EntityUniqueId More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PropertyDefinitionEntity > > | GetPropertyDefinitionByEntityUniqueIdWithHttpInfoAsync (string entityUniqueId, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? previews=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetPropertyDefinitionByEntityUniqueId: Get property definition by EntityUniqueId More... | |
Represents a collection of functions to interact with the API endpoints