LUSID C# SDK
Public Member Functions | Properties | List of all members
Lusid.Sdk.Api.SearchApi Class Reference

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

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

Public Member Functions

 SearchApi ()
 Initializes a new instance of the SearchApi class. More...
 
 SearchApi (string basePath)
 Initializes a new instance of the SearchApi class. More...
 
 SearchApi (Lusid.Sdk.Client.Configuration configuration)
 Initializes a new instance of the SearchApi class using Configuration object More...
 
 SearchApi (Lusid.Sdk.Client.ISynchronousClient client, Lusid.Sdk.Client.IAsynchronousClient asyncClient, Lusid.Sdk.Client.IReadableConfiguration configuration)
 Initializes a new instance of the SearchApi class using a Configuration object and client instance. More...
 
string GetBasePath ()
 Gets the base path of the API client. More...
 
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 Search across all instruments that have been mastered in LUSID. Optionally augment the results with instruments from an external symbology service, currently OpenFIGI. More...
 
Lusid.Sdk.Client.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 Search across all instruments that have been mastered in LUSID. Optionally augment the results with instruments from an external symbology service, currently OpenFIGI. More...
 
async 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 Search across all instruments that have been mastered in LUSID. Optionally augment the results with instruments from an external symbology service, currently OpenFIGI. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.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 Search across all instruments that have been mastered in LUSID. Optionally augment the results with instruments from an external symbology service, currently OpenFIGI. 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 Search through all portfolio groups More...
 
Lusid.Sdk.Client.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 Search through all portfolio groups More...
 
async 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 Search through all portfolio groups More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.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 Search through all 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 Search through all portfolios More...
 
Lusid.Sdk.Client.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 Search through all portfolios More...
 
async 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 Search through all portfolios More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.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 Search through all 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 Search through all Property Definitions More...
 
Lusid.Sdk.Client.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 Search through all Property Definitions More...
 
async 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 Search through all Property Definitions More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.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 Search through all Property Definitions More...
 

Properties

Lusid.Sdk.Client.IAsynchronousClient AsynchronousClient [get, set]
 The client for accessing this underlying API asynchronously. More...
 
Lusid.Sdk.Client.ISynchronousClient Client [get, set]
 The client for accessing this underlying API synchronously. More...
 
Lusid.Sdk.Client.IReadableConfiguration Configuration [get, set]
 Gets or sets the configuration object More...
 
Lusid.Sdk.Client.ExceptionFactory ExceptionFactory [get, set]
 Provides a factory method hook for the creation of exceptions. 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

Constructor & Destructor Documentation

◆ SearchApi() [1/4]

Lusid.Sdk.Api.SearchApi.SearchApi ( )
inline

Initializes a new instance of the SearchApi class.

Returns

◆ SearchApi() [2/4]

Lusid.Sdk.Api.SearchApi.SearchApi ( string  basePath)
inline

Initializes a new instance of the SearchApi class.

Returns

◆ SearchApi() [3/4]

Lusid.Sdk.Api.SearchApi.SearchApi ( Lusid.Sdk.Client.Configuration  configuration)
inline

Initializes a new instance of the SearchApi class using Configuration object

Parameters
configurationAn instance of Configuration
Returns

◆ SearchApi() [4/4]

Lusid.Sdk.Api.SearchApi.SearchApi ( Lusid.Sdk.Client.ISynchronousClient  client,
Lusid.Sdk.Client.IAsynchronousClient  asyncClient,
Lusid.Sdk.Client.IReadableConfiguration  configuration 
)
inline

Initializes a new instance of the SearchApi class using a Configuration object and client instance.

Parameters
clientThe client interface for synchronous API access.
asyncClientThe client interface for asynchronous API access.
configurationThe configuration object.

Member Function Documentation

◆ GetBasePath()

string Lusid.Sdk.Api.SearchApi.GetBasePath ( )
inline

Gets the base path of the API client.

The base path

Implements Lusid.Sdk.Client.IApiAccessor.

