LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...
Public Member Functions | |
System.Threading.Tasks.Task< CustomEntityType > | CreateCustomEntityTypeAsync (CreateCustomEntityTypeRequest createCustomEntityTypeRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] CreateCustomEntityType: Define a new Custom Entity Type. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< CustomEntityType > > | CreateCustomEntityTypeWithHttpInfoAsync (CreateCustomEntityTypeRequest createCustomEntityTypeRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] CreateCustomEntityType: Define a new Custom Entity Type. More... | |
System.Threading.Tasks.Task< CustomEntityType > | GetCustomEntityTypeAsync (string entityType, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetCustomEntityType: Get a Custom Entity Type. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< CustomEntityType > > | GetCustomEntityTypeWithHttpInfoAsync (string entityType, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetCustomEntityType: Get a Custom Entity Type. More... | |
System.Threading.Tasks.Task< PagedResourceListOfCustomEntityType > | ListCustomEntityTypesAsync (DateTimeOffset? asAt=default(DateTimeOffset?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), string? page=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListCustomEntityTypes: List Custom Entity Types. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfCustomEntityType > > | ListCustomEntityTypesWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), string? page=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListCustomEntityTypes: List Custom Entity Types. More... | |
System.Threading.Tasks.Task< CustomEntityType > | UpdateCustomEntityTypeAsync (string entityType, UpdateCustomEntityTypeRequest updateCustomEntityTypeRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpdateCustomEntityType: Modify an existing Custom Entity Type. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< CustomEntityType > > | UpdateCustomEntityTypeWithHttpInfoAsync (string entityType, UpdateCustomEntityTypeRequest updateCustomEntityTypeRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpdateCustomEntityType: Modify an existing Custom Entity Type. More... | |
Represents a collection of functions to interact with the API endpoints
System.Threading.Tasks.Task<CustomEntityType> Lusid.Sdk.Api.ICustomEntityTypesApiAsync.CreateCustomEntityTypeAsync | ( | CreateCustomEntityTypeRequest | createCustomEntityTypeRequest, |
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EARLY ACCESS] CreateCustomEntityType: Define a new Custom Entity Type.
The API will return a Bad Request if the Custom Entity Type already exists.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
createCustomEntityTypeRequest | The payload containing the description of the Custom Entity Type. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.CustomEntityTypesApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<CustomEntityType> > Lusid.Sdk.Api.ICustomEntityTypesApiAsync.CreateCustomEntityTypeWithHttpInfoAsync | ( | CreateCustomEntityTypeRequest | createCustomEntityTypeRequest, |
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EARLY ACCESS] CreateCustomEntityType: Define a new Custom Entity Type.
The API will return a Bad Request if the Custom Entity Type already exists.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
createCustomEntityTypeRequest | The payload containing the description of the Custom Entity Type. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.CustomEntityTypesApi.
System.Threading.Tasks.Task<CustomEntityType> Lusid.Sdk.Api.ICustomEntityTypesApiAsync.GetCustomEntityTypeAsync | ( | string | entityType, |
DateTimeOffset? | asAt = default(DateTimeOffset?) , |
||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EARLY ACCESS] GetCustomEntityType: Get a Custom Entity Type.
Retrieve a specific Custom Entity Type at a point in AsAt time.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
entityType | The identifier for the Custom Entity Type, derived from the "entityTypeName" provided on creation. |
asAt | The AsAt datetime at which to retrieve the definition. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.CustomEntityTypesApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<CustomEntityType> > Lusid.Sdk.Api.ICustomEntityTypesApiAsync.GetCustomEntityTypeWithHttpInfoAsync | ( | string | entityType, |
DateTimeOffset? | asAt = default(DateTimeOffset?) , |
||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EARLY ACCESS] GetCustomEntityType: Get a Custom Entity Type.
Retrieve a specific Custom Entity Type at a point in AsAt time.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
entityType | The identifier for the Custom Entity Type, derived from the "entityTypeName" provided on creation. |
asAt | The AsAt datetime at which to retrieve the definition. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.CustomEntityTypesApi.
System.Threading.Tasks.Task<PagedResourceListOfCustomEntityType> Lusid.Sdk.Api.ICustomEntityTypesApiAsync.ListCustomEntityTypesAsync | ( | DateTimeOffset? | asAt = default(DateTimeOffset?) , |
int? | limit = default(int?) , |
||
string? | filter = default(string?) , |
||
List< string >? | sortBy = default(List< string >?) , |
||
string? | page = default(string?) , |
||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EARLY ACCESS] ListCustomEntityTypes: List Custom Entity Types.
List all Custom Entity Types matching particular criteria.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to list the entities. Defaults to returning the latest version of each Custom Entity Type if not specified. (optional) |
limit | When paginating, limit the results to this number. Defaults to 100 if not specified. (optional) |
filter | Expression to filter the results. For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional) |
sortBy | A list of field names to sort by, each suffixed by " ASC" or " DESC" (optional) |
page | The pagination token to use to continue listing entities; this value is returned from the previous call. If a pagination token is provided, the filter, limit, sortBy, and asAt fields must not have changed since the original request. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.CustomEntityTypesApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<PagedResourceListOfCustomEntityType> > Lusid.Sdk.Api.ICustomEntityTypesApiAsync.ListCustomEntityTypesWithHttpInfoAsync | ( | DateTimeOffset? | asAt = default(DateTimeOffset?) , |
int? | limit = default(int?) , |
||
string? | filter = default(string?) , |
||
List< string >? | sortBy = default(List< string >?) , |
||
string? | page = default(string?) , |
||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EARLY ACCESS] ListCustomEntityTypes: List Custom Entity Types.
List all Custom Entity Types matching particular criteria.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to list the entities. Defaults to returning the latest version of each Custom Entity Type if not specified. (optional) |
limit | When paginating, limit the results to this number. Defaults to 100 if not specified. (optional) |
filter | Expression to filter the results. For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional) |
sortBy | A list of field names to sort by, each suffixed by " ASC" or " DESC" (optional) |
page | The pagination token to use to continue listing entities; this value is returned from the previous call. If a pagination token is provided, the filter, limit, sortBy, and asAt fields must not have changed since the original request. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.CustomEntityTypesApi.
System.Threading.Tasks.Task<CustomEntityType> Lusid.Sdk.Api.ICustomEntityTypesApiAsync.UpdateCustomEntityTypeAsync | ( | string | entityType, |
UpdateCustomEntityTypeRequest | updateCustomEntityTypeRequest, | ||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EARLY ACCESS] UpdateCustomEntityType: Modify an existing Custom Entity Type.
The API will return a Bad Request if the Custom Entity Type does not exist.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
entityType | The identifier for the Custom Entity Type, derived from the "entityTypeName" provided on creation. |
updateCustomEntityTypeRequest | The payload containing the description of the Custom Entity Type. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.CustomEntityTypesApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<CustomEntityType> > Lusid.Sdk.Api.ICustomEntityTypesApiAsync.UpdateCustomEntityTypeWithHttpInfoAsync | ( | string | entityType, |
UpdateCustomEntityTypeRequest | updateCustomEntityTypeRequest, | ||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EARLY ACCESS] UpdateCustomEntityType: Modify an existing Custom Entity Type.
The API will return a Bad Request if the Custom Entity Type does not exist.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
entityType | The identifier for the Custom Entity Type, derived from the "entityTypeName" provided on creation. |
updateCustomEntityTypeRequest | The payload containing the description of the Custom Entity Type. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.CustomEntityTypesApi.