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)
 [EARLY ACCESS] DeleteReferenceList: Delete Reference List More...
 
ApiResponse< DeletedEntityResponseDeleteReferenceListWithHttpInfo (string scope, string code, int operationIndex=0)
 [EARLY ACCESS] DeleteReferenceList: Delete Reference List More...
 
ReferenceListResponse GetReferenceList (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EARLY ACCESS] GetReferenceList: Get Reference List More...
 
ApiResponse< ReferenceListResponseGetReferenceListWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EARLY ACCESS] 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)
 [EARLY ACCESS] ListReferenceLists: List Reference Lists More...
 
ApiResponse< PagedResourceListOfReferenceListResponseListReferenceListsWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0)
 [EARLY ACCESS] ListReferenceLists: List Reference Lists More...
 
ReferenceListResponse UpsertReferenceList (ReferenceListRequest? referenceListRequest=default(ReferenceListRequest?), int operationIndex=0)
 [EARLY ACCESS] UpsertReferenceList: Upsert Reference List More...
 
ApiResponse< ReferenceListResponseUpsertReferenceListWithHttpInfo (ReferenceListRequest? referenceListRequest=default(ReferenceListRequest?), int operationIndex=0)
 [EARLY ACCESS] UpsertReferenceList: Upsert Reference List More...
 
- Public Member Functions inherited from Lusid.Sdk.Client.IApiAccessor
string GetBasePath ()
 Gets the base path of the API client. 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))
 [EARLY ACCESS] DeleteReferenceList: Delete Reference List More...
 
System.Threading.Tasks.Task< ApiResponse< DeletedEntityResponse > > DeleteReferenceListWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [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))
 [EARLY ACCESS] GetReferenceList: Get Reference List More...
 
System.Threading.Tasks.Task< ApiResponse< ReferenceListResponse > > GetReferenceListWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] 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))
 [EARLY ACCESS] ListReferenceLists: List Reference Lists More...
 
System.Threading.Tasks.Task< 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))
 [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))
 [EARLY ACCESS] UpsertReferenceList: Upsert Reference List More...
 
System.Threading.Tasks.Task< ApiResponse< ReferenceListResponse > > UpsertReferenceListWithHttpInfoAsync (ReferenceListRequest? referenceListRequest=default(ReferenceListRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] UpsertReferenceList: Upsert Reference List More...
 
- 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...
 

Detailed Description

Represents a collection of functions to interact with the API endpoints


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