LUSID C# SDK
List of all members
Lusid.Sdk.Api.ISearchApi Interface Reference

Represents a collection of functions to interact with the API endpoints More...

Inheritance diagram for Lusid.Sdk.Api.ISearchApi:
Inheritance graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from Lusid.Sdk.Api.ISearchApiSync
List< InstrumentMatchInstrumentsSearch (List< InstrumentSearchProperty > instrumentSearchProperty, DateTimeOrCutLabel? masteredEffectiveAt=default(DateTimeOrCutLabel?), bool? masteredOnly=default(bool?), string? scope=default(string?), int operationIndex=0)
 [EARLY ACCESS] InstrumentsSearch: Instruments search More...
 
ApiResponse< List< InstrumentMatch > > InstrumentsSearchWithHttpInfo (List< InstrumentSearchProperty > instrumentSearchProperty, DateTimeOrCutLabel? masteredEffectiveAt=default(DateTimeOrCutLabel?), bool? masteredOnly=default(bool?), string? scope=default(string?), int operationIndex=0)
 [EARLY ACCESS] InstrumentsSearch: Instruments search More...
 
PagedResourceListOfPortfolioGroupSearchResult SearchPortfolioGroups (string? search=default(string?), string? filter=default(string?), string? sortBy=default(string?), int? limit=default(int?), string? page=default(string?), int operationIndex=0)
 SearchPortfolioGroups: Search Portfolio Groups More...
 
ApiResponse< PagedResourceListOfPortfolioGroupSearchResultSearchPortfolioGroupsWithHttpInfo (string? search=default(string?), string? filter=default(string?), string? sortBy=default(string?), int? limit=default(int?), string? page=default(string?), int operationIndex=0)
 SearchPortfolioGroups: Search Portfolio Groups More...
 
PagedResourceListOfPortfolioSearchResult SearchPortfolios (string? search=default(string?), string? filter=default(string?), string? sortBy=default(string?), int? limit=default(int?), string? page=default(string?), int operationIndex=0)
 SearchPortfolios: Search Portfolios More...
 
ApiResponse< PagedResourceListOfPortfolioSearchResultSearchPortfoliosWithHttpInfo (string? search=default(string?), string? filter=default(string?), string? sortBy=default(string?), int? limit=default(int?), string? page=default(string?), int operationIndex=0)
 SearchPortfolios: Search Portfolios More...
 
PagedResourceListOfPropertyDefinitionSearchResult SearchProperties (string? search=default(string?), string? filter=default(string?), string? sortBy=default(string?), int? limit=default(int?), string? page=default(string?), int operationIndex=0)
 SearchProperties: Search Property Definitions More...
 
ApiResponse< PagedResourceListOfPropertyDefinitionSearchResultSearchPropertiesWithHttpInfo (string? search=default(string?), string? filter=default(string?), string? sortBy=default(string?), int? limit=default(int?), string? page=default(string?), int operationIndex=0)
 SearchProperties: Search Property Definitions More...
 
- Public Member Functions inherited from Lusid.Sdk.Client.IApiAccessor
string GetBasePath ()
 Gets the base path of the API client. More...
 
- Public Member Functions inherited from Lusid.Sdk.Api.ISearchApiAsync
System.Threading.Tasks.Task< List< InstrumentMatch > > InstrumentsSearchAsync (List< InstrumentSearchProperty > instrumentSearchProperty, DateTimeOrCutLabel? masteredEffectiveAt=default(DateTimeOrCutLabel?), bool? masteredOnly=default(bool?), string? scope=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] InstrumentsSearch: Instruments search More...
 
System.Threading.Tasks.Task< ApiResponse< List< InstrumentMatch > > > InstrumentsSearchWithHttpInfoAsync (List< InstrumentSearchProperty > instrumentSearchProperty, DateTimeOrCutLabel? masteredEffectiveAt=default(DateTimeOrCutLabel?), bool? masteredOnly=default(bool?), string? scope=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] InstrumentsSearch: Instruments search More...
 
System.Threading.Tasks.Task< PagedResourceListOfPortfolioGroupSearchResultSearchPortfolioGroupsAsync (string? search=default(string?), string? filter=default(string?), string? sortBy=default(string?), int? limit=default(int?), string? page=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 SearchPortfolioGroups: Search Portfolio Groups More...
 
System.Threading.Tasks.Task< ApiResponse< PagedResourceListOfPortfolioGroupSearchResult > > SearchPortfolioGroupsWithHttpInfoAsync (string? search=default(string?), string? filter=default(string?), string? sortBy=default(string?), int? limit=default(int?), string? page=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 SearchPortfolioGroups: Search Portfolio Groups More...
 
System.Threading.Tasks.Task< PagedResourceListOfPortfolioSearchResultSearchPortfoliosAsync (string? search=default(string?), string? filter=default(string?), string? sortBy=default(string?), int? limit=default(int?), string? page=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 SearchPortfolios: Search Portfolios More...
 
System.Threading.Tasks.Task< ApiResponse< PagedResourceListOfPortfolioSearchResult > > SearchPortfoliosWithHttpInfoAsync (string? search=default(string?), string? filter=default(string?), string? sortBy=default(string?), int? limit=default(int?), string? page=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 SearchPortfolios: Search Portfolios More...
 
System.Threading.Tasks.Task< PagedResourceListOfPropertyDefinitionSearchResultSearchPropertiesAsync (string? search=default(string?), string? filter=default(string?), string? sortBy=default(string?), int? limit=default(int?), string? page=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 SearchProperties: Search Property Definitions More...
 
System.Threading.Tasks.Task< ApiResponse< PagedResourceListOfPropertyDefinitionSearchResult > > SearchPropertiesWithHttpInfoAsync (string? search=default(string?), string? filter=default(string?), string? sortBy=default(string?), int? limit=default(int?), string? page=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 SearchProperties: Search Property Definitions More...
 
- Properties inherited from Lusid.Sdk.Client.IApiAccessor
IReadableConfiguration Configuration [get, set]
 Gets or sets the configuration object More...
 
ExceptionFactory ExceptionFactory [get, set]
 Provides a factory method hook for the creation of exceptions. More...
 

Detailed Description

Represents a collection of functions to interact with the API endpoints


The documentation for this interface was generated from the following file: