LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...
Public Member Functions | |
StagedModification | AddDecision (string id, StagedModificationDecisionRequest stagedModificationDecisionRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
AddDecision: AddDecision More... | |
Lusid.Sdk.Client.ApiResponse< StagedModification > | AddDecisionWithHttpInfo (string id, StagedModificationDecisionRequest stagedModificationDecisionRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
AddDecision: AddDecision More... | |
StagedModification | GetStagedModification (string id, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
GetStagedModification: GetStagedModification More... | |
Lusid.Sdk.Client.ApiResponse< StagedModification > | GetStagedModificationWithHttpInfo (string id, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
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, ConfigurationOptions? opts=null) |
ListRequestedChanges: ListRequestedChanges 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 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 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 More... | |
Represents a collection of functions to interact with the API endpoints
StagedModification Lusid.Sdk.Api.IStagedModificationsApiSync.AddDecision | ( | string | id, |
StagedModificationDecisionRequest | stagedModificationDecisionRequest, | ||
int | operationIndex = 0 , |
||
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. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.StagedModificationsApi.
Lusid.Sdk.Client.ApiResponse<StagedModification> Lusid.Sdk.Api.IStagedModificationsApiSync.AddDecisionWithHttpInfo | ( | string | id, |
StagedModificationDecisionRequest | stagedModificationDecisionRequest, | ||
int | operationIndex = 0 , |
||
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. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.StagedModificationsApi.
StagedModification Lusid.Sdk.Api.IStagedModificationsApiSync.GetStagedModification | ( | string | id, |
DateTimeOffset? | asAt = default(DateTimeOffset?) , |
||
int | operationIndex = 0 , |
||
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. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.StagedModificationsApi.
Lusid.Sdk.Client.ApiResponse<StagedModification> Lusid.Sdk.Api.IStagedModificationsApiSync.GetStagedModificationWithHttpInfo | ( | string | id, |
DateTimeOffset? | asAt = default(DateTimeOffset?) , |
||
int | operationIndex = 0 , |
||
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. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.StagedModificationsApi.
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 , |
||
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. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.StagedModificationsApi.
Lusid.Sdk.Client.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 , |
||
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. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.StagedModificationsApi.
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 , |
||
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. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.StagedModificationsApi.
Lusid.Sdk.Client.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 , |
||
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. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.StagedModificationsApi.