LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...
Public Member Functions | |
System.Threading.Tasks.Task< StagedModification > | AddDecisionAsync (string id, StagedModificationDecisionRequest stagedModificationDecisionRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
AddDecision: AddDecision More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< StagedModification > > | AddDecisionWithHttpInfoAsync (string id, StagedModificationDecisionRequest stagedModificationDecisionRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
AddDecision: AddDecision More... | |
System.Threading.Tasks.Task< StagedModification > | GetStagedModificationAsync (string id, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
GetStagedModification: GetStagedModification More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< StagedModification > > | GetStagedModificationWithHttpInfoAsync (string id, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
GetStagedModification: GetStagedModification More... | |
System.Threading.Tasks.Task< PagedResourceListOfStagedModificationsRequestedChangeInterval > | ListRequestedChangesAsync (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, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
ListRequestedChanges: ListRequestedChanges More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfStagedModificationsRequestedChangeInterval > > | ListRequestedChangesWithHttpInfoAsync (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, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
ListRequestedChanges: ListRequestedChanges More... | |
System.Threading.Tasks.Task< PagedResourceListOfStagedModification > | ListStagedModificationsAsync (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, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
ListStagedModifications: ListStagedModifications More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfStagedModification > > | ListStagedModificationsWithHttpInfoAsync (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, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
ListStagedModifications: ListStagedModifications More... | |
Represents a collection of functions to interact with the API endpoints
System.Threading.Tasks.Task<StagedModification> Lusid.Sdk.Api.IStagedModificationsApiAsync.AddDecisionAsync | ( | string | id, |
StagedModificationDecisionRequest | stagedModificationDecisionRequest, | ||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
AddDecision: AddDecision
Add decision to staged modification, Approve or Reject.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
id | Unique Id for a staged modification.. |
stagedModificationDecisionRequest | The decision on the requested staged modification, "Approve" or "Reject". |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.StagedModificationsApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<StagedModification> > Lusid.Sdk.Api.IStagedModificationsApiAsync.AddDecisionWithHttpInfoAsync | ( | string | id, |
StagedModificationDecisionRequest | stagedModificationDecisionRequest, | ||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
AddDecision: AddDecision
Add decision to staged modification, Approve or Reject.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
id | Unique Id for a staged modification.. |
stagedModificationDecisionRequest | The decision on the requested staged modification, "Approve" or "Reject". |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.StagedModificationsApi.
System.Threading.Tasks.Task<StagedModification> Lusid.Sdk.Api.IStagedModificationsApiAsync.GetStagedModificationAsync | ( | string | id, |
DateTimeOffset? | asAt = default(DateTimeOffset?) , |
||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
GetStagedModification: GetStagedModification
Retrieve the details of a staged modification.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
id | The unique identifier for a staged modification. |
asAt | The asAt datetime at which to retrieve the staged modification. Defaults to latest if not specified. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.StagedModificationsApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<StagedModification> > Lusid.Sdk.Api.IStagedModificationsApiAsync.GetStagedModificationWithHttpInfoAsync | ( | string | id, |
DateTimeOffset? | asAt = default(DateTimeOffset?) , |
||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
GetStagedModification: GetStagedModification
Retrieve the details of a staged modification.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
id | The unique identifier for a staged modification. |
asAt | The asAt datetime at which to retrieve the staged modification. Defaults to latest if not specified. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.StagedModificationsApi.
System.Threading.Tasks.Task<PagedResourceListOfStagedModificationsRequestedChangeInterval> Lusid.Sdk.Api.IStagedModificationsApiAsync.ListRequestedChangesAsync | ( | 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 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
ListRequestedChanges: ListRequestedChanges
List the requested changes for a staged modification.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
id | Unique Id for a staged modification.. |
asAt | The asAt datetime at which to list changes. Defaults to return the latest version of each staged change if not specified. (optional) |
page | The 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) |
limit | When paginating, limit the number of returned results to this many. Defaults to 100 if not specified. (optional) |
filter | Expression to filter the result set. Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
sortBy | A list of field names suffixed by " ASC" or " DESC" (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.StagedModificationsApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<PagedResourceListOfStagedModificationsRequestedChangeInterval> > Lusid.Sdk.Api.IStagedModificationsApiAsync.ListRequestedChangesWithHttpInfoAsync | ( | 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 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
ListRequestedChanges: ListRequestedChanges
List the requested changes for a staged modification.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
id | Unique Id for a staged modification.. |
asAt | The asAt datetime at which to list changes. Defaults to return the latest version of each staged change if not specified. (optional) |
page | The 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) |
limit | When paginating, limit the number of returned results to this many. Defaults to 100 if not specified. (optional) |
filter | Expression to filter the result set. Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
sortBy | A list of field names suffixed by " ASC" or " DESC" (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.StagedModificationsApi.
System.Threading.Tasks.Task<PagedResourceListOfStagedModification> Lusid.Sdk.Api.IStagedModificationsApiAsync.ListStagedModificationsAsync | ( | 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 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
ListStagedModifications: ListStagedModifications
List summaries of the staged modifications.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to list staged modifications. Defaults to return the latest version of each staged modification if not specified. (optional) |
page | The 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) |
limit | When paginating, limit the number of returned results to this many. Defaults to 100 if not specified. (optional) |
filter | Expression to filter the result set. Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
sortBy | A list of field names suffixed by " ASC" or " DESC" (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.StagedModificationsApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<PagedResourceListOfStagedModification> > Lusid.Sdk.Api.IStagedModificationsApiAsync.ListStagedModificationsWithHttpInfoAsync | ( | 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 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
ListStagedModifications: ListStagedModifications
List summaries of the staged modifications.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to list staged modifications. Defaults to return the latest version of each staged modification if not specified. (optional) |
page | The 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) |
limit | When paginating, limit the number of returned results to this many. Defaults to 100 if not specified. (optional) |
filter | Expression to filter the result set. Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
sortBy | A list of field names suffixed by " ASC" or " DESC" (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.StagedModificationsApi.