LUSID C# SDK
Public Member Functions | List of all members
Lusid.Sdk.Api.IQueryableKeysApiSync Interface Reference

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

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

Public Member Functions

ResourceListOfQueryableKey GetAllQueryableKeys (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] GetAllQueryableKeys: Query the set of supported "addresses" that can be queried from all endpoints. More...
 
Lusid.Sdk.Client.ApiResponse< ResourceListOfQueryableKeyGetAllQueryableKeysWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] GetAllQueryableKeys: Query the set of supported &quot;addresses&quot; that can be queried from all endpoints. More...
 

Detailed Description

Represents a collection of functions to interact with the API endpoints

Member Function Documentation

◆ GetAllQueryableKeys()

ResourceListOfQueryableKey Lusid.Sdk.Api.IQueryableKeysApiSync.GetAllQueryableKeys ( DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  filter = default(string?),
int  operationIndex = 0,
ConfigurationOptions opts = null 
)

[EARLY ACCESS] GetAllQueryableKeys: Query the set of supported &quot;addresses&quot; that can be queried from all endpoints.

When a request is made, the user needs to know what keys can be passed to it for queryable data. This endpoint provides all supported keys,

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtFor user defined DerivedValuation keys. (optional)
filterExpression to filter the result set. Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional)
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
ResourceListOfQueryableKey

Implemented in Lusid.Sdk.Api.QueryableKeysApi.

◆ GetAllQueryableKeysWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<ResourceListOfQueryableKey> Lusid.Sdk.Api.IQueryableKeysApiSync.GetAllQueryableKeysWithHttpInfo ( DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  filter = default(string?),
int  operationIndex = 0,
ConfigurationOptions opts = null 
)

[EARLY ACCESS] GetAllQueryableKeys: Query the set of supported &quot;addresses&quot; that can be queried from all endpoints.

When a request is made, the user needs to know what keys can be passed to it for queryable data. This endpoint provides all supported keys,

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtFor user defined DerivedValuation keys. (optional)
filterExpression to filter the result set. Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional)
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
ApiResponse of ResourceListOfQueryableKey

Implemented in Lusid.Sdk.Api.QueryableKeysApi.


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