|
LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...

Public Member Functions | |
| System.Threading.Tasks.Task< CustomEntityDefinition > | CreateCustomEntityDefinitionAsync (CustomEntityDefinitionRequest customEntityDefinitionRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] CreateCustomEntityDefinition: Define a new Custom Entity type. More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< CustomEntityDefinition > > | CreateCustomEntityDefinitionWithHttpInfoAsync (CustomEntityDefinitionRequest customEntityDefinitionRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] CreateCustomEntityDefinition: Define a new Custom Entity type. More... | |
| System.Threading.Tasks.Task< DeletedEntityResponse > | DeleteDefinitionAsync (string entityType, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] DeleteDefinition: Delete a Custom Entity type definition. More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > | DeleteDefinitionWithHttpInfoAsync (string entityType, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] DeleteDefinition: Delete a Custom Entity type definition. More... | |
| System.Threading.Tasks.Task< CustomEntityDefinition > | GetDefinitionAsync (string entityType, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] GetDefinition: Get a Custom Entity type definition. More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< CustomEntityDefinition > > | GetDefinitionWithHttpInfoAsync (string entityType, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] GetDefinition: Get a Custom Entity type definition. More... | |
| System.Threading.Tasks.Task< PagedResourceListOfCustomEntityDefinition > | ListCustomEntityDefinitionsAsync (DateTimeOffset? asAt=default(DateTimeOffset?), int? limit=default(int?), string? filter=default(string?), string? page=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] ListCustomEntityDefinitions: List the Custom Entity type definitions More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfCustomEntityDefinition > > | ListCustomEntityDefinitionsWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), int? limit=default(int?), string? filter=default(string?), string? page=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] ListCustomEntityDefinitions: List the Custom Entity type definitions More... | |
| System.Threading.Tasks.Task< CustomEntityDefinition > | UpdateCustomEntityDefinitionAsync (string entityType, UpdateCustomEntityDefinitionRequest updateCustomEntityDefinitionRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] UpdateCustomEntityDefinition: Modify an existing Custom Entity type. More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< CustomEntityDefinition > > | UpdateCustomEntityDefinitionWithHttpInfoAsync (string entityType, UpdateCustomEntityDefinitionRequest updateCustomEntityDefinitionRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] UpdateCustomEntityDefinition: Modify an existing Custom Entity type. More... | |
Represents a collection of functions to interact with the API endpoints
| System.Threading.Tasks.Task<CustomEntityDefinition> Lusid.Sdk.Api.ICustomEntityDefinitionsApiAsync.CreateCustomEntityDefinitionAsync | ( | CustomEntityDefinitionRequest | customEntityDefinitionRequest, |
| int | operationIndex = 0, |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken), |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EARLY ACCESS] CreateCustomEntityDefinition: 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 |
| customEntityDefinitionRequest | 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.CustomEntityDefinitionsApi.
| System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<CustomEntityDefinition> > Lusid.Sdk.Api.ICustomEntityDefinitionsApiAsync.CreateCustomEntityDefinitionWithHttpInfoAsync | ( | CustomEntityDefinitionRequest | customEntityDefinitionRequest, |
| int | operationIndex = 0, |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken), |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EARLY ACCESS] CreateCustomEntityDefinition: 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 |
| customEntityDefinitionRequest | 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.CustomEntityDefinitionsApi.
| System.Threading.Tasks.Task<DeletedEntityResponse> Lusid.Sdk.Api.ICustomEntityDefinitionsApiAsync.DeleteDefinitionAsync | ( | string | entityType, |
| int | operationIndex = 0, |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken), |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EARLY ACCESS] DeleteDefinition: Delete a Custom Entity type definition.
Delete a Custom Entity type definition by a specific entityType. This will delete all versions of the definition and all associated Custom Entities.
| 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. |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.CustomEntityDefinitionsApi.
| System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<DeletedEntityResponse> > Lusid.Sdk.Api.ICustomEntityDefinitionsApiAsync.DeleteDefinitionWithHttpInfoAsync | ( | string | entityType, |
| int | operationIndex = 0, |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken), |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EARLY ACCESS] DeleteDefinition: Delete a Custom Entity type definition.
Delete a Custom Entity type definition by a specific entityType. This will delete all versions of the definition and all associated Custom Entities.
| 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. |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.CustomEntityDefinitionsApi.
| System.Threading.Tasks.Task<CustomEntityDefinition> Lusid.Sdk.Api.ICustomEntityDefinitionsApiAsync.GetDefinitionAsync | ( | string | entityType, |
| DateTimeOffset? | asAt = default(DateTimeOffset?), |
||
| int | operationIndex = 0, |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken), |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EARLY ACCESS] GetDefinition: Get a Custom Entity type definition.
Retrieve a CustomEntityDefinition by a specific entityType 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.CustomEntityDefinitionsApi.
| System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<CustomEntityDefinition> > Lusid.Sdk.Api.ICustomEntityDefinitionsApiAsync.GetDefinitionWithHttpInfoAsync | ( | string | entityType, |
| DateTimeOffset? | asAt = default(DateTimeOffset?), |
||
| int | operationIndex = 0, |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken), |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EARLY ACCESS] GetDefinition: Get a Custom Entity type definition.
Retrieve a CustomEntityDefinition by a specific entityType 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.CustomEntityDefinitionsApi.
| System.Threading.Tasks.Task<PagedResourceListOfCustomEntityDefinition> Lusid.Sdk.Api.ICustomEntityDefinitionsApiAsync.ListCustomEntityDefinitionsAsync | ( | DateTimeOffset? | asAt = default(DateTimeOffset?), |
| int? | limit = default(int?), |
||
| string? | filter = default(string?), |
||
| string? | page = default(string?), |
||
| int | operationIndex = 0, |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken), |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EARLY ACCESS] ListCustomEntityDefinitions: List the Custom Entity type definitions
List all Custom Entity type definitions 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 portfolio 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) |
| 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 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.CustomEntityDefinitionsApi.
| System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<PagedResourceListOfCustomEntityDefinition> > Lusid.Sdk.Api.ICustomEntityDefinitionsApiAsync.ListCustomEntityDefinitionsWithHttpInfoAsync | ( | DateTimeOffset? | asAt = default(DateTimeOffset?), |
| int? | limit = default(int?), |
||
| string? | filter = default(string?), |
||
| string? | page = default(string?), |
||
| int | operationIndex = 0, |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken), |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EARLY ACCESS] ListCustomEntityDefinitions: List the Custom Entity type definitions
List all Custom Entity type definitions 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 portfolio 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) |
| 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 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.CustomEntityDefinitionsApi.
| System.Threading.Tasks.Task<CustomEntityDefinition> Lusid.Sdk.Api.ICustomEntityDefinitionsApiAsync.UpdateCustomEntityDefinitionAsync | ( | string | entityType, |
| UpdateCustomEntityDefinitionRequest | updateCustomEntityDefinitionRequest, | ||
| int | operationIndex = 0, |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken), |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EARLY ACCESS] UpdateCustomEntityDefinition: 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. |
| updateCustomEntityDefinitionRequest | 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.CustomEntityDefinitionsApi.
| System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<CustomEntityDefinition> > Lusid.Sdk.Api.ICustomEntityDefinitionsApiAsync.UpdateCustomEntityDefinitionWithHttpInfoAsync | ( | string | entityType, |
| UpdateCustomEntityDefinitionRequest | updateCustomEntityDefinitionRequest, | ||
| int | operationIndex = 0, |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken), |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EARLY ACCESS] UpdateCustomEntityDefinition: 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. |
| updateCustomEntityDefinitionRequest | 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.CustomEntityDefinitionsApi.