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

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

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

Public Member Functions

RelationshipDefinition CreateRelationshipDefinition (CreateRelationshipDefinitionRequest createRelationshipDefinitionRequest, int operationIndex=0)
 [EARLY ACCESS] CreateRelationshipDefinition: Create Relationship Definition More...
 
ApiResponse< RelationshipDefinitionCreateRelationshipDefinitionWithHttpInfo (CreateRelationshipDefinitionRequest createRelationshipDefinitionRequest, int operationIndex=0)
 [EARLY ACCESS] CreateRelationshipDefinition: Create Relationship Definition More...
 
DeletedEntityResponse DeleteRelationshipDefinition (string scope, string code, int operationIndex=0)
 [EARLY ACCESS] DeleteRelationshipDefinition: Delete Relationship Definition More...
 
ApiResponse< DeletedEntityResponseDeleteRelationshipDefinitionWithHttpInfo (string scope, string code, int operationIndex=0)
 [EARLY ACCESS] DeleteRelationshipDefinition: Delete Relationship Definition More...
 
RelationshipDefinition GetRelationshipDefinition (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EARLY ACCESS] GetRelationshipDefinition: Get relationship definition More...
 
ApiResponse< RelationshipDefinitionGetRelationshipDefinitionWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EARLY ACCESS] GetRelationshipDefinition: Get relationship definition More...
 
PagedResourceListOfRelationshipDefinition ListRelationshipDefinitions (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0)
 [EARLY ACCESS] ListRelationshipDefinitions: List relationship definitions More...
 
ApiResponse< PagedResourceListOfRelationshipDefinitionListRelationshipDefinitionsWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0)
 [EARLY ACCESS] ListRelationshipDefinitions: List relationship definitions More...
 
RelationshipDefinition UpdateRelationshipDefinition (string scope, string code, UpdateRelationshipDefinitionRequest updateRelationshipDefinitionRequest, int operationIndex=0)
 [EARLY ACCESS] UpdateRelationshipDefinition: Update Relationship Definition More...
 
ApiResponse< RelationshipDefinitionUpdateRelationshipDefinitionWithHttpInfo (string scope, string code, UpdateRelationshipDefinitionRequest updateRelationshipDefinitionRequest, int operationIndex=0)
 [EARLY ACCESS] UpdateRelationshipDefinition: Update Relationship Definition 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

◆ CreateRelationshipDefinition()

RelationshipDefinition Lusid.Sdk.Api.IRelationshipDefinitionsApiSync.CreateRelationshipDefinition ( CreateRelationshipDefinitionRequest  createRelationshipDefinitionRequest,
int  operationIndex = 0 
)

[EARLY ACCESS] CreateRelationshipDefinition: Create Relationship Definition

Create a new relationship definition to be used for creating relationships between entities.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
createRelationshipDefinitionRequestThe definition of the new relationship.
operationIndexIndex associated with the operation.
Returns
RelationshipDefinition

Implemented in Lusid.Sdk.Api.RelationshipDefinitionsApi.

◆ CreateRelationshipDefinitionWithHttpInfo()

ApiResponse<RelationshipDefinition> Lusid.Sdk.Api.IRelationshipDefinitionsApiSync.CreateRelationshipDefinitionWithHttpInfo ( CreateRelationshipDefinitionRequest  createRelationshipDefinitionRequest,
int  operationIndex = 0 
)

[EARLY ACCESS] CreateRelationshipDefinition: Create Relationship Definition

Create a new relationship definition to be used for creating relationships between entities.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
createRelationshipDefinitionRequestThe definition of the new relationship.
operationIndexIndex associated with the operation.
Returns
ApiResponse of RelationshipDefinition

Implemented in Lusid.Sdk.Api.RelationshipDefinitionsApi.

◆ DeleteRelationshipDefinition()

DeletedEntityResponse Lusid.Sdk.Api.IRelationshipDefinitionsApiSync.DeleteRelationshipDefinition ( string  scope,
string  code,
int  operationIndex = 0 
)

[EARLY ACCESS] DeleteRelationshipDefinition: Delete Relationship Definition

Delete the definition of the specified relationship.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the relationship definition to be deleted.
codeThe code of the relationship definition to be deleted. Together with the domain and scope this uniquely identifies the relationship.
operationIndexIndex associated with the operation.
Returns
DeletedEntityResponse

Implemented in Lusid.Sdk.Api.RelationshipDefinitionsApi.

◆ DeleteRelationshipDefinitionWithHttpInfo()

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

[EARLY ACCESS] DeleteRelationshipDefinition: Delete Relationship Definition

Delete the definition of the specified relationship.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the relationship definition to be deleted.
codeThe code of the relationship definition to be deleted. Together with the domain and scope this uniquely identifies the relationship.
operationIndexIndex associated with the operation.
Returns
ApiResponse of DeletedEntityResponse

Implemented in Lusid.Sdk.Api.RelationshipDefinitionsApi.

◆ GetRelationshipDefinition()

RelationshipDefinition Lusid.Sdk.Api.IRelationshipDefinitionsApiSync.GetRelationshipDefinition ( string  scope,
string  code,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0 
)

[EARLY ACCESS] GetRelationshipDefinition: Get relationship definition

Retrieve the specified relationship definition

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the specified relationship definition.
codeThe code of the specified relationship definition. Together with the domain and scope this uniquely identifies the relationship definition.
asAtThe asAt datetime at which to retrieve the relationship definition. Defaults to return the latest version of the definition if not specified. (optional)
operationIndexIndex associated with the operation.
Returns
RelationshipDefinition