◆ InstrumentsSearch()

List<InstrumentMatch> Lusid.Sdk.Api.SearchApi.InstrumentsSearch ( List< InstrumentSearchProperty instrumentSearchProperty,
DateTimeOrCutLabel masteredEffectiveAt = default(DateTimeOrCutLabel?),
bool?  masteredOnly = default(bool?),
string?  scope = default(string?),
int  operationIndex = 0 
)
inline

[EARLY ACCESS] InstrumentsSearch: Instruments search Search across all instruments that have been mastered in LUSID. Optionally augment the results with instruments from an external symbology service, currently OpenFIGI.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
instrumentSearchPropertyA collection of instrument properties to search for. LUSID will return instruments for any matched properties.
masteredEffectiveAtThe effective datetime or cut label to use when searching mastered instruments. This parameter has no effect on instruments that have not been mastered within LUSID. Defaults to the current LUSID system datetime if not specified. (optional)
masteredOnlyIf set to true, only search over instruments that have been mastered within LUSID. Defaults to false. (optional, default to false)
scopeThe scope in which the instrument lies. (optional)
operationIndexIndex associated with the operation.
Returns
List<InstrumentMatch>

Implements Lusid.Sdk.Api.ISearchApiSync.

◆ InstrumentsSearchAsync()

async System.Threading.Tasks.Task<List<InstrumentMatch> > Lusid.Sdk.Api.SearchApi.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) 
)
inline

[EARLY ACCESS] InstrumentsSearch: Instruments search Search across all instruments that have been mastered in LUSID. Optionally augment the results with instruments from an external symbology service, currently OpenFIGI.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
instrumentSearchPropertyA collection of instrument properties to search for. LUSID will return instruments for any matched properties.
masteredEffectiveAtThe effective datetime or cut label to use when searching mastered instruments. This parameter has no effect on instruments that have not been mastered within LUSID. Defaults to the current LUSID system datetime if not specified. (optional)
masteredOnlyIf set to true, only search over instruments that have been mastered within LUSID. Defaults to false. (optional, default to false)
scopeThe scope in which the instrument lies. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of List<InstrumentMatch>

Implements Lusid.Sdk.Api.ISearchApiAsync.

◆ InstrumentsSearchWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<List<InstrumentMatch> > Lusid.Sdk.Api.SearchApi.InstrumentsSearchWithHttpInfo ( List< InstrumentSearchProperty instrumentSearchProperty,
DateTimeOrCutLabel masteredEffectiveAt = default(DateTimeOrCutLabel?),
bool?  masteredOnly = default(bool?),
string?  scope = default(string?),
int  operationIndex = 0 
)
inline

[EARLY ACCESS] InstrumentsSearch: Instruments search Search across all instruments that have been mastered in LUSID. Optionally augment the results with instruments from an external symbology service, currently OpenFIGI.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
instrumentSearchPropertyA collection of instrument properties to search for. LUSID will return instruments for any matched properties.
masteredEffectiveAtThe effective datetime or cut label to use when searching mastered instruments. This parameter has no effect on instruments that have not been mastered within LUSID. Defaults to the current LUSID system datetime if not specified. (optional)
masteredOnlyIf set to true, only search over instruments that have been mastered within LUSID. Defaults to false. (optional, default to false)
scopeThe scope in which the instrument lies. (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of List<InstrumentMatch>

Implements Lusid.Sdk.Api.ISearchApiSync.

◆ InstrumentsSearchWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<List<InstrumentMatch> > > Lusid.Sdk.Api.SearchApi.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) 
)
inline

[EARLY ACCESS] InstrumentsSearch: Instruments search Search across all instruments that have been mastered in LUSID. Optionally augment the results with instruments from an external symbology service, currently OpenFIGI.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
instrumentSearchPropertyA collection of instrument properties to search for. LUSID will return instruments for any matched properties.
masteredEffectiveAtThe effective datetime or cut label to use when searching mastered instruments. This parameter has no effect on instruments that have not been mastered within LUSID. Defaults to the current LUSID system datetime if not specified. (optional)
masteredOnlyIf set to true, only search over instruments that have been mastered within LUSID. Defaults to false. (optional, default to false)
scopeThe scope in which the instrument lies. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (List<InstrumentMatch>)

