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.IQueryableKeysApiSync | |
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< ResourceListOfQueryableKey > | GetAllQueryableKeysWithHttpInfo (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... | |
Public Member Functions inherited from Lusid.Sdk.Api.IQueryableKeysApiAsync | |
System.Threading.Tasks.Task< ResourceListOfQueryableKey > | GetAllQueryableKeysAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetAllQueryableKeys: Query the set of supported "addresses" that can be queried from all endpoints. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfQueryableKey > > | GetAllQueryableKeysWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetAllQueryableKeys: Query the set of supported "addresses" that can be queried from all endpoints. More... | |
Represents a collection of functions to interact with the API endpoints