LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...
Public Member Functions | |
ReferenceListsApi () | |
Initializes a new instance of the ReferenceListsApi class. More... | |
ReferenceListsApi (string basePath) | |
Initializes a new instance of the ReferenceListsApi class. More... | |
ReferenceListsApi (Lusid.Sdk.Client.Configuration configuration) | |
Initializes a new instance of the ReferenceListsApi class using Configuration object More... | |
ReferenceListsApi (Lusid.Sdk.Client.ISynchronousClient client, Lusid.Sdk.Client.IAsynchronousClient asyncClient, Lusid.Sdk.Client.IReadableConfiguration configuration) | |
Initializes a new instance of the ReferenceListsApi class using a Configuration object and client instance. More... | |
string | GetBasePath () |
Gets the base path of the API client. More... | |
DeletedEntityResponse | DeleteReferenceList (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] DeleteReferenceList: Delete Reference List Delete a Reference List instance. More... | |
Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > | DeleteReferenceListWithHttpInfo (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] DeleteReferenceList: Delete Reference List Delete a Reference List instance. More... | |
async System.Threading.Tasks.Task< DeletedEntityResponse > | DeleteReferenceListAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] DeleteReferenceList: Delete Reference List Delete a Reference List instance. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > | DeleteReferenceListWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] DeleteReferenceList: Delete Reference List Delete a Reference List instance. More... | |
ReferenceListResponse | GetReferenceList (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
GetReferenceList: Get Reference List Retrieve a Reference List instance at a point in AsAt time. More... | |
Lusid.Sdk.Client.ApiResponse< ReferenceListResponse > | GetReferenceListWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
GetReferenceList: Get Reference List Retrieve a Reference List instance at a point in AsAt time. More... | |
async System.Threading.Tasks.Task< ReferenceListResponse > | GetReferenceListAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
GetReferenceList: Get Reference List Retrieve a Reference List instance at a point in AsAt time. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ReferenceListResponse > > | GetReferenceListWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
GetReferenceList: Get Reference List Retrieve a Reference List instance at a point in AsAt time. More... | |
PagedResourceListOfReferenceListResponse | ListReferenceLists (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListReferenceLists: List Reference Lists List all the Reference Lists matching particular criteria. More... | |
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfReferenceListResponse > | ListReferenceListsWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListReferenceLists: List Reference Lists List all the Reference Lists matching particular criteria. More... | |
async System.Threading.Tasks.Task< PagedResourceListOfReferenceListResponse > | ListReferenceListsAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListReferenceLists: List Reference Lists List all the Reference Lists matching particular criteria. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfReferenceListResponse > > | ListReferenceListsWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListReferenceLists: List Reference Lists List all the Reference Lists matching particular criteria. More... | |
ReferenceListResponse | UpsertReferenceList (ReferenceListRequest? referenceListRequest=default(ReferenceListRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpsertReferenceList: Upsert Reference List Insert the Reference List if it does not exist or update the Reference List with the supplied state if it does exist. More... | |
Lusid.Sdk.Client.ApiResponse< ReferenceListResponse > | UpsertReferenceListWithHttpInfo (ReferenceListRequest? referenceListRequest=default(ReferenceListRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpsertReferenceList: Upsert Reference List Insert the Reference List if it does not exist or update the Reference List with the supplied state if it does exist. More... | |
async System.Threading.Tasks.Task< ReferenceListResponse > | UpsertReferenceListAsync (ReferenceListRequest? referenceListRequest=default(ReferenceListRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpsertReferenceList: Upsert Reference List Insert the Reference List if it does not exist or update the Reference List with the supplied state if it does exist. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ReferenceListResponse > > | UpsertReferenceListWithHttpInfoAsync (ReferenceListRequest? referenceListRequest=default(ReferenceListRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpsertReferenceList: Upsert Reference List Insert the Reference List if it does not exist or update the Reference List with the supplied state if it does exist. 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... | |
Represents a collection of functions to interact with the API endpoints
|
inline |
Initializes a new instance of the ReferenceListsApi class.
|
inline |
Initializes a new instance of the ReferenceListsApi class.
|
inline |
Initializes a new instance of the ReferenceListsApi class using Configuration object
configuration | An instance of Configuration |
|
inline |
Initializes a new instance of the ReferenceListsApi class using a Configuration object and client instance.
client | The client interface for synchronous API access. |
asyncClient | The client interface for asynchronous API access. |
configuration | The configuration object. |
|
inline |
[EARLY ACCESS] DeleteReferenceList: Delete Reference List Delete a Reference List instance.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope to which the Reference List belongs. |
code | The Reference List's unique identifier. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IReferenceListsApiSync.
|
inline |
[EARLY ACCESS] DeleteReferenceList: Delete Reference List Delete a Reference List instance.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope to which the Reference List belongs. |
code | The Reference List's unique identifier. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IReferenceListsApiAsync.
|
inline |
[EARLY ACCESS] DeleteReferenceList: Delete Reference List Delete a Reference List instance.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope to which the Reference List belongs. |
code | The Reference List's unique identifier. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IReferenceListsApiSync.
|
inline |
[EARLY ACCESS] DeleteReferenceList: Delete Reference List Delete a Reference List instance.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope to which the Reference List belongs. |
code | The Reference List's unique identifier. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IReferenceListsApiAsync.
|
inline |
Gets the base path of the API client.
The base path
|
inline |
GetReferenceList: Get Reference List Retrieve a Reference List instance at a point in AsAt time.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope to which the Reference List belongs. |
code | The Reference List's unique identifier. |
asAt | The asAt datetime at which to retrieve the Reference List. Defaults to return the latest version of the Reference List if not specified. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IReferenceListsApiSync.
|
inline |
GetReferenceList: Get Reference List Retrieve a Reference List instance at a point in AsAt time.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope to which the Reference List belongs. |
code | The Reference List's unique identifier. |
asAt | The asAt datetime at which to retrieve the Reference List. Defaults to return the latest version of the Reference List if not specified. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IReferenceListsApiAsync.
|
inline |
GetReferenceList: Get Reference List Retrieve a Reference List instance at a point in AsAt time.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope to which the Reference List belongs. |
code | The Reference List's unique identifier. |
asAt | The asAt datetime at which to retrieve the Reference List. Defaults to return the latest version of the Reference List if not specified. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IReferenceListsApiSync.
|
inline |
GetReferenceList: Get Reference List Retrieve a Reference List instance at a point in AsAt time.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope to which the Reference List belongs. |
code | The Reference List's unique identifier. |
asAt | The asAt datetime at which to retrieve the Reference List. Defaults to return the latest version of the Reference List if not specified. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IReferenceListsApiAsync.
|
inline |
[EARLY ACCESS] ListReferenceLists: List Reference Lists List all the Reference Lists matching particular criteria.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to list Reference Lists. Defaults to return the latest version of Reference Lists if not specified. (optional) |
page | The pagination token to use to continue listing Reference Lists from a previous call to list Reference Lists. This value is returned from the previous call. If a pagination token is provided, the filter, limit and asAt fields must not have changed since the original request. (optional) |
limit | When paginating, limit the number of returned results to this number. Defaults to 100 if not specified. (optional) |
filter | Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IReferenceListsApiSync.
|
inline |
[EARLY ACCESS] ListReferenceLists: List Reference Lists List all the Reference Lists matching particular criteria.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to list Reference Lists. Defaults to return the latest version of Reference Lists if not specified. (optional) |
page | The pagination token to use to continue listing Reference Lists from a previous call to list Reference Lists. This value is returned from the previous call. If a pagination token is provided, the filter, limit and asAt fields must not have changed since the original request. (optional) |
limit | When paginating, limit the number of returned results to this number. Defaults to 100 if not specified. (optional) |
filter | Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IReferenceListsApiAsync.
|
inline |
[EARLY ACCESS] ListReferenceLists: List Reference Lists List all the Reference Lists matching particular criteria.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to list Reference Lists. Defaults to return the latest version of Reference Lists if not specified. (optional) |
page | The pagination token to use to continue listing Reference Lists from a previous call to list Reference Lists. This value is returned from the previous call. If a pagination token is provided, the filter, limit and asAt fields must not have changed since the original request. (optional) |
limit | When paginating, limit the number of returned results to this number. Defaults to 100 if not specified. (optional) |
filter | Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IReferenceListsApiSync.
|
inline |
[EARLY ACCESS] ListReferenceLists: List Reference Lists List all the Reference Lists matching particular criteria.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to list Reference Lists. Defaults to return the latest version of Reference Lists if not specified. (optional) |
page | The pagination token to use to continue listing Reference Lists from a previous call to list Reference Lists. This value is returned from the previous call. If a pagination token is provided, the filter, limit and asAt fields must not have changed since the original request. (optional) |
limit | When paginating, limit the number of returned results to this number. Defaults to 100 if not specified. (optional) |
filter | Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IReferenceListsApiAsync.
|
inline |
[EARLY ACCESS] UpsertReferenceList: Upsert Reference List Insert the Reference List if it does not exist or update the Reference List with the supplied state if it does exist.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
referenceListRequest | The payload describing the Reference List instance. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IReferenceListsApiSync.
|
inline |
[EARLY ACCESS] UpsertReferenceList: Upsert Reference List Insert the Reference List if it does not exist or update the Reference List with the supplied state if it does exist.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
referenceListRequest | The payload describing the Reference List instance. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IReferenceListsApiAsync.
|
inline |
[EARLY ACCESS] UpsertReferenceList: Upsert Reference List Insert the Reference List if it does not exist or update the Reference List with the supplied state if it does exist.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
referenceListRequest | The payload describing the Reference List instance. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IReferenceListsApiSync.
|
inline |
[EARLY ACCESS] UpsertReferenceList: Upsert Reference List Insert the Reference List if it does not exist or update the Reference List with the supplied state if it does exist.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
referenceListRequest | The payload describing the Reference List instance. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IReferenceListsApiAsync.
|
getset |
The client for accessing this underlying API asynchronously.
|
getset |
The client for accessing this underlying API synchronously.
|
getset |
Gets or sets the configuration object
An instance of the Configuration
|
getset |
Provides a factory method hook for the creation of exceptions.