Implements Lusid.Sdk.Api.ISearchApiAsync.

◆ SearchPortfolioGroups()

PagedResourceListOfPortfolioGroupSearchResult Lusid.Sdk.Api.SearchApi.SearchPortfolioGroups ( string?  search = default(string?),
string?  filter = default(string?),
string?  sortBy = default(string?),
int?  limit = default(int?),
string?  page = default(string?),
int  operationIndex = 0 
)
inline

SearchPortfolioGroups: Search Portfolio Groups Search through all portfolio groups

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
searchA parameter used for searching any portfolio group field. Wildcards(*) are supported at the end of words (e.g. &#39;Port*&#39;). Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional)
filterExpression to filter the result set. For example, to filter on the Scope, use &quot;id.scope eq &#39;string&#39;&quot; Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional)
sortByOrder the results by these fields. Use use the &#39;-&#39; sign to denote descending order e.g. -MyFieldName. Multiple fields can be denoted by a comma e.g. -MyFieldName,AnotherFieldName,-AFurtherFieldName (optional)
limitWhen paginating, only return this number of records (optional)
pageEncoded page string returned from a previous search result that will retrieve the next page of data. When this field is supplied, filter, sortBy and search fields should not be supplied. (optional)
operationIndexIndex associated with the operation.
Returns
PagedResourceListOfPortfolioGroupSearchResult

Implements Lusid.Sdk.Api.ISearchApiSync.

◆ SearchPortfolioGroupsAsync()

async System.Threading.Tasks.Task<PagedResourceListOfPortfolioGroupSearchResult> Lusid.Sdk.Api.SearchApi.SearchPortfolioGroupsAsync ( 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) 
)
inline

