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
PagedResourceListOfPortfolioGroupSearchResult SearchPortfolioGroups (string search=default(string), string filter=default(string), string sortBy=default(string), int? limit=default(int?), string page=default(string))
 [EARLY ACCESS] 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))
 [EARLY ACCESS] 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))
 [EARLY ACCESS] 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))
 [EARLY ACCESS] 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))
 [EARLY ACCESS] 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))
 [EARLY ACCESS] 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< PagedResourceListOfPortfolioGroupSearchResultSearchPortfolioGroupsAsync (string search=default(string), string filter=default(string), string sortBy=default(string), int? limit=default(int?), string page=default(string), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] 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), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] 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), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] 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), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] 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), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] 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), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] 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: