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

Public Member Functions | |
| FileResponse | GetExcelAddin (string? version=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetExcelAddin: Download Excel Addin More... | |
| Lusid.Sdk.Client.ApiResponse< FileResponse > | GetExcelAddinWithHttpInfo (string? version=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetExcelAddin: Download Excel Addin More... | |
| VersionSummaryDto | GetLusidVersions (int operationIndex=0, ConfigurationOptions? opts=null) |
| GetLusidVersions: Get LUSID versions More... | |
| Lusid.Sdk.Client.ApiResponse< VersionSummaryDto > | GetLusidVersionsWithHttpInfo (int operationIndex=0, ConfigurationOptions? opts=null) |
| GetLusidVersions: Get LUSID versions More... | |
| ResourceListOfAccessControlledResource | ListAccessControlledResources (string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| ListAccessControlledResources: Get resources available for access control More... | |
| Lusid.Sdk.Client.ApiResponse< ResourceListOfAccessControlledResource > | ListAccessControlledResourcesWithHttpInfo (string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| ListAccessControlledResources: Get resources available for access control More... | |
Represents a collection of functions to interact with the API endpoints
| FileResponse Lusid.Sdk.Api.IApplicationMetadataApiSync.GetExcelAddin | ( | string? | version = default(string?), |
| int | operationIndex = 0, |
||
| ConfigurationOptions? | opts = null |
||
| ) |
GetExcelAddin: 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) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ApplicationMetadataApi.
| Lusid.Sdk.Client.ApiResponse<FileResponse> Lusid.Sdk.Api.IApplicationMetadataApiSync.GetExcelAddinWithHttpInfo | ( | string? | version = default(string?), |
| int | operationIndex = 0, |
||
| ConfigurationOptions? | opts = null |
||
| ) |
GetExcelAddin: 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) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ApplicationMetadataApi.
| VersionSummaryDto Lusid.Sdk.Api.IApplicationMetadataApiSync.GetLusidVersions | ( | int | operationIndex = 0, |
| ConfigurationOptions? | opts = null |
||
| ) |
GetLusidVersions: Get LUSID versions
Get the semantic versions associated with LUSID and its ecosystem
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ApplicationMetadataApi.
| Lusid.Sdk.Client.ApiResponse<VersionSummaryDto> Lusid.Sdk.Api.IApplicationMetadataApiSync.GetLusidVersionsWithHttpInfo | ( | int | operationIndex = 0, |
| ConfigurationOptions? | opts = null |
||
| ) |
GetLusidVersions: Get LUSID versions
Get the semantic versions associated with LUSID and its ecosystem
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ApplicationMetadataApi.
| ResourceListOfAccessControlledResource Lusid.Sdk.Api.IApplicationMetadataApiSync.ListAccessControlledResources | ( | string? | filter = default(string?), |
| int | operationIndex = 0, |
||
| ConfigurationOptions? | opts = null |
||
| ) |
ListAccessControlledResources: 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) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ApplicationMetadataApi.
| Lusid.Sdk.Client.ApiResponse<ResourceListOfAccessControlledResource> Lusid.Sdk.Api.IApplicationMetadataApiSync.ListAccessControlledResourcesWithHttpInfo | ( | string? | filter = default(string?), |
| int | operationIndex = 0, |
||
| ConfigurationOptions? | opts = null |
||
| ) |
ListAccessControlledResources: 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) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ApplicationMetadataApi.