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

Public Member Functions | |
| FileResponse | GetExcelAddin (string version=default(string)) |
| [EARLY ACCESS] Download Excel Addin More... | |
| ApiResponse< FileResponse > | GetExcelAddinWithHttpInfo (string version=default(string)) |
| [EARLY ACCESS] Download Excel Addin More... | |
| VersionSummaryDto | GetLusidVersions () |
| [EARLY ACCESS] Get LUSID versions More... | |
| ApiResponse< VersionSummaryDto > | GetLusidVersionsWithHttpInfo () |
| [EARLY ACCESS] Get LUSID versions More... | |
| ResourceListOfAccessControlledResource | ListAccessControlledResources (string filter=default(string)) |
| [EARLY ACCESS] Get resources available for access control More... | |
| ApiResponse< ResourceListOfAccessControlledResource > | ListAccessControlledResourcesWithHttpInfo (string filter=default(string)) |
| [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
| FileResponse Lusid.Sdk.Api.IApplicationMetadataApiSync.GetExcelAddin | ( | string | version = default(string) | ) |
[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) |
Implemented in Lusid.Sdk.Api.ApplicationMetadataApi.
| ApiResponse<FileResponse> Lusid.Sdk.Api.IApplicationMetadataApiSync.GetExcelAddinWithHttpInfo | ( | string | version = default(string) | ) |
[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) |
Implemented in Lusid.Sdk.Api.ApplicationMetadataApi.
| VersionSummaryDto Lusid.Sdk.Api.IApplicationMetadataApiSync.GetLusidVersions | ( | ) |
[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 |
Implemented in Lusid.Sdk.Api.ApplicationMetadataApi.
| ApiResponse<VersionSummaryDto> Lusid.Sdk.Api.IApplicationMetadataApiSync.GetLusidVersionsWithHttpInfo | ( | ) |
[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 |
Implemented in Lusid.Sdk.Api.ApplicationMetadataApi.
| ResourceListOfAccessControlledResource Lusid.Sdk.Api.IApplicationMetadataApiSync.ListAccessControlledResources | ( | string | filter = default(string) | ) |
[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) |
Implemented in Lusid.Sdk.Api.ApplicationMetadataApi.
| ApiResponse<ResourceListOfAccessControlledResource> Lusid.Sdk.Api.IApplicationMetadataApiSync.ListAccessControlledResourcesWithHttpInfo | ( | string | filter = default(string) | ) |
[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) |
Implemented in Lusid.Sdk.Api.ApplicationMetadataApi.
1.8.13