Implemented in Lusid.Sdk.Api.RelationshipDefinitionsApi.

◆ GetRelationshipDefinitionWithHttpInfo()

ApiResponse<RelationshipDefinition> Lusid.Sdk.Api.IRelationshipDefinitionsApiSync.GetRelationshipDefinitionWithHttpInfo ( string  scope,
string  code,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0 
)

[EARLY ACCESS] GetRelationshipDefinition: Get relationship definition

Retrieve the specified relationship definition

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the specified relationship definition.
codeThe code of the specified relationship definition. Together with the domain and scope this uniquely identifies the relationship definition.
asAtThe asAt datetime at which to retrieve the relationship definition. Defaults to return the latest version of the definition if not specified. (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of RelationshipDefinition

Implemented in Lusid.Sdk.Api.RelationshipDefinitionsApi.

◆ ListRelationshipDefinitions()

PagedResourceListOfRelationshipDefinition Lusid.Sdk.Api.IRelationshipDefinitionsApiSync.ListRelationshipDefinitions ( DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  page = default(string?),
int?  limit = default(int?),
string?  filter = default(string?),
List< string >?  sortBy = default(List< string >?),
int  operationIndex = 0 
)

[EARLY ACCESS] ListRelationshipDefinitions: List relationship definitions

Retrieve one or more specified relationship definitions.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to retrieve the relationship definitions. Defaults to return the latest version of each definition if not specified. (optional)
pageThe pagination token to use to continue listing relationship definitions from a previous call to list relationship definitions. This value is returned from the previous call. If a pagination token is provided the filter, sortBy and asAt field must not have changed since the original request. (optional)
limitWhen paginating, limit the number of returned results to this many. Defaults to 100 if not specified. (optional)
filterExpression to filter the result set. For example, to filter on the Scope, use &quot;scope eq &#39;ExampleScope&#39;&quot; Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional)
sortByA list of field names to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot; (optional)
operationIndexIndex associated with the operation.
Returns
PagedResourceListOfRelationshipDefinition

Implemented in Lusid.Sdk.Api.RelationshipDefinitionsApi.

◆ ListRelationshipDefinitionsWithHttpInfo()

ApiResponse<PagedResourceListOfRelationshipDefinition> Lusid.Sdk.Api.IRelationshipDefinitionsApiSync.ListRelationshipDefinitionsWithHttpInfo ( DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  page = default(string?),
int?  limit = default(int?),
string?  filter = default(string?),
List< string >?  sortBy = default(List< string >?),
int  operationIndex = 0 
)

[EARLY ACCESS] ListRelationshipDefinitions: List relationship definitions

Retrieve one or more specified relationship definitions.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to retrieve the relationship definitions. Defaults to return the latest version of each definition if not specified. (optional)
pageThe pagination token to use to continue listing relationship definitions from a previous call to list relationship definitions. This value is returned from the previous call. If a pagination token is provided the filter, sortBy and asAt field must not have changed since the original request. (optional)
limitWhen paginating, limit the number of returned results to this many. Defaults to 100 if not specified. (optional)
filterExpression to filter the result set. For example, to filter on the Scope, use &quot;scope eq &#39;ExampleScope&#39;&quot; Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional)
sortByA list of field names to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot; (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of PagedResourceListOfRelationshipDefinition

Implemented in Lusid.Sdk.Api.RelationshipDefinitionsApi.

◆ UpdateRelationshipDefinition()

RelationshipDefinition Lusid.Sdk.Api.IRelationshipDefinitionsApiSync.UpdateRelationshipDefinition ( string  scope,
string  code,
UpdateRelationshipDefinitionRequest  updateRelationshipDefinitionRequest,
int  operationIndex = 0 
)

[EARLY ACCESS] UpdateRelationshipDefinition: Update Relationship Definition

Update the definition of a specified existing relationship. Not all elements within a relationship definition are modifiable due to the potential implications for values already stored against the relationship.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the relationship definition being updated.
codeThe code of the relationship definition being updated. Together with the scope this uniquely identifies the relationship definition.
updateRelationshipDefinitionRequestThe details of relationship definition to update.
operationIndexIndex associated with the operation.
Returns
RelationshipDefinition

Implemented in Lusid.Sdk.Api.RelationshipDefinitionsApi.

◆ UpdateRelationshipDefinitionWithHttpInfo()

ApiResponse<RelationshipDefinition> Lusid.Sdk.Api.IRelationshipDefinitionsApiSync.UpdateRelationshipDefinitionWithHttpInfo ( string  scope,
string  code,
UpdateRelationshipDefinitionRequest  updateRelationshipDefinitionRequest,
int  operationIndex = 0 
)

[EARLY ACCESS] UpdateRelationshipDefinition: Update Relationship Definition

Update the definition of a specified existing relationship. Not all elements within a relationship definition are modifiable due to the potential implications for values already stored against the relationship.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the relationship definition being updated.
codeThe code of the relationship definition being updated. Together with the scope this uniquely identifies the relationship definition.
updateRelationshipDefinitionRequestThe details of relationship definition to update.
operationIndexIndex associated with the operation.
Returns
ApiResponse of RelationshipDefinition

Implemented in Lusid.Sdk.Api.RelationshipDefinitionsApi.


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