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

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

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

Public Member Functions

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...
 

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...
 

Detailed Description

Represents a collection of functions to interact with the API endpoints

Member Function Documentation

◆ DeleteReferenceList()

DeletedEntityResponse Lusid.Sdk.Api.IReferenceListsApiSync.DeleteReferenceList ( string  scope,
string  code,
int  operationIndex = 0 
)

[EARLY ACCESS] DeleteReferenceList: Delete Reference List

Delete a Reference List instance.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope to which the Reference List belongs.
codeThe Reference List&#39;s unique identifier.
operationIndexIndex associated with the operation.
Returns
DeletedEntityResponse

Implemented in Lusid.Sdk.Api.ReferenceListsApi.

◆ DeleteReferenceListWithHttpInfo()

ApiResponse<DeletedEntityResponse> Lusid.Sdk.Api.IReferenceListsApiSync.DeleteReferenceListWithHttpInfo ( string  scope,
string  code,
int  operationIndex = 0 
)

[EARLY ACCESS] DeleteReferenceList: Delete Reference List

Delete a Reference List instance.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope to which the Reference List belongs.
codeThe Reference List&#39;s unique identifier.
operationIndexIndex associated with the operation.
Returns
ApiResponse of DeletedEntityResponse

Implemented in Lusid.Sdk.Api.ReferenceListsApi.

◆ GetReferenceList()

ReferenceListResponse Lusid.Sdk.Api.IReferenceListsApiSync.GetReferenceList ( string  scope,
string  code,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0 
)

[EARLY ACCESS] GetReferenceList: Get Reference List

Retrieve a Reference List instance at a point in AsAt time.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope to which the Reference List belongs.
codeThe Reference List&#39;s unique identifier.
asAtThe asAt datetime at which to retrieve the Reference List. Defaults to return the latest version of the Reference List if not specified. (optional)
operationIndexIndex associated with the operation.
Returns
ReferenceListResponse

Implemented in Lusid.Sdk.Api.ReferenceListsApi.

◆ GetReferenceListWithHttpInfo()

ApiResponse<ReferenceListResponse> Lusid.Sdk.Api.IReferenceListsApiSync.GetReferenceListWithHttpInfo ( string  scope,
string  code,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0 
)

[EARLY ACCESS] GetReferenceList: Get Reference List

Retrieve a Reference List instance at a point in AsAt time.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope to which the Reference List belongs.
codeThe Reference List&#39;s unique identifier.
asAtThe asAt datetime at which to retrieve the Reference List. Defaults to return the latest version of the Reference List if not specified. (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of ReferenceListResponse

Implemented in Lusid.Sdk.Api.ReferenceListsApi.

◆ ListReferenceLists()

PagedResourceListOfReferenceListResponse Lusid.Sdk.Api.IReferenceListsApiSync.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

List all the Reference Lists matching particular criteria.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to list Reference Lists. Defaults to return the latest version of Reference Lists if not specified. (optional)
pageThe pagination token to use to continue listing Reference Lists from a previous call to list Reference Lists. This value is returned from the previous call. If a pagination token is provided, the filter, limit and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the number of returned results to this number. Defaults to 100 if not specified. (optional)
filterExpression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional)
operationIndexIndex associated with the operation.
Returns
PagedResourceListOfReferenceListResponse

Implemented in Lusid.Sdk.Api.ReferenceListsApi.

◆ ListReferenceListsWithHttpInfo()

ApiResponse<PagedResourceListOfReferenceListResponse> Lusid.Sdk.Api.IReferenceListsApiSync.ListReferenceListsWithHttpInfo ( 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

List all the Reference Lists matching particular criteria.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to list Reference Lists. Defaults to return the latest version of Reference Lists if not specified. (optional)
pageThe pagination token to use to continue listing Reference Lists from a previous call to list Reference Lists. This value is returned from the previous call. If a pagination token is provided, the filter, limit and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the number of returned results to this number. Defaults to 100 if not specified. (optional)
filterExpression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of PagedResourceListOfReferenceListResponse

Implemented in Lusid.Sdk.Api.ReferenceListsApi.

◆ UpsertReferenceList()

ReferenceListResponse Lusid.Sdk.Api.IReferenceListsApiSync.UpsertReferenceList ( ReferenceListRequest referenceListRequest = default(ReferenceListRequest?),
int  operationIndex = 0 
)

[EARLY ACCESS] UpsertReferenceList: Upsert Reference List

Insert the Reference List if it does not exist or update the Reference List with the supplied state if it does exist.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
referenceListRequestThe payload describing the Reference List instance. (optional)
operationIndexIndex associated with the operation.
Returns
ReferenceListResponse

Implemented in Lusid.Sdk.Api.ReferenceListsApi.

◆ UpsertReferenceListWithHttpInfo()

ApiResponse<ReferenceListResponse> Lusid.Sdk.Api.IReferenceListsApiSync.UpsertReferenceListWithHttpInfo ( ReferenceListRequest referenceListRequest = default(ReferenceListRequest?),
int  operationIndex = 0 
)

[EARLY ACCESS] UpsertReferenceList: Upsert Reference List

Insert the Reference List if it does not exist or update the Reference List with the supplied state if it does exist.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
referenceListRequestThe payload describing the Reference List instance. (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of ReferenceListResponse

Implemented in Lusid.Sdk.Api.ReferenceListsApi.


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