sdk.lusid.api.queryable_keys_api.QueryableKeysApi
- class QueryableKeysApi(api_client=None)[source]
NOTE: This class is auto generated by OpenAPI Generator Ref: https://openapi-generator.tech
Do not edit the class manually.
Methods
[EARLY ACCESS] GetAllQueryableKeys: Query the set of supported "addresses" that can be queried from all endpoints.
[EARLY ACCESS] GetAllQueryableKeys: Query the set of supported "addresses" that can be queried from all endpoints.
- get_all_queryable_keys(as_at=None, filter=None, async_req=None, **kwargs)[source]
[EARLY ACCESS] GetAllQueryableKeys: Query the set of supported “addresses” that can be queried from all endpoints. # noqa: E501
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, # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True
>>> thread = api.get_all_queryable_keys(as_at, filter, async_req=True) >>> result = thread.get()
- Parameters:
as_at (datetime) – For user defined DerivedValuation keys.
filter (str) – Expression to filter the result set. Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid.
async_req (bool, optional) – Whether to execute the request asynchronously.
_request_timeout – Timeout setting. Do not use - use the opts parameter instead
opts (ConfigurationOptions, optional) – Configuration options for this request
- Returns:
Returns the result object. If the method is called asynchronously, returns the request thread.
- Return type:
- get_all_queryable_keys_with_http_info(as_at=None, filter=None, **kwargs)[source]
[EARLY ACCESS] GetAllQueryableKeys: Query the set of supported “addresses” that can be queried from all endpoints. # noqa: E501
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, # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True
>>> thread = api.get_all_queryable_keys_with_http_info(as_at, filter, async_req=True) >>> result = thread.get()
- Parameters:
as_at (datetime) – For user defined DerivedValuation keys.
filter (str) – Expression to filter the result set. Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid.
async_req (bool, optional) – Whether to execute the request asynchronously.
_preload_content (bool, optional) – if False, the ApiResponse.data will be set to none and raw_data will store the HTTP response body without reading/decoding. Default is True.
_return_http_data_only (bool, optional) – response data instead of ApiResponse object with status code, headers, etc
_request_timeout – Timeout setting. Do not use - use the opts parameter instead
opts (ConfigurationOptions, optional) – Configuration options for this request
_request_auth (dict, optional) – set to override the auth_settings for an a single request; this effectively ignores the authentication in the spec for a single request.
- Returns:
Returns the result object. If the method is called asynchronously, returns the request thread.
- Return type:
tuple(ResourceListOfQueryableKey, status_code(int), headers(HTTPHeaderDict))