LUSID C# SDK
Public Member Functions | List of all members
Lusid.Sdk.Api.IApplicationMetadataApiSync Interface Reference

Represents a collection of functions to interact with the API endpoints More...

Inheritance diagram for Lusid.Sdk.Api.IApplicationMetadataApiSync:
Inheritance graph
[legend]

Public Member Functions

FileResponse GetExcelAddin (string? version=default(string?), int operationIndex=0, ConfigurationOptions? opts=null)
 GetExcelAddin: Download Excel Addin More...
 
Lusid.Sdk.Client.ApiResponse< FileResponseGetExcelAddinWithHttpInfo (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< VersionSummaryDtoGetLusidVersionsWithHttpInfo (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< ResourceListOfAccessControlledResourceListAccessControlledResourcesWithHttpInfo (string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null)
 ListAccessControlledResources: Get resources available for access control More...
 

Detailed Description

Represents a collection of functions to interact with the API endpoints

Member Function Documentation

◆ GetExcelAddin()

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

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
versionThe requested version of the Excel plugin (optional)
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
FileResponse

Implemented in Lusid.Sdk.Api.ApplicationMetadataApi.

◆ GetExcelAddinWithHttpInfo()

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

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
versionThe requested version of the Excel plugin (optional)
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
ApiResponse of FileResponse

Implemented in Lusid.Sdk.Api.ApplicationMetadataApi.

◆ GetLusidVersions()

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

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
VersionSummaryDto

Implemented in Lusid.Sdk.Api.ApplicationMetadataApi.

◆ GetLusidVersionsWithHttpInfo()

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

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
ApiResponse of VersionSummaryDto

Implemented in Lusid.Sdk.Api.ApplicationMetadataApi.

◆ ListAccessControlledResources()

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

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
filterOptional. Expression to filter the result set. For example, to filter on the Application, use &quot;application eq &#39;string&#39;&quot; Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional)
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
ResourceListOfAccessControlledResource

Implemented in Lusid.Sdk.Api.ApplicationMetadataApi.

◆ ListAccessControlledResourcesWithHttpInfo()

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

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
filterOptional. Expression to filter the result set. For example, to filter on the Application, use &quot;application eq &#39;string&#39;&quot; Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional)
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
ApiResponse of ResourceListOfAccessControlledResource

Implemented in Lusid.Sdk.Api.ApplicationMetadataApi.


The documentation for this interface was generated from the following file: