LUSID C# SDK
List of all members
Lusid.Sdk.Api.IReferenceListsApi Interface Reference

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

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

Additional Inherited Members

- Public Member Functions inherited from Lusid.Sdk.Api.IReferenceListsApiSync
DeletedEntityResponse DeleteReferenceList (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] DeleteReferenceList: Delete Reference List More...
 
Lusid.Sdk.Client.ApiResponse< DeletedEntityResponseDeleteReferenceListWithHttpInfo (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] DeleteReferenceList: Delete Reference List More...
 
ReferenceListResponse GetReferenceList (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null)
 GetReferenceList: Get Reference List More...
 
Lusid.Sdk.Client.ApiResponse< ReferenceListResponseGetReferenceListWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null)
 GetReferenceList: Get Reference List 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 More...
 
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfReferenceListResponseListReferenceListsWithHttpInfo (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 More...
 
ReferenceListResponse UpsertReferenceList (ReferenceListRequest? referenceListRequest=default(ReferenceListRequest?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] UpsertReferenceList: Upsert Reference List More...
 
Lusid.Sdk.Client.ApiResponse< ReferenceListResponseUpsertReferenceListWithHttpInfo (ReferenceListRequest? referenceListRequest=default(ReferenceListRequest?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] UpsertReferenceList: Upsert Reference List More...
 
- Public Member Functions inherited from Lusid.Sdk.Api.IReferenceListsApiAsync
System.Threading.Tasks.Task< DeletedEntityResponseDeleteReferenceListAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] DeleteReferenceList: Delete Reference List More...
 
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 More...
 
System.Threading.Tasks.Task< ReferenceListResponseGetReferenceListAsync (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 More...
 
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 More...
 
System.Threading.Tasks.Task< PagedResourceListOfReferenceListResponseListReferenceListsAsync (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 More...
 
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 More...
 
System.Threading.Tasks.Task< ReferenceListResponseUpsertReferenceListAsync (ReferenceListRequest? referenceListRequest=default(ReferenceListRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] UpsertReferenceList: Upsert Reference List More...
 
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 More...
 

Detailed Description

Represents a collection of functions to interact with the API endpoints


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