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

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

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

Public Member Functions

StagedModification AddDecision (string id, StagedModificationDecisionRequest stagedModificationDecisionRequest, int operationIndex=0)
 [EXPERIMENTAL] AddDecision: AddDecision More...
 
ApiResponse< StagedModificationAddDecisionWithHttpInfo (string id, StagedModificationDecisionRequest stagedModificationDecisionRequest, int operationIndex=0)
 [EXPERIMENTAL] AddDecision: AddDecision More...
 
StagedModification GetStagedModification (string id, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EXPERIMENTAL] GetStagedModification: GetStagedModification More...
 
ApiResponse< StagedModificationGetStagedModificationWithHttpInfo (string id, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EXPERIMENTAL] GetStagedModification: GetStagedModification More...
 
PagedResourceListOfStagedModificationsRequestedChangeInterval ListRequestedChanges (string id, 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)
 [EXPERIMENTAL] ListRequestedChanges: ListRequestedChanges More...
 
ApiResponse< PagedResourceListOfStagedModificationsRequestedChangeIntervalListRequestedChangesWithHttpInfo (string id, 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)
 [EXPERIMENTAL] ListRequestedChanges: ListRequestedChanges More...
 
PagedResourceListOfStagedModification ListStagedModifications (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)
 [EXPERIMENTAL] ListStagedModifications: ListStagedModifications More...
 
ApiResponse< PagedResourceListOfStagedModificationListStagedModificationsWithHttpInfo (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)
 [EXPERIMENTAL] ListStagedModifications: ListStagedModifications 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

◆ AddDecision()

StagedModification Lusid.Sdk.Api.IStagedModificationsApiSync.AddDecision ( string  id,
StagedModificationDecisionRequest  stagedModificationDecisionRequest,
int  operationIndex = 0 
)

[EXPERIMENTAL] AddDecision: AddDecision

Add decision to staged modification, Approve or Reject.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
idUnique Id for a staged modification..
stagedModificationDecisionRequestThe decision on the requested staged modification, &quot;Approve&quot; or &quot;Reject&quot;.
operationIndexIndex associated with the operation.
Returns
StagedModification

Implemented in Lusid.Sdk.Api.StagedModificationsApi.

◆ AddDecisionWithHttpInfo()

ApiResponse<StagedModification> Lusid.Sdk.Api.IStagedModificationsApiSync.AddDecisionWithHttpInfo ( string  id,
StagedModificationDecisionRequest  stagedModificationDecisionRequest,
int  operationIndex = 0 
)

[EXPERIMENTAL] AddDecision: AddDecision

Add decision to staged modification, Approve or Reject.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
idUnique Id for a staged modification..
stagedModificationDecisionRequestThe decision on the requested staged modification, &quot;Approve&quot; or &quot;Reject&quot;.
operationIndexIndex associated with the operation.
Returns
ApiResponse of StagedModification

Implemented in Lusid.Sdk.Api.StagedModificationsApi.

◆ GetStagedModification()

StagedModification Lusid.Sdk.Api.IStagedModificationsApiSync.GetStagedModification ( string  id,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0 
)

[EXPERIMENTAL] GetStagedModification: GetStagedModification

Retrieve the details of a staged modification.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
idThe unique identifier for a staged modification.
asAtThe asAt datetime at which to retrieve the staged modification. Defaults to latest if not specified. (optional)
operationIndexIndex associated with the operation.
Returns
StagedModification

Implemented in Lusid.Sdk.Api.StagedModificationsApi.

◆ GetStagedModificationWithHttpInfo()

ApiResponse<StagedModification> Lusid.Sdk.Api.IStagedModificationsApiSync.GetStagedModificationWithHttpInfo ( string  id,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0 
)

[EXPERIMENTAL] GetStagedModification: GetStagedModification

Retrieve the details of a staged modification.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
idThe unique identifier for a staged modification.
asAtThe asAt datetime at which to retrieve the staged modification. Defaults to latest if not specified. (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of StagedModification

Implemented in Lusid.Sdk.Api.StagedModificationsApi.

◆ ListRequestedChanges()

PagedResourceListOfStagedModificationsRequestedChangeInterval Lusid.Sdk.Api.IStagedModificationsApiSync.ListRequestedChanges ( string  id,
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 
)

[EXPERIMENTAL] ListRequestedChanges: ListRequestedChanges

List the requested changes for a staged modification.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
idUnique Id for a staged modification..
asAtThe asAt datetime at which to list changes. Defaults to return the latest version of each staged change if not specified. (optional)
pageThe pagination token to use to continue listing requested staged modification changes from a previous call to list requested staged modifications. This value is returned from the previous call. If a pagination token is provided the filter, effectiveAt and asAt fields 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. Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional)
sortByA list of field names suffixed by &quot; ASC&quot; or &quot; DESC&quot; (optional)
operationIndexIndex associated with the operation.
Returns
PagedResourceListOfStagedModificationsRequestedChangeInterval

Implemented in Lusid.Sdk.Api.StagedModificationsApi.

◆ ListRequestedChangesWithHttpInfo()

ApiResponse<PagedResourceListOfStagedModificationsRequestedChangeInterval> Lusid.Sdk.Api.IStagedModificationsApiSync.ListRequestedChangesWithHttpInfo ( string  id,
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 
)

[EXPERIMENTAL] ListRequestedChanges: ListRequestedChanges

List the requested changes for a staged modification.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
idUnique Id for a staged modification..
asAtThe asAt datetime at which to list changes. Defaults to return the latest version of each staged change if not specified. (optional)
pageThe pagination token to use to continue listing requested staged modification changes from a previous call to list requested staged modifications. This value is returned from the previous call. If a pagination token is provided the filter, effectiveAt and asAt fields 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. Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional)
sortByA list of field names suffixed by &quot; ASC&quot; or &quot; DESC&quot; (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of PagedResourceListOfStagedModificationsRequestedChangeInterval

Implemented in Lusid.Sdk.Api.StagedModificationsApi.

◆ ListStagedModifications()

PagedResourceListOfStagedModification Lusid.Sdk.Api.IStagedModificationsApiSync.ListStagedModifications ( 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 
)

[EXPERIMENTAL] ListStagedModifications: ListStagedModifications

List summaries of the staged modifications.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to list staged modifications. Defaults to return the latest version of each staged modification if not specified. (optional)
pageThe pagination token to use to continue listing staged modifications from a previous call to list staged modifications. This value is returned from the previous call. If a pagination token is provided the filter, effectiveAt and asAt fields 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. Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional)
sortByA list of field names suffixed by &quot; ASC&quot; or &quot; DESC&quot; (optional)
operationIndexIndex associated with the operation.
Returns
PagedResourceListOfStagedModification

Implemented in Lusid.Sdk.Api.StagedModificationsApi.

◆ ListStagedModificationsWithHttpInfo()

ApiResponse<PagedResourceListOfStagedModification> Lusid.Sdk.Api.IStagedModificationsApiSync.ListStagedModificationsWithHttpInfo ( 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 
)

[EXPERIMENTAL] ListStagedModifications: ListStagedModifications

List summaries of the staged modifications.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to list staged modifications. Defaults to return the latest version of each staged modification if not specified. (optional)
pageThe pagination token to use to continue listing staged modifications from a previous call to list staged modifications. This value is returned from the previous call. If a pagination token is provided the filter, effectiveAt and asAt fields 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. Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional)
sortByA list of field names suffixed by &quot; ASC&quot; or &quot; DESC&quot; (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of PagedResourceListOfStagedModification

Implemented in Lusid.Sdk.Api.StagedModificationsApi.


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