LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...
Public Member Functions | |
StagedModificationsApi () | |
Initializes a new instance of the StagedModificationsApi class. More... | |
StagedModificationsApi (string basePath) | |
Initializes a new instance of the StagedModificationsApi class. More... | |
StagedModificationsApi (Lusid.Sdk.Client.Configuration configuration) | |
Initializes a new instance of the StagedModificationsApi class using Configuration object More... | |
StagedModificationsApi (Lusid.Sdk.Client.ISynchronousClient client, Lusid.Sdk.Client.IAsynchronousClient asyncClient, Lusid.Sdk.Client.IReadableConfiguration configuration) | |
Initializes a new instance of the StagedModificationsApi class using a Configuration object and client instance. More... | |
string | GetBasePath () |
Gets the base path of the API client. More... | |
StagedModification | AddDecision (string id, StagedModificationDecisionRequest stagedModificationDecisionRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
AddDecision: AddDecision Add decision to staged modification, Approve or Reject. More... | |
Lusid.Sdk.Client.ApiResponse< StagedModification > | AddDecisionWithHttpInfo (string id, StagedModificationDecisionRequest stagedModificationDecisionRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
AddDecision: AddDecision Add decision to staged modification, Approve or Reject. More... | |
async 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 Add decision to staged modification, Approve or Reject. More... | |
async 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 Add decision to staged modification, Approve or Reject. More... | |
StagedModification | GetStagedModification (string id, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
GetStagedModification: GetStagedModification Retrieve the details of a staged modification. More... | |
Lusid.Sdk.Client.ApiResponse< StagedModification > | GetStagedModificationWithHttpInfo (string id, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
GetStagedModification: GetStagedModification Retrieve the details of a staged modification. More... | |
async 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 Retrieve the details of a staged modification. More... | |
async 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 Retrieve the details of a staged modification. 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, ConfigurationOptions? opts=null) |
ListRequestedChanges: ListRequestedChanges List the requested changes for a staged modification. More... | |
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfStagedModificationsRequestedChangeInterval > | 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, ConfigurationOptions? opts=null) |
ListRequestedChanges: ListRequestedChanges List the requested changes for a staged modification. More... | |
async 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 List the requested changes for a staged modification. More... | |
async 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 List the requested changes for a staged modification. 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, ConfigurationOptions? opts=null) |
ListStagedModifications: ListStagedModifications List summaries of the staged modifications. More... | |
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfStagedModification > | 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, ConfigurationOptions? opts=null) |
ListStagedModifications: ListStagedModifications List summaries of the staged modifications. More... | |
async 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 List summaries of the staged modifications. More... | |
async 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 List summaries of the staged modifications. More... | |
Properties | |
Lusid.Sdk.Client.IAsynchronousClient | AsynchronousClient [get, set] |
The client for accessing this underlying API asynchronously. More... | |
Lusid.Sdk.Client.ISynchronousClient | Client [get, set] |
The client for accessing this underlying API synchronously. More... | |
Lusid.Sdk.Client.IReadableConfiguration | Configuration [get, set] |
Gets or sets the configuration object More... | |
Lusid.Sdk.Client.ExceptionFactory | ExceptionFactory [get, set] |
Provides a factory method hook for the creation of exceptions. More... | |
Represents a collection of functions to interact with the API endpoints
|
inline |
Initializes a new instance of the StagedModificationsApi class.
|
inline |
Initializes a new instance of the StagedModificationsApi class.
|
inline |
Initializes a new instance of the StagedModificationsApi class using Configuration object
configuration | An instance of Configuration |
|
inline |
Initializes a new instance of the StagedModificationsApi class using a Configuration object and client instance.
client | The client interface for synchronous API access. |
asyncClient | The client interface for asynchronous API access. |
configuration | The configuration object. |
|
inline |
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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IStagedModificationsApiSync.
|
inline |
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. |
Implements Lusid.Sdk.Api.IStagedModificationsApiAsync.
|
inline |
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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IStagedModificationsApiSync.
|
inline |
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. |
Implements Lusid.Sdk.Api.IStagedModificationsApiAsync.
|
inline |
Gets the base path of the API client.
The base path
|
inline |
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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IStagedModificationsApiSync.
|
inline |
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. |
Implements Lusid.Sdk.Api.IStagedModificationsApiAsync.
|
inline |
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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IStagedModificationsApiSync.
|
inline |
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. |
Implements Lusid.Sdk.Api.IStagedModificationsApiAsync.
|
inline |
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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IStagedModificationsApiSync.
|
inline |
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. |
Implements Lusid.Sdk.Api.IStagedModificationsApiAsync.
|
inline |
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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IStagedModificationsApiSync.
|
inline |
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. |
Implements Lusid.Sdk.Api.IStagedModificationsApiAsync.
|
inline |
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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IStagedModificationsApiSync.
|
inline |
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. |
Implements Lusid.Sdk.Api.IStagedModificationsApiAsync.
|
inline |
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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IStagedModificationsApiSync.
|
inline |
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. |
Implements Lusid.Sdk.Api.IStagedModificationsApiAsync.
|
getset |
The client for accessing this underlying API asynchronously.
|
getset |
The client for accessing this underlying API synchronously.
|
getset |
Gets or sets the configuration object
An instance of the Configuration
|
getset |
Provides a factory method hook for the creation of exceptions.