SearchPortfolioGroups: Search Portfolio Groups Search through all portfolio groups

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
searchA parameter used for searching any portfolio group field. Wildcards(*) are supported at the end of words (e.g. &#39;Port*&#39;). Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional)
filterExpression to filter the result set. For example, to filter on the Scope, use &quot;id.scope eq &#39;string&#39;&quot; Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional)
sortByOrder the results by these fields. Use use the &#39;-&#39; sign to denote descending order e.g. -MyFieldName. Multiple fields can be denoted by a comma e.g. -MyFieldName,AnotherFieldName,-AFurtherFieldName (optional)
limitWhen paginating, only return this number of records (optional)
pageEncoded page string returned from a previous search result that will retrieve the next page of data. When this field is supplied, filter, sortBy and search fields should not be supplied. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of PagedResourceListOfPortfolioGroupSearchResult

Implements Lusid.Sdk.Api.ISearchApiAsync.

◆ SearchPortfolioGroupsWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<PagedResourceListOfPortfolioGroupSearchResult> Lusid.Sdk.Api.SearchApi.SearchPortfolioGroupsWithHttpInfo ( string?  search = default(string?),
string?  filter = default(string?),
string?  sortBy = default(string?),
int?  limit = default(int?),
string?  page = default(string?),
int  operationIndex = 0 
)
inline

SearchPortfolioGroups: Search Portfolio Groups Search through all portfolio groups

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
searchA parameter used for searching any portfolio group field. Wildcards(*) are supported at the end of words (e.g. &#39;Port*&#39;). Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional)
filterExpression to filter the result set. For example, to filter on the Scope, use &quot;id.scope eq &#39;string&#39;&quot; Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional)
sortByOrder the results by these fields. Use use the &#39;-&#39; sign to denote descending order e.g. -MyFieldName. Multiple fields can be denoted by a comma e.g. -MyFieldName,AnotherFieldName,-AFurtherFieldName (optional)
limitWhen paginating, only return this number of records (optional)
pageEncoded page string returned from a previous search result that will retrieve the next page of data. When this field is supplied, filter, sortBy and search fields should not be supplied. (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of PagedResourceListOfPortfolioGroupSearchResult

Implements Lusid.Sdk.Api.ISearchApiSync.

◆ SearchPortfolioGroupsWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<PagedResourceListOfPortfolioGroupSearchResult> > Lusid.Sdk.Api.SearchApi.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) 
)
inline

SearchPortfolioGroups: Search Portfolio Groups Search through all portfolio groups

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
searchA parameter used for searching any portfolio group field. Wildcards(*) are supported at the end of words (e.g. &#39;Port*&#39;). Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional)
filterExpression to filter the result set. For example, to filter on the Scope, use &quot;id.scope eq &#39;string&#39;&quot; Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional)
sortByOrder the results by these fields. Use use the &#39;-&#39; sign to denote descending order e.g. -MyFieldName. Multiple fields can be denoted by a comma e.g. -MyFieldName,AnotherFieldName,-AFurtherFieldName (optional)
limitWhen paginating, only return this number of records (optional)
pageEncoded page string returned from a previous search result that will retrieve the next page of data. When this field is supplied, filter, sortBy and search fields should not be supplied. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (PagedResourceListOfPortfolioGroupSearchResult)

Implements Lusid.Sdk.Api.ISearchApiAsync.

◆ SearchPortfolios()

PagedResourceListOfPortfolioSearchResult Lusid.Sdk.Api.SearchApi.SearchPortfolios ( string?  search = default(string?),
string?  filter = default(string?),
string?  sortBy = default(string?),
int?  limit = default(int?),
string?  page = default(string?),
int  operationIndex = 0 
)
inline

SearchPortfolios: Search Portfolios Search through all portfolios

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
searchA parameter used for searching any portfolio field. Wildcards(*) are supported at the end of words (e.g. &#39;Port*&#39;). Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional)
filterExpression to filter the result set. For example, to filter on the portfolio Type, use &quot;type eq &#39;Transaction&#39;&quot; Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional)
sortByOrder the results by these fields. Use use the &#39;-&#39; sign to denote descending order e.g. -MyFieldName. Multiple fields can be denoted by a comma e.g. -MyFieldName,AnotherFieldName,-AFurtherFieldName (optional)
limitWhen paginating, only return this number of records (optional)
pageEncoded page string returned from a previous search result that will retrieve the next page of data. When this field is supplied, filter, sortBy and search fields should not be supplied. (optional)
operationIndexIndex associated with the operation.
Returns
PagedResourceListOfPortfolioSearchResult

Implements Lusid.Sdk.Api.ISearchApiSync.

◆ SearchPortfoliosAsync()

async System.Threading.Tasks.Task<PagedResourceListOfPortfolioSearchResult> Lusid.Sdk.Api.SearchApi.SearchPortfoliosAsync ( 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) 
)
inline

SearchPortfolios: Search Portfolios Search through all portfolios

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
searchA parameter used for searching any portfolio field. Wildcards(*) are supported at the end of words (e.g. &#39;Port*&#39;). Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional)
filterExpression to filter the result set. For example, to filter on the portfolio Type, use &quot;type eq &#39;Transaction&#39;&quot; Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional)
sortByOrder the results by these fields. Use use the &#39;-&#39; sign to denote descending order e.g. -MyFieldName. Multiple fields can be denoted by a comma e.g. -MyFieldName,AnotherFieldName,-AFurtherFieldName (optional)
limitWhen paginating, only return this number of records (optional)
pageEncoded page string returned from a previous search result that will retrieve the next page of data. When this field is supplied, filter, sortBy and search fields should not be supplied. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of PagedResourceListOfPortfolioSearchResult

Implements Lusid.Sdk.Api.ISearchApiAsync.

◆ SearchPortfoliosWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<PagedResourceListOfPortfolioSearchResult> Lusid.Sdk.Api.SearchApi.SearchPortfoliosWithHttpInfo ( string?  search = default(string?),
string?  filter = default(string?),
string?  sortBy = default(string?),
int?  limit = default(int?),
string?  page = default(string?),
int  operationIndex = 0 
)
inline

SearchPortfolios: Search Portfolios Search through all portfolios

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
searchA parameter used for searching any portfolio field. Wildcards(*) are supported at the end of words (e.g. &#39;Port*&#39;). Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional)
filterExpression to filter the result set. For example, to filter on the portfolio Type, use &quot;type eq &#39;Transaction&#39;&quot; Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional)
sortByOrder the results by these fields. Use use the &#39;-&#39; sign to denote descending order e.g. -MyFieldName. Multiple fields can be denoted by a comma e.g. -MyFieldName,AnotherFieldName,-AFurtherFieldName (optional)
limitWhen paginating, only return this number of records (optional)
pageEncoded page string returned from a previous search result that will retrieve the next page of data. When this field is supplied, filter, sortBy and search fields should not be supplied. (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of PagedResourceListOfPortfolioSearchResult

Implements Lusid.Sdk.Api.ISearchApiSync.

◆ SearchPortfoliosWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<PagedResourceListOfPortfolioSearchResult> > Lusid.Sdk.Api.SearchApi.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) 
)
inline

SearchPortfolios: Search Portfolios Search through all portfolios

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
searchA parameter used for searching any portfolio field. Wildcards(*) are supported at the end of words (e.g. &#39;Port*&#39;). Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional)
filterExpression to filter the result set. For example, to filter on the portfolio Type, use &quot;type eq &#39;Transaction&#39;&quot; Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional)
sortByOrder the results by these fields. Use use the &#39;-&#39; sign to denote descending order e.g. -MyFieldName. Multiple fields can be denoted by a comma e.g. -MyFieldName,AnotherFieldName,-AFurtherFieldName (optional)
limitWhen paginating, only return this number of records (optional)
pageEncoded page string returned from a previous search result that will retrieve the next page of data. When this field is supplied, filter, sortBy and search fields should not be supplied. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (PagedResourceListOfPortfolioSearchResult)

Implements Lusid.Sdk.Api.ISearchApiAsync.

◆ SearchProperties()

PagedResourceListOfPropertyDefinitionSearchResult Lusid.Sdk.Api.SearchApi.SearchProperties ( string?  search = default(string?),
string?  filter = default(string?),
string?  sortBy = default(string?),
int?  limit = default(int?),
string?  page = default(string?),
int  operationIndex = 0 
)
inline

SearchProperties: Search Property Definitions Search through all Property Definitions

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
searchA parameter used for searching any field. Wildcards(*) are supported at the end of words (e.g. &#39;Port*&#39;). Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional)
filterExpression to filter the result set. For example, to filter on the Value Type, use &quot;valueType eq &#39;string&#39;&quot; Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional)
sortByOrder the results by these fields. Use use the &#39;-&#39; sign to denote descending order e.g. -MyFieldName. Multiple fields can be denoted by a comma e.g. -MyFieldName,AnotherFieldName,-AFurtherFieldName (optional)
limitWhen paginating, only return this number of records (optional)
pageEncoded page string returned from a previous search result that will retrieve the next page of data. When this field is supplied, filter, sortBy and search fields should not be supplied. (optional)
operationIndexIndex associated with the operation.
Returns
PagedResourceListOfPropertyDefinitionSearchResult

Implements Lusid.Sdk.Api.ISearchApiSync.

◆ SearchPropertiesAsync()

async System.Threading.Tasks.Task<PagedResourceListOfPropertyDefinitionSearchResult> Lusid.Sdk.Api.SearchApi.SearchPropertiesAsync ( 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) 
)
inline

SearchProperties: Search Property Definitions Search through all Property Definitions

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
searchA parameter used for searching any field. Wildcards(*) are supported at the end of words (e.g. &#39;Port*&#39;). Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional)
filterExpression to filter the result set. For example, to filter on the Value Type, use &quot;valueType eq &#39;string&#39;&quot; Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional)
sortByOrder the results by these fields. Use use the &#39;-&#39; sign to denote descending order e.g. -MyFieldName. Multiple fields can be denoted by a comma e.g. -MyFieldName,AnotherFieldName,-AFurtherFieldName (optional)
limitWhen paginating, only return this number of records (optional)
pageEncoded page string returned from a previous search result that will retrieve the next page of data. When this field is supplied, filter, sortBy and search fields should not be supplied. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of PagedResourceListOfPropertyDefinitionSearchResult

Implements Lusid.Sdk.Api.ISearchApiAsync.

◆ SearchPropertiesWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<PagedResourceListOfPropertyDefinitionSearchResult> Lusid.Sdk.Api.SearchApi.SearchPropertiesWithHttpInfo ( string?  search = default(string?),
string?  filter = default(string?),
string?  sortBy = default(string?),
int?  limit = default(int?),
string?  page = default(string?),
int  operationIndex = 0 
)
inline

SearchProperties: Search Property Definitions Search through all Property Definitions

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
searchA parameter used for searching any field. Wildcards(*) are supported at the end of words (e.g. &#39;Port*&#39;). Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional)
filterExpression to filter the result set. For example, to filter on the Value Type, use &quot;valueType eq &#39;string&#39;&quot; Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional)
sortByOrder the results by these fields. Use use the &#39;-&#39; sign to denote descending order e.g. -MyFieldName. Multiple fields can be denoted by a comma e.g. -MyFieldName,AnotherFieldName,-AFurtherFieldName (optional)
limitWhen paginating, only return this number of records (optional)
pageEncoded page string returned from a previous search result that will retrieve the next page of data. When this field is supplied, filter, sortBy and search fields should not be supplied. (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of PagedResourceListOfPropertyDefinitionSearchResult

Implements Lusid.Sdk.Api.ISearchApiSync.

◆ SearchPropertiesWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<PagedResourceListOfPropertyDefinitionSearchResult> > Lusid.Sdk.Api.SearchApi.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) 
)
inline

SearchProperties: Search Property Definitions Search through all Property Definitions

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
searchA parameter used for searching any field. Wildcards(*) are supported at the end of words (e.g. &#39;Port*&#39;). Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional)
filterExpression to filter the result set. For example, to filter on the Value Type, use &quot;valueType eq &#39;string&#39;&quot; Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional)
sortByOrder the results by these fields. Use use the &#39;-&#39; sign to denote descending order e.g. -MyFieldName. Multiple fields can be denoted by a comma e.g. -MyFieldName,AnotherFieldName,-AFurtherFieldName (optional)
limitWhen paginating, only return this number of records (optional)
pageEncoded page string returned from a previous search result that will retrieve the next page of data. When this field is supplied, filter, sortBy and search fields should not be supplied. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (PagedResourceListOfPropertyDefinitionSearchResult)

Implements Lusid.Sdk.Api.ISearchApiAsync.

Property Documentation

◆ AsynchronousClient

Lusid.Sdk.Client.IAsynchronousClient Lusid.Sdk.Api.SearchApi.AsynchronousClient
getset

The client for accessing this underlying API asynchronously.

◆ Client

Lusid.Sdk.Client.ISynchronousClient Lusid.Sdk.Api.SearchApi.Client
getset

The client for accessing this underlying API synchronously.

◆ Configuration

Lusid.Sdk.Client.IReadableConfiguration Lusid.Sdk.Api.SearchApi.Configuration
getset

Gets or sets the configuration object

An instance of the Configuration

◆ ExceptionFactory

Lusid.Sdk.Client.ExceptionFactory Lusid.Sdk.Api.SearchApi.ExceptionFactory
getset

Provides a factory method hook for the creation of exceptions.


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