|
LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...

Public Member Functions | |
| System.Threading.Tasks.Task< FileResponse > | GetExcelAddinAsync (string version=default(string), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken)) |
| [EARLY ACCESS] Download Excel Addin More... | |
| System.Threading.Tasks.Task< ApiResponse< FileResponse > > | GetExcelAddinWithHttpInfoAsync (string version=default(string), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken)) |
| [EARLY ACCESS] Download Excel Addin More... | |
| System.Threading.Tasks.Task< VersionSummaryDto > | GetLusidVersionsAsync (System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken)) |
| [EARLY ACCESS] Get LUSID versions More... | |
| System.Threading.Tasks.Task< ApiResponse< VersionSummaryDto > > | GetLusidVersionsWithHttpInfoAsync (System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken)) |
| [EARLY ACCESS] Get LUSID versions More... | |
| System.Threading.Tasks.Task< ResourceListOfAccessControlledResource > | ListAccessControlledResourcesAsync (string filter=default(string), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken)) |
| [EARLY ACCESS] Get resources available for access control More... | |
| System.Threading.Tasks.Task< ApiResponse< ResourceListOfAccessControlledResource > > | ListAccessControlledResourcesWithHttpInfoAsync (string filter=default(string), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken)) |
| [EARLY ACCESS] Get resources available for access control More... | |
Public Member Functions inherited from Lusid.Sdk.Client.IApiAccessor | |
| String | GetBasePath () |
| Gets the base path of the API client. More... | |
Additional Inherited Members | |
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... | |
Represents a collection of functions to interact with the API endpoints
| System.Threading.Tasks.Task<FileResponse> Lusid.Sdk.Api.IApplicationMetadataApiAsync.GetExcelAddinAsync | ( | string | version = default(string), |
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) |
||
| ) |
[EARLY ACCESS] Download Excel Addin
Download the LUSID Excel Addin for Microsoft Excel. Not providing a specific value will return the latest version being returned
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| version | The requested version of the Excel plugin (optional) |
| cancellationToken | Cancellation Token to cancel the request. |
Implemented in Lusid.Sdk.Api.ApplicationMetadataApi.
| System.Threading.Tasks.Task<ApiResponse<FileResponse> > Lusid.Sdk.Api.IApplicationMetadataApiAsync.GetExcelAddinWithHttpInfoAsync | ( | string | version = default(string), |
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) |
||
| ) |
[EARLY ACCESS] Download Excel Addin
Download the LUSID Excel Addin for Microsoft Excel. Not providing a specific value will return the latest version being returned
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| version | The requested version of the Excel plugin (optional) |
| cancellationToken | Cancellation Token to cancel the request. |
Implemented in Lusid.Sdk.Api.ApplicationMetadataApi.
| System.Threading.Tasks.Task<VersionSummaryDto> Lusid.Sdk.Api.IApplicationMetadataApiAsync.GetLusidVersionsAsync | ( | System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) | ) |
[EARLY ACCESS] Get LUSID versions
Get the semantic versions associated with LUSID and its ecosystem
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| cancellationToken | Cancellation Token to cancel the request. |
Implemented in Lusid.Sdk.Api.ApplicationMetadataApi.
| System.Threading.Tasks.Task<ApiResponse<VersionSummaryDto> > Lusid.Sdk.Api.IApplicationMetadataApiAsync.GetLusidVersionsWithHttpInfoAsync | ( | System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) | ) |
[EARLY ACCESS] Get LUSID versions
Get the semantic versions associated with LUSID and its ecosystem
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| cancellationToken | Cancellation Token to cancel the request. |
Implemented in Lusid.Sdk.Api.ApplicationMetadataApi.
| System.Threading.Tasks.Task<ResourceListOfAccessControlledResource> Lusid.Sdk.Api.IApplicationMetadataApiAsync.ListAccessControlledResourcesAsync | ( | string | filter = default(string), |
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) |
||
| ) |
[EARLY ACCESS] Get resources available for access control
Get the comprehensive set of resources that are available for access control
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| filter | Optional. Expression to filter the result set. For example, to filter on the Application, use "application eq 'string'" Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
| cancellationToken | Cancellation Token to cancel the request. |
Implemented in Lusid.Sdk.Api.ApplicationMetadataApi.
| System.Threading.Tasks.Task<ApiResponse<ResourceListOfAccessControlledResource> > Lusid.Sdk.Api.IApplicationMetadataApiAsync.ListAccessControlledResourcesWithHttpInfoAsync | ( | string | filter = default(string), |
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) |
||
| ) |
[EARLY ACCESS] Get resources available for access control
Get the comprehensive set of resources that are available for access control
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| filter | Optional. Expression to filter the result set. For example, to filter on the Application, use "application eq 'string'" Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
| cancellationToken | Cancellation Token to cancel the request. |
Implemented in Lusid.Sdk.Api.ApplicationMetadataApi.
1.8.13