LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...
Public Member Functions | |
CustomEntityDefinition | CreateCustomEntityDefinition (CustomEntityDefinitionRequest customEntityDefinitionRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] CreateCustomEntityDefinition: Define a new Custom Entity type. More... | |
Lusid.Sdk.Client.ApiResponse< CustomEntityDefinition > | CreateCustomEntityDefinitionWithHttpInfo (CustomEntityDefinitionRequest customEntityDefinitionRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] CreateCustomEntityDefinition: Define a new Custom Entity type. More... | |
CustomEntityDefinition | GetDefinition (string entityType, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetDefinition: Get a Custom Entity type definition. More... | |
Lusid.Sdk.Client.ApiResponse< CustomEntityDefinition > | GetDefinitionWithHttpInfo (string entityType, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetDefinition: Get a Custom Entity type definition. More... | |
PagedResourceListOfCustomEntityDefinition | ListCustomEntityDefinitions (DateTimeOffset? asAt=default(DateTimeOffset?), int? limit=default(int?), string? filter=default(string?), string? page=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListCustomEntityDefinitions: List the Custom Entity type definitions More... | |
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfCustomEntityDefinition > | ListCustomEntityDefinitionsWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), int? limit=default(int?), string? filter=default(string?), string? page=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListCustomEntityDefinitions: List the Custom Entity type definitions More... | |
CustomEntityDefinition | UpdateCustomEntityDefinition (string entityType, UpdateCustomEntityDefinitionRequest updateCustomEntityDefinitionRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpdateCustomEntityDefinition: Modify an existing Custom Entity type. More... | |
Lusid.Sdk.Client.ApiResponse< CustomEntityDefinition > | UpdateCustomEntityDefinitionWithHttpInfo (string entityType, UpdateCustomEntityDefinitionRequest updateCustomEntityDefinitionRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpdateCustomEntityDefinition: Modify an existing Custom Entity type. More... | |
Represents a collection of functions to interact with the API endpoints
CustomEntityDefinition Lusid.Sdk.Api.ICustomEntityDefinitionsApiSync.CreateCustomEntityDefinition | ( | CustomEntityDefinitionRequest | customEntityDefinitionRequest, |
int | operationIndex = 0 , |
||
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. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.CustomEntityDefinitionsApi.
Lusid.Sdk.Client.ApiResponse<CustomEntityDefinition> Lusid.Sdk.Api.ICustomEntityDefinitionsApiSync.CreateCustomEntityDefinitionWithHttpInfo | ( | CustomEntityDefinitionRequest | customEntityDefinitionRequest, |
int | operationIndex = 0 , |
||
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. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.CustomEntityDefinitionsApi.
CustomEntityDefinition Lusid.Sdk.Api.ICustomEntityDefinitionsApiSync.GetDefinition | ( | string | entityType, |
DateTimeOffset? | asAt = default(DateTimeOffset?) , |
||
int | operationIndex = 0 , |
||
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. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.CustomEntityDefinitionsApi.
Lusid.Sdk.Client.ApiResponse<CustomEntityDefinition> Lusid.Sdk.Api.ICustomEntityDefinitionsApiSync.GetDefinitionWithHttpInfo | ( | string | entityType, |
DateTimeOffset? | asAt = default(DateTimeOffset?) , |
||
int | operationIndex = 0 , |
||
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. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.CustomEntityDefinitionsApi.
PagedResourceListOfCustomEntityDefinition Lusid.Sdk.Api.ICustomEntityDefinitionsApiSync.ListCustomEntityDefinitions | ( | DateTimeOffset? | asAt = default(DateTimeOffset?) , |
int? | limit = default(int?) , |
||
string? | filter = default(string?) , |
||
string? | page = default(string?) , |
||
int | operationIndex = 0 , |
||
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. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.CustomEntityDefinitionsApi.
Lusid.Sdk.Client.ApiResponse<PagedResourceListOfCustomEntityDefinition> Lusid.Sdk.Api.ICustomEntityDefinitionsApiSync.ListCustomEntityDefinitionsWithHttpInfo | ( | DateTimeOffset? | asAt = default(DateTimeOffset?) , |
int? | limit = default(int?) , |
||
string? | filter = default(string?) , |
||
string? | page = default(string?) , |
||
int | operationIndex = 0 , |
||
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. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.CustomEntityDefinitionsApi.
CustomEntityDefinition Lusid.Sdk.Api.ICustomEntityDefinitionsApiSync.UpdateCustomEntityDefinition | ( | string | entityType, |
UpdateCustomEntityDefinitionRequest | updateCustomEntityDefinitionRequest, | ||
int | operationIndex = 0 , |
||
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. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.CustomEntityDefinitionsApi.
Lusid.Sdk.Client.ApiResponse<CustomEntityDefinition> Lusid.Sdk.Api.ICustomEntityDefinitionsApiSync.UpdateCustomEntityDefinitionWithHttpInfo | ( | string | entityType, |
UpdateCustomEntityDefinitionRequest | updateCustomEntityDefinitionRequest, | ||
int | operationIndex = 0 , |
||
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. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.CustomEntityDefinitionsApi.