|
LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...

Public Member Functions | |
| System.Threading.Tasks.Task< DeletedEntityResponse > | DeleteResourceRecordAsync (string scope, string code, string resourceId, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] DeleteResourceRecord: Delete a Resource Record More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > | DeleteResourceRecordWithHttpInfoAsync (string scope, string code, string resourceId, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] DeleteResourceRecord: Delete a Resource Record More... | |
| System.Threading.Tasks.Task< ResourceRecord > | GetResourceRecordAsync (string scope, string code, string resourceId, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] GetResourceRecord: Get a Resource Record More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceRecord > > | GetResourceRecordWithHttpInfoAsync (string scope, string code, string resourceId, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] GetResourceRecord: Get a Resource Record More... | |
| System.Threading.Tasks.Task< ResourceListOfString > | ListResourceRecordCodesAsync (string scope, DateTimeOffset? asAt=default(DateTimeOffset?), string? sortOrder=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] ListResourceRecordCodes: List Resource Records Codes for Scope More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfString > > | ListResourceRecordCodesWithHttpInfoAsync (string scope, DateTimeOffset? asAt=default(DateTimeOffset?), string? sortOrder=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] ListResourceRecordCodes: List Resource Records Codes for Scope More... | |
| System.Threading.Tasks.Task< ResourceListOfScopeDefinition > | ListResourceRecordScopesAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] ListResourceRecordScopes: List Resource Record Scopes More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfScopeDefinition > > | ListResourceRecordScopesWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] ListResourceRecordScopes: List Resource Record Scopes More... | |
| System.Threading.Tasks.Task< PagedResourceListOfResourceRecord > | ListResourceRecordsAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] ListResourceRecords: List Resource Records More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfResourceRecord > > | ListResourceRecordsWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] ListResourceRecords: List Resource Records More... | |
| System.Threading.Tasks.Task< ResourceRecord > | UpsertResourceRecordAsync (UpsertResourceRecordRequest upsertResourceRecordRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] UpsertResourceRecord: Upsert a Resource Record More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceRecord > > | UpsertResourceRecordWithHttpInfoAsync (UpsertResourceRecordRequest upsertResourceRecordRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] UpsertResourceRecord: Upsert a Resource Record More... | |
Represents a collection of functions to interact with the API endpoints
| System.Threading.Tasks.Task<DeletedEntityResponse> Lusid.Sdk.Api.IResourceRecordApiAsync.DeleteResourceRecordAsync | ( | string | scope, |
| string | code, | ||
| string | resourceId, | ||
| int | operationIndex = 0, |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken), |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EARLY ACCESS] DeleteResourceRecord: Delete a Resource Record
Delete a resource record.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the resource record. |
| code | The code of the resource record. |
| resourceId | The resource identifier of the resource record. |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ResourceRecordApi.
| System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<DeletedEntityResponse> > Lusid.Sdk.Api.IResourceRecordApiAsync.DeleteResourceRecordWithHttpInfoAsync | ( | string | scope, |
| string | code, | ||
| string | resourceId, | ||
| int | operationIndex = 0, |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken), |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EARLY ACCESS] DeleteResourceRecord: Delete a Resource Record
Delete a resource record.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the resource record. |
| code | The code of the resource record. |
| resourceId | The resource identifier of the resource record. |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ResourceRecordApi.
| System.Threading.Tasks.Task<ResourceRecord> Lusid.Sdk.Api.IResourceRecordApiAsync.GetResourceRecordAsync | ( | string | scope, |
| string | code, | ||
| string | resourceId, | ||
| DateTimeOffset? | asAt = default(DateTimeOffset?), |
||
| int | operationIndex = 0, |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken), |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EARLY ACCESS] GetResourceRecord: Get a Resource Record
Retrieve a resource record by its identifier.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the resource record. |
| code | The code of the resource record. |
| resourceId | The resource identifier of the resource record. |
| asAt | The asAt datetime at which to list the resource record. Defaults to return the latest version 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.ResourceRecordApi.
| System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<ResourceRecord> > Lusid.Sdk.Api.IResourceRecordApiAsync.GetResourceRecordWithHttpInfoAsync | ( | string | scope, |
| string | code, | ||
| string | resourceId, | ||
| DateTimeOffset? | asAt = default(DateTimeOffset?), |
||
| int | operationIndex = 0, |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken), |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EARLY ACCESS] GetResourceRecord: Get a Resource Record
Retrieve a resource record by its identifier.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the resource record. |
| code | The code of the resource record. |
| resourceId | The resource identifier of the resource record. |
| asAt | The asAt datetime at which to list the resource record. Defaults to return the latest version 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.ResourceRecordApi.
| System.Threading.Tasks.Task<ResourceListOfString> Lusid.Sdk.Api.IResourceRecordApiAsync.ListResourceRecordCodesAsync | ( | string | scope, |
| DateTimeOffset? | asAt = default(DateTimeOffset?), |
||
| string? | sortOrder = default(string?), |
||
| int | operationIndex = 0, |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken), |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EARLY ACCESS] ListResourceRecordCodes: List Resource Records Codes for Scope
List all resource records matching particular criteria.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the resource record. |
| asAt | The asAt datetime at which to list the resource record. Defaults to return the latest version if not specified. (optional) |
| sortOrder | Order of the sort - either "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.ResourceRecordApi.
| System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<ResourceListOfString> > Lusid.Sdk.Api.IResourceRecordApiAsync.ListResourceRecordCodesWithHttpInfoAsync | ( | string | scope, |
| DateTimeOffset? | asAt = default(DateTimeOffset?), |
||
| string? | sortOrder = default(string?), |
||
| int | operationIndex = 0, |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken), |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EARLY ACCESS] ListResourceRecordCodes: List Resource Records Codes for Scope
List all resource records matching particular criteria.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the resource record. |
| asAt | The asAt datetime at which to list the resource record. Defaults to return the latest version if not specified. (optional) |
| sortOrder | Order of the sort - either "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.ResourceRecordApi.
| System.Threading.Tasks.Task<PagedResourceListOfResourceRecord> Lusid.Sdk.Api.IResourceRecordApiAsync.ListResourceRecordsAsync | ( | string | scope, |
| string | code, | ||
| DateTimeOffset? | asAt = default(DateTimeOffset?), |
||
| string? | page = default(string?), |
||
| List< string >? | sortBy = default(List< string >?), |
||
| int? | limit = default(int?), |
||
| string? | filter = default(string?), |
||
| int | operationIndex = 0, |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken), |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EARLY ACCESS] ListResourceRecords: List Resource Records
List all resource records matching particular criteria.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the resource record. |
| code | The code of the resource record. |
| asAt | The asAt datetime at which to list the resource record. Defaults to return the latest version if not specified. (optional) |
| page | The pagination token to use to continue listing resource records from a previous call. (optional) |
| sortBy | A list of field names to sort by, each suffixed by " ASC" or " DESC" (optional) |
| limit | When paginating, limit the number of returned results to this many. (optional) |
| filter | Expression to filter the result set. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ResourceRecordApi.
| System.Threading.Tasks.Task<ResourceListOfScopeDefinition> Lusid.Sdk.Api.IResourceRecordApiAsync.ListResourceRecordScopesAsync | ( | DateTimeOffset? | asAt = default(DateTimeOffset?), |
| string? | page = default(string?), |
||
| int? | limit = default(int?), |
||
| int | operationIndex = 0, |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken), |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EARLY ACCESS] ListResourceRecordScopes: List Resource Record Scopes
List all resource records matching particular criteria.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| asAt | The asAt datetime at which to list the resource record. Defaults to return the latest version if not specified. (optional) |
| page | The pagination token to use to continue listing resource records from a previous call. (optional) |
| limit | When paginating, limit the number of returned results to this many. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ResourceRecordApi.
| System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<ResourceListOfScopeDefinition> > Lusid.Sdk.Api.IResourceRecordApiAsync.ListResourceRecordScopesWithHttpInfoAsync | ( | DateTimeOffset? | asAt = default(DateTimeOffset?), |
| string? | page = default(string?), |
||
| int? | limit = default(int?), |
||
| int | operationIndex = 0, |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken), |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EARLY ACCESS] ListResourceRecordScopes: List Resource Record Scopes
List all resource records matching particular criteria.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| asAt | The asAt datetime at which to list the resource record. Defaults to return the latest version if not specified. (optional) |
| page | The pagination token to use to continue listing resource records from a previous call. (optional) |
| limit | When paginating, limit the number of returned results to this many. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ResourceRecordApi.
| System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<PagedResourceListOfResourceRecord> > Lusid.Sdk.Api.IResourceRecordApiAsync.ListResourceRecordsWithHttpInfoAsync | ( | string | scope, |
| string | code, | ||
| DateTimeOffset? | asAt = default(DateTimeOffset?), |
||
| string? | page = default(string?), |
||
| List< string >? | sortBy = default(List< string >?), |
||
| int? | limit = default(int?), |
||
| string? | filter = default(string?), |
||
| int | operationIndex = 0, |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken), |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EARLY ACCESS] ListResourceRecords: List Resource Records
List all resource records matching particular criteria.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the resource record. |
| code | The code of the resource record. |
| asAt | The asAt datetime at which to list the resource record. Defaults to return the latest version if not specified. (optional) |
| page | The pagination token to use to continue listing resource records from a previous call. (optional) |
| sortBy | A list of field names to sort by, each suffixed by " ASC" or " DESC" (optional) |
| limit | When paginating, limit the number of returned results to this many. (optional) |
| filter | Expression to filter the result set. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ResourceRecordApi.
| System.Threading.Tasks.Task<ResourceRecord> Lusid.Sdk.Api.IResourceRecordApiAsync.UpsertResourceRecordAsync | ( | UpsertResourceRecordRequest | upsertResourceRecordRequest, |
| int | operationIndex = 0, |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken), |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EARLY ACCESS] UpsertResourceRecord: Upsert a Resource Record
Create or update a resource record.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| upsertResourceRecordRequest | The resource record to upsert. |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ResourceRecordApi.
| System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<ResourceRecord> > Lusid.Sdk.Api.IResourceRecordApiAsync.UpsertResourceRecordWithHttpInfoAsync | ( | UpsertResourceRecordRequest | upsertResourceRecordRequest, |
| int | operationIndex = 0, |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken), |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EARLY ACCESS] UpsertResourceRecord: Upsert a Resource Record
Create or update a resource record.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| upsertResourceRecordRequest | The resource record to upsert. |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ResourceRecordApi.