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

Public Member Functions | |
| DeletedEntityResponse | DeleteResourceRecord (string scope, string code, string resourceId, int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] DeleteResourceRecord: Delete a Resource Record More... | |
| Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > | DeleteResourceRecordWithHttpInfo (string scope, string code, string resourceId, int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] DeleteResourceRecord: Delete a Resource Record More... | |
| ResourceRecord | GetResourceRecord (string scope, string code, string resourceId, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] GetResourceRecord: Get a Resource Record More... | |
| Lusid.Sdk.Client.ApiResponse< ResourceRecord > | GetResourceRecordWithHttpInfo (string scope, string code, string resourceId, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] GetResourceRecord: Get a Resource Record More... | |
| ResourceListOfString | ListResourceRecordCodes (string scope, DateTimeOffset? asAt=default(DateTimeOffset?), string? sortOrder=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] ListResourceRecordCodes: List Resource Records Codes for Scope More... | |
| Lusid.Sdk.Client.ApiResponse< ResourceListOfString > | ListResourceRecordCodesWithHttpInfo (string scope, DateTimeOffset? asAt=default(DateTimeOffset?), string? sortOrder=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] ListResourceRecordCodes: List Resource Records Codes for Scope More... | |
| ResourceListOfScopeDefinition | ListResourceRecordScopes (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] ListResourceRecordScopes: List Resource Record Scopes More... | |
| Lusid.Sdk.Client.ApiResponse< ResourceListOfScopeDefinition > | ListResourceRecordScopesWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] ListResourceRecordScopes: List Resource Record Scopes More... | |
| PagedResourceListOfResourceRecord | ListResourceRecords (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, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] ListResourceRecords: List Resource Records More... | |
| Lusid.Sdk.Client.ApiResponse< PagedResourceListOfResourceRecord > | ListResourceRecordsWithHttpInfo (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, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] ListResourceRecords: List Resource Records More... | |
| ResourceRecord | UpsertResourceRecord (UpsertResourceRecordRequest upsertResourceRecordRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] UpsertResourceRecord: Upsert a Resource Record More... | |
| Lusid.Sdk.Client.ApiResponse< ResourceRecord > | UpsertResourceRecordWithHttpInfo (UpsertResourceRecordRequest upsertResourceRecordRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] UpsertResourceRecord: Upsert a Resource Record More... | |
Represents a collection of functions to interact with the API endpoints
| DeletedEntityResponse Lusid.Sdk.Api.IResourceRecordApiSync.DeleteResourceRecord | ( | string | scope, |
| string | code, | ||
| string | resourceId, | ||
| int | operationIndex = 0, |
||
| 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. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ResourceRecordApi.
| Lusid.Sdk.Client.ApiResponse<DeletedEntityResponse> Lusid.Sdk.Api.IResourceRecordApiSync.DeleteResourceRecordWithHttpInfo | ( | string | scope, |
| string | code, | ||
| string | resourceId, | ||
| int | operationIndex = 0, |
||
| 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. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ResourceRecordApi.
| ResourceRecord Lusid.Sdk.Api.IResourceRecordApiSync.GetResourceRecord | ( | string | scope, |
| string | code, | ||
| string | resourceId, | ||
| DateTimeOffset? | asAt = default(DateTimeOffset?), |
||
| int | operationIndex = 0, |
||
| 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. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ResourceRecordApi.
| Lusid.Sdk.Client.ApiResponse<ResourceRecord> Lusid.Sdk.Api.IResourceRecordApiSync.GetResourceRecordWithHttpInfo | ( | string | scope, |
| string | code, | ||
| string | resourceId, | ||
| DateTimeOffset? | asAt = default(DateTimeOffset?), |
||
| int | operationIndex = 0, |
||
| 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. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ResourceRecordApi.
| ResourceListOfString Lusid.Sdk.Api.IResourceRecordApiSync.ListResourceRecordCodes | ( | string | scope, |
| DateTimeOffset? | asAt = default(DateTimeOffset?), |
||
| string? | sortOrder = default(string?), |
||
| int | operationIndex = 0, |
||
| 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. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ResourceRecordApi.
| Lusid.Sdk.Client.ApiResponse<ResourceListOfString> Lusid.Sdk.Api.IResourceRecordApiSync.ListResourceRecordCodesWithHttpInfo | ( | string | scope, |
| DateTimeOffset? | asAt = default(DateTimeOffset?), |
||
| string? | sortOrder = default(string?), |
||
| int | operationIndex = 0, |
||
| 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. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ResourceRecordApi.
| PagedResourceListOfResourceRecord Lusid.Sdk.Api.IResourceRecordApiSync.ListResourceRecords | ( | 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, |
||
| 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. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ResourceRecordApi.
| ResourceListOfScopeDefinition Lusid.Sdk.Api.IResourceRecordApiSync.ListResourceRecordScopes | ( | DateTimeOffset? | asAt = default(DateTimeOffset?), |
| string? | page = default(string?), |
||
| int? | limit = default(int?), |
||
| int | operationIndex = 0, |
||
| 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. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ResourceRecordApi.
| Lusid.Sdk.Client.ApiResponse<ResourceListOfScopeDefinition> Lusid.Sdk.Api.IResourceRecordApiSync.ListResourceRecordScopesWithHttpInfo | ( | DateTimeOffset? | asAt = default(DateTimeOffset?), |
| string? | page = default(string?), |
||
| int? | limit = default(int?), |
||
| int | operationIndex = 0, |
||
| 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. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ResourceRecordApi.
| Lusid.Sdk.Client.ApiResponse<PagedResourceListOfResourceRecord> Lusid.Sdk.Api.IResourceRecordApiSync.ListResourceRecordsWithHttpInfo | ( | 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, |
||
| 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. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ResourceRecordApi.
| ResourceRecord Lusid.Sdk.Api.IResourceRecordApiSync.UpsertResourceRecord | ( | UpsertResourceRecordRequest | upsertResourceRecordRequest, |
| int | operationIndex = 0, |
||
| 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. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ResourceRecordApi.
| Lusid.Sdk.Client.ApiResponse<ResourceRecord> Lusid.Sdk.Api.IResourceRecordApiSync.UpsertResourceRecordWithHttpInfo | ( | UpsertResourceRecordRequest | upsertResourceRecordRequest, |
| int | operationIndex = 0, |
||
| 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. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ResourceRecordApi.