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

Public Member Functions | |
| WorkspaceApi () | |
| Initializes a new instance of the WorkspaceApi class. More... | |
| WorkspaceApi (string basePath) | |
| Initializes a new instance of the WorkspaceApi class. More... | |
| WorkspaceApi (Lusid.Sdk.Client.Configuration configuration) | |
| Initializes a new instance of the WorkspaceApi class using Configuration object More... | |
| WorkspaceApi (Lusid.Sdk.Client.ISynchronousClient client, Lusid.Sdk.Client.IAsynchronousClient asyncClient, Lusid.Sdk.Client.IReadableConfiguration configuration) | |
| Initializes a new instance of the WorkspaceApi class using a Configuration object and client instance. More... | |
| string | GetBasePath () |
| Gets the base path of the API client. More... | |
| WorkspaceItem | CreateItem (string visibility, string workspaceName, WorkspaceItemCreationRequest? workspaceItemCreationRequest=default(WorkspaceItemCreationRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] CreateItem: Create a new item in a workspace. Create a new item in a workspace. More... | |
| Lusid.Sdk.Client.ApiResponse< WorkspaceItem > | CreateItemWithHttpInfo (string visibility, string workspaceName, WorkspaceItemCreationRequest? workspaceItemCreationRequest=default(WorkspaceItemCreationRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] CreateItem: Create a new item in a workspace. Create a new item in a workspace. More... | |
| async System.Threading.Tasks.Task< WorkspaceItem > | CreateItemAsync (string visibility, string workspaceName, WorkspaceItemCreationRequest? workspaceItemCreationRequest=default(WorkspaceItemCreationRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] CreateItem: Create a new item in a workspace. Create a new item in a workspace. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< WorkspaceItem > > | CreateItemWithHttpInfoAsync (string visibility, string workspaceName, WorkspaceItemCreationRequest? workspaceItemCreationRequest=default(WorkspaceItemCreationRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] CreateItem: Create a new item in a workspace. Create a new item in a workspace. More... | |
| Workspace | CreateWorkspace (string visibility, WorkspaceCreationRequest workspaceCreationRequest, bool? includeItemAccess=default(bool?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] CreateWorkspace: Create a new workspace. Create a new workspace. More... | |
| Lusid.Sdk.Client.ApiResponse< Workspace > | CreateWorkspaceWithHttpInfo (string visibility, WorkspaceCreationRequest workspaceCreationRequest, bool? includeItemAccess=default(bool?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] CreateWorkspace: Create a new workspace. Create a new workspace. More... | |
| async System.Threading.Tasks.Task< Workspace > | CreateWorkspaceAsync (string visibility, WorkspaceCreationRequest workspaceCreationRequest, bool? includeItemAccess=default(bool?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] CreateWorkspace: Create a new workspace. Create a new workspace. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< Workspace > > | CreateWorkspaceWithHttpInfoAsync (string visibility, WorkspaceCreationRequest workspaceCreationRequest, bool? includeItemAccess=default(bool?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] CreateWorkspace: Create a new workspace. Create a new workspace. More... | |
| DeletedEntityResponse | DeleteItem (string visibility, string workspaceName, string groupName, string itemName, int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] DeleteItem: Delete an item from a workspace. Delete an item from a workspace. More... | |
| Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > | DeleteItemWithHttpInfo (string visibility, string workspaceName, string groupName, string itemName, int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] DeleteItem: Delete an item from a workspace. Delete an item from a workspace. More... | |
| async System.Threading.Tasks.Task< DeletedEntityResponse > | DeleteItemAsync (string visibility, string workspaceName, string groupName, string itemName, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] DeleteItem: Delete an item from a workspace. Delete an item from a workspace. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > | DeleteItemWithHttpInfoAsync (string visibility, string workspaceName, string groupName, string itemName, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] DeleteItem: Delete an item from a workspace. Delete an item from a workspace. More... | |
| DeletedEntityResponse | DeleteWorkspace (string visibility, string workspaceName, bool? recurse=default(bool?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] DeleteWorkspace: Delete a workspace. Delete a workspace. More... | |
| Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > | DeleteWorkspaceWithHttpInfo (string visibility, string workspaceName, bool? recurse=default(bool?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] DeleteWorkspace: Delete a workspace. Delete a workspace. More... | |
| async System.Threading.Tasks.Task< DeletedEntityResponse > | DeleteWorkspaceAsync (string visibility, string workspaceName, bool? recurse=default(bool?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] DeleteWorkspace: Delete a workspace. Delete a workspace. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > | DeleteWorkspaceWithHttpInfoAsync (string visibility, string workspaceName, bool? recurse=default(bool?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] DeleteWorkspace: Delete a workspace. Delete a workspace. More... | |
| WorkspaceItem | GetItem (string visibility, string workspaceName, string groupName, string itemName, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] GetItem: Get a single workspace item. Get a single workspace item. More... | |
| Lusid.Sdk.Client.ApiResponse< WorkspaceItem > | GetItemWithHttpInfo (string visibility, string workspaceName, string groupName, string itemName, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] GetItem: Get a single workspace item. Get a single workspace item. More... | |
| async System.Threading.Tasks.Task< WorkspaceItem > | GetItemAsync (string visibility, string workspaceName, string groupName, string itemName, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] GetItem: Get a single workspace item. Get a single workspace item. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< WorkspaceItem > > | GetItemWithHttpInfoAsync (string visibility, string workspaceName, string groupName, string itemName, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] GetItem: Get a single workspace item. Get a single workspace item. More... | |
| Workspace | GetWorkspace (string visibility, string workspaceName, DateTimeOffset? asAt=default(DateTimeOffset?), bool? includeItemAccess=default(bool?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] GetWorkspace: Get a workspace. Get a workspace. More... | |
| Lusid.Sdk.Client.ApiResponse< Workspace > | GetWorkspaceWithHttpInfo (string visibility, string workspaceName, DateTimeOffset? asAt=default(DateTimeOffset?), bool? includeItemAccess=default(bool?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] GetWorkspace: Get a workspace. Get a workspace. More... | |
| async System.Threading.Tasks.Task< Workspace > | GetWorkspaceAsync (string visibility, string workspaceName, DateTimeOffset? asAt=default(DateTimeOffset?), bool? includeItemAccess=default(bool?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] GetWorkspace: Get a workspace. Get a workspace. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< Workspace > > | GetWorkspaceWithHttpInfoAsync (string visibility, string workspaceName, DateTimeOffset? asAt=default(DateTimeOffset?), bool? includeItemAccess=default(bool?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] GetWorkspace: Get a workspace. Get a workspace. More... | |
| PagedResourceListOfWorkspaceItem | ListItems (string visibility, string workspaceName, 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) |
| [EXPERIMENTAL] ListItems: List the items in a workspace. List the items in a workspace. More... | |
| Lusid.Sdk.Client.ApiResponse< PagedResourceListOfWorkspaceItem > | ListItemsWithHttpInfo (string visibility, string workspaceName, 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) |
| [EXPERIMENTAL] ListItems: List the items in a workspace. List the items in a workspace. More... | |
| async System.Threading.Tasks.Task< PagedResourceListOfWorkspaceItem > | ListItemsAsync (string visibility, string workspaceName, 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) |
| [EXPERIMENTAL] ListItems: List the items in a workspace. List the items in a workspace. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfWorkspaceItem > > | ListItemsWithHttpInfoAsync (string visibility, string workspaceName, 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) |
| [EXPERIMENTAL] ListItems: List the items in a workspace. List the items in a workspace. More... | |
| PagedResourceListOfWorkspace | ListWorkspaces (string visibility, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), bool? includeItemAccess=default(bool?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] ListWorkspaces: List workspaces. List workspaces. More... | |
| Lusid.Sdk.Client.ApiResponse< PagedResourceListOfWorkspace > | ListWorkspacesWithHttpInfo (string visibility, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), bool? includeItemAccess=default(bool?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] ListWorkspaces: List workspaces. List workspaces. More... | |
| async System.Threading.Tasks.Task< PagedResourceListOfWorkspace > | ListWorkspacesAsync (string visibility, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), bool? includeItemAccess=default(bool?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] ListWorkspaces: List workspaces. List workspaces. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfWorkspace > > | ListWorkspacesWithHttpInfoAsync (string visibility, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), bool? includeItemAccess=default(bool?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] ListWorkspaces: List workspaces. List workspaces. More... | |
| PagedResourceListOfItemAndWorkspace | SearchItems (string visibility, 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) |
| [EXPERIMENTAL] SearchItems: List items across all workspaces. List items across all workspaces. More... | |
| Lusid.Sdk.Client.ApiResponse< PagedResourceListOfItemAndWorkspace > | SearchItemsWithHttpInfo (string visibility, 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) |
| [EXPERIMENTAL] SearchItems: List items across all workspaces. List items across all workspaces. More... | |
| async System.Threading.Tasks.Task< PagedResourceListOfItemAndWorkspace > | SearchItemsAsync (string visibility, 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) |
| [EXPERIMENTAL] SearchItems: List items across all workspaces. List items across all workspaces. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfItemAndWorkspace > > | SearchItemsWithHttpInfoAsync (string visibility, 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) |
| [EXPERIMENTAL] SearchItems: List items across all workspaces. List items across all workspaces. More... | |
| WorkspaceItem | UpdateItem (string visibility, string workspaceName, string groupName, string itemName, WorkspaceItemUpdateRequest? workspaceItemUpdateRequest=default(WorkspaceItemUpdateRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] UpdateItem: Update an item in a workspace. Update an item in a workspace. More... | |
| Lusid.Sdk.Client.ApiResponse< WorkspaceItem > | UpdateItemWithHttpInfo (string visibility, string workspaceName, string groupName, string itemName, WorkspaceItemUpdateRequest? workspaceItemUpdateRequest=default(WorkspaceItemUpdateRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] UpdateItem: Update an item in a workspace. Update an item in a workspace. More... | |
| async System.Threading.Tasks.Task< WorkspaceItem > | UpdateItemAsync (string visibility, string workspaceName, string groupName, string itemName, WorkspaceItemUpdateRequest? workspaceItemUpdateRequest=default(WorkspaceItemUpdateRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] UpdateItem: Update an item in a workspace. Update an item in a workspace. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< WorkspaceItem > > | UpdateItemWithHttpInfoAsync (string visibility, string workspaceName, string groupName, string itemName, WorkspaceItemUpdateRequest? workspaceItemUpdateRequest=default(WorkspaceItemUpdateRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] UpdateItem: Update an item in a workspace. Update an item in a workspace. More... | |
| Workspace | UpdateWorkspace (string visibility, string workspaceName, WorkspaceUpdateRequest workspaceUpdateRequest, bool? includeItemAccess=default(bool?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] UpdateWorkspace: Update a workspace. Update a workspace. More... | |
| Lusid.Sdk.Client.ApiResponse< Workspace > | UpdateWorkspaceWithHttpInfo (string visibility, string workspaceName, WorkspaceUpdateRequest workspaceUpdateRequest, bool? includeItemAccess=default(bool?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] UpdateWorkspace: Update a workspace. Update a workspace. More... | |
| async System.Threading.Tasks.Task< Workspace > | UpdateWorkspaceAsync (string visibility, string workspaceName, WorkspaceUpdateRequest workspaceUpdateRequest, bool? includeItemAccess=default(bool?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] UpdateWorkspace: Update a workspace. Update a workspace. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< Workspace > > | UpdateWorkspaceWithHttpInfoAsync (string visibility, string workspaceName, WorkspaceUpdateRequest workspaceUpdateRequest, bool? includeItemAccess=default(bool?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] UpdateWorkspace: Update a workspace. Update a workspace. 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 WorkspaceApi class.
|
inline |
Initializes a new instance of the WorkspaceApi class.
|
inline |
Initializes a new instance of the WorkspaceApi class using Configuration object
| configuration | An instance of Configuration |
|
inline |
Initializes a new instance of the WorkspaceApi 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 |
[EXPERIMENTAL] CreateItem: Create a new item in a workspace. Create a new item in a workspace.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| visibility | The visibility for the containing workspace; case is important. Available values: shared, personal. |
| workspaceName | The item's workspace name. |
| workspaceItemCreationRequest | The item to be created. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IWorkspaceApiSync.
|
inline |
[EXPERIMENTAL] CreateItem: Create a new item in a workspace. Create a new item in a workspace.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| visibility | The visibility for the containing workspace; case is important. Available values: shared, personal. |
| workspaceName | The item's workspace name. |
| workspaceItemCreationRequest | The item to be created. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IWorkspaceApiAsync.
|
inline |
[EXPERIMENTAL] CreateItem: Create a new item in a workspace. Create a new item in a workspace.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| visibility | The visibility for the containing workspace; case is important. Available values: shared, personal. |
| workspaceName | The item's workspace name. |
| workspaceItemCreationRequest | The item to be created. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IWorkspaceApiSync.
|
inline |
[EXPERIMENTAL] CreateItem: Create a new item in a workspace. Create a new item in a workspace.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| visibility | The visibility for the containing workspace; case is important. Available values: shared, personal. |
| workspaceName | The item's workspace name. |
| workspaceItemCreationRequest | The item to be created. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IWorkspaceApiAsync.
|
inline |
[EXPERIMENTAL] CreateWorkspace: Create a new workspace. Create a new workspace.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| visibility | The visibility for the workspace being created; case is important. Available values: shared, personal. |
| workspaceCreationRequest | The workspace to be created. |
| includeItemAccess | If true, includes the workspace item actions the user is permitted to perform in the response. Defaults to false. (optional, default to false) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IWorkspaceApiSync.
|
inline |
[EXPERIMENTAL] CreateWorkspace: Create a new workspace. Create a new workspace.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| visibility | The visibility for the workspace being created; case is important. Available values: shared, personal. |
| workspaceCreationRequest | The workspace to be created. |
| includeItemAccess | If true, includes the workspace item actions the user is permitted to perform in the response. Defaults to false. (optional, default to false) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IWorkspaceApiAsync.
|
inline |
[EXPERIMENTAL] CreateWorkspace: Create a new workspace. Create a new workspace.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| visibility | The visibility for the workspace being created; case is important. Available values: shared, personal. |
| workspaceCreationRequest | The workspace to be created. |
| includeItemAccess | If true, includes the workspace item actions the user is permitted to perform in the response. Defaults to false. (optional, default to false) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IWorkspaceApiSync.
|
inline |
[EXPERIMENTAL] CreateWorkspace: Create a new workspace. Create a new workspace.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| visibility | The visibility for the workspace being created; case is important. Available values: shared, personal. |
| workspaceCreationRequest | The workspace to be created. |
| includeItemAccess | If true, includes the workspace item actions the user is permitted to perform in the response. Defaults to false. (optional, default to false) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IWorkspaceApiAsync.
|
inline |
[EXPERIMENTAL] DeleteItem: Delete an item from a workspace. Delete an item from a workspace.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| visibility | The visibility for the containing workspace; case is important. Available values: shared, personal. |
| workspaceName | The name of the workspace. |
| groupName | The group containing the item. |
| itemName | The name of the item. |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IWorkspaceApiSync.
|
inline |
[EXPERIMENTAL] DeleteItem: Delete an item from a workspace. Delete an item from a workspace.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| visibility | The visibility for the containing workspace; case is important. Available values: shared, personal. |
| workspaceName | The name of the workspace. |
| groupName | The group containing the item. |
| itemName | The name of the item. |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IWorkspaceApiAsync.
|
inline |
[EXPERIMENTAL] DeleteItem: Delete an item from a workspace. Delete an item from a workspace.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| visibility | The visibility for the containing workspace; case is important. Available values: shared, personal. |
| workspaceName | The name of the workspace. |
| groupName | The group containing the item. |
| itemName | The name of the item. |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IWorkspaceApiSync.
|
inline |
[EXPERIMENTAL] DeleteItem: Delete an item from a workspace. Delete an item from a workspace.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| visibility | The visibility for the containing workspace; case is important. Available values: shared, personal. |
| workspaceName | The name of the workspace. |
| groupName | The group containing the item. |
| itemName | The name of the item. |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IWorkspaceApiAsync.
|
inline |
[EXPERIMENTAL] DeleteWorkspace: Delete a workspace. Delete a workspace.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| visibility | The visibility for the workspace; case is important. Available values: shared, personal. |
| workspaceName | The name of the workspace. |
| recurse | If true, recursively delete items in the workspace. (optional, default to false) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IWorkspaceApiSync.
|
inline |
[EXPERIMENTAL] DeleteWorkspace: Delete a workspace. Delete a workspace.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| visibility | The visibility for the workspace; case is important. Available values: shared, personal. |
| workspaceName | The name of the workspace. |
| recurse | If true, recursively delete items in the workspace. (optional, default to false) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IWorkspaceApiAsync.
|
inline |
[EXPERIMENTAL] DeleteWorkspace: Delete a workspace. Delete a workspace.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| visibility | The visibility for the workspace; case is important. Available values: shared, personal. |
| workspaceName | The name of the workspace. |
| recurse | If true, recursively delete items in the workspace. (optional, default to false) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IWorkspaceApiSync.
|
inline |
[EXPERIMENTAL] DeleteWorkspace: Delete a workspace. Delete a workspace.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| visibility | The visibility for the workspace; case is important. Available values: shared, personal. |
| workspaceName | The name of the workspace. |
| recurse | If true, recursively delete items in the workspace. (optional, default to false) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IWorkspaceApiAsync.
|
inline |
Gets the base path of the API client.
The base path
|
inline |
[EXPERIMENTAL] GetItem: Get a single workspace item. Get a single workspace item.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| visibility | The visibility for the containing workspace; case is important. Available values: shared, personal. |
| workspaceName | The name of the workspace. |
| groupName | The group containing the item. |
| itemName | The name of the item. |
| asAt | The datetime at which to request the workspace item. If not provided, defaults to 'latest'. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IWorkspaceApiSync.
|
inline |
[EXPERIMENTAL] GetItem: Get a single workspace item. Get a single workspace item.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| visibility | The visibility for the containing workspace; case is important. Available values: shared, personal. |
| workspaceName | The name of the workspace. |
| groupName | The group containing the item. |
| itemName | The name of the item. |
| asAt | The datetime at which to request the workspace item. If not provided, defaults to 'latest'. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IWorkspaceApiAsync.
|
inline |
[EXPERIMENTAL] GetItem: Get a single workspace item. Get a single workspace item.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| visibility | The visibility for the containing workspace; case is important. Available values: shared, personal. |
| workspaceName | The name of the workspace. |
| groupName | The group containing the item. |
| itemName | The name of the item. |
| asAt | The datetime at which to request the workspace item. If not provided, defaults to 'latest'. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IWorkspaceApiSync.
|
inline |
[EXPERIMENTAL] GetItem: Get a single workspace item. Get a single workspace item.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| visibility | The visibility for the containing workspace; case is important. Available values: shared, personal. |
| workspaceName | The name of the workspace. |
| groupName | The group containing the item. |
| itemName | The name of the item. |
| asAt | The datetime at which to request the workspace item. If not provided, defaults to 'latest'. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IWorkspaceApiAsync.
|
inline |
[EXPERIMENTAL] GetWorkspace: Get a workspace. Get a workspace.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| visibility | The visibility for the workspace; case is important. Available values: shared, personal. |
| workspaceName | The workspace name. |
| asAt | The asAt datetime at which to retrieve workspaces. Defaults to 'latest' if not specified. (optional) |
| includeItemAccess | If true, includes the workspace item actions the user is permitted to perform in the response. Defaults to false. (optional, default to false) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IWorkspaceApiSync.
|
inline |
[EXPERIMENTAL] GetWorkspace: Get a workspace. Get a workspace.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| visibility | The visibility for the workspace; case is important. Available values: shared, personal. |
| workspaceName | The workspace name. |
| asAt | The asAt datetime at which to retrieve workspaces. Defaults to 'latest' if not specified. (optional) |
| includeItemAccess | If true, includes the workspace item actions the user is permitted to perform in the response. Defaults to false. (optional, default to false) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IWorkspaceApiAsync.
|
inline |
[EXPERIMENTAL] GetWorkspace: Get a workspace. Get a workspace.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| visibility | The visibility for the workspace; case is important. Available values: shared, personal. |
| workspaceName | The workspace name. |
| asAt | The asAt datetime at which to retrieve workspaces. Defaults to 'latest' if not specified. (optional) |
| includeItemAccess | If true, includes the workspace item actions the user is permitted to perform in the response. Defaults to false. (optional, default to false) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IWorkspaceApiSync.
|
inline |
[EXPERIMENTAL] GetWorkspace: Get a workspace. Get a workspace.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| visibility | The visibility for the workspace; case is important. Available values: shared, personal. |
| workspaceName | The workspace name. |
| asAt | The asAt datetime at which to retrieve workspaces. Defaults to 'latest' if not specified. (optional) |
| includeItemAccess | If true, includes the workspace item actions the user is permitted to perform in the response. Defaults to false. (optional, default to false) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IWorkspaceApiAsync.
|
inline |
[EXPERIMENTAL] ListItems: List the items in a workspace. List the items in a workspace.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| visibility | The visibility for the containing workspace; case is important. Available values: shared, personal. |
| workspaceName | The item's workspace name. |
| asAt | The asAt datetime at which to retrieve workspace items. Defaults to 'latest' if not specified. (optional) |
| page | The pagination token to use to continue listing workspaces items from a previous call to list workspaces items. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request. (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. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IWorkspaceApiSync.
|
inline |
[EXPERIMENTAL] ListItems: List the items in a workspace. List the items in a workspace.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| visibility | The visibility for the containing workspace; case is important. Available values: shared, personal. |
| workspaceName | The item's workspace name. |
| asAt | The asAt datetime at which to retrieve workspace items. Defaults to 'latest' if not specified. (optional) |
| page | The pagination token to use to continue listing workspaces items from a previous call to list workspaces items. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request. (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. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IWorkspaceApiAsync.
|
inline |
[EXPERIMENTAL] ListItems: List the items in a workspace. List the items in a workspace.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| visibility | The visibility for the containing workspace; case is important. Available values: shared, personal. |
| workspaceName | The item's workspace name. |
| asAt | The asAt datetime at which to retrieve workspace items. Defaults to 'latest' if not specified. (optional) |
| page | The pagination token to use to continue listing workspaces items from a previous call to list workspaces items. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request. (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. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IWorkspaceApiSync.
|
inline |
[EXPERIMENTAL] ListItems: List the items in a workspace. List the items in a workspace.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| visibility | The visibility for the containing workspace; case is important. Available values: shared, personal. |
| workspaceName | The item's workspace name. |
| asAt | The asAt datetime at which to retrieve workspace items. Defaults to 'latest' if not specified. (optional) |
| page | The pagination token to use to continue listing workspaces items from a previous call to list workspaces items. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request. (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. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IWorkspaceApiAsync.
|
inline |
[EXPERIMENTAL] ListWorkspaces: List workspaces. List workspaces.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| visibility | The visibility for the workspaces; case is important. Available values: shared, personal. |
| asAt | The asAt datetime at which to retrieve workspaces. Defaults to 'latest' if not specified. (optional) |
| page | The pagination token to use to continue listing workspaces from a previous call to list workspaces. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request. (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. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional) |
| includeItemAccess | If true, includes the workspace item actions the user is permitted to perform in the response. Defaults to false. (optional, default to false) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IWorkspaceApiSync.
|
inline |
[EXPERIMENTAL] ListWorkspaces: List workspaces. List workspaces.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| visibility | The visibility for the workspaces; case is important. Available values: shared, personal. |
| asAt | The asAt datetime at which to retrieve workspaces. Defaults to 'latest' if not specified. (optional) |
| page | The pagination token to use to continue listing workspaces from a previous call to list workspaces. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request. (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. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional) |
| includeItemAccess | If true, includes the workspace item actions the user is permitted to perform in the response. Defaults to false. (optional, default to false) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IWorkspaceApiAsync.
|
inline |
[EXPERIMENTAL] ListWorkspaces: List workspaces. List workspaces.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| visibility | The visibility for the workspaces; case is important. Available values: shared, personal. |
| asAt | The asAt datetime at which to retrieve workspaces. Defaults to 'latest' if not specified. (optional) |
| page | The pagination token to use to continue listing workspaces from a previous call to list workspaces. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request. (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. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional) |
| includeItemAccess | If true, includes the workspace item actions the user is permitted to perform in the response. Defaults to false. (optional, default to false) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IWorkspaceApiSync.
|
inline |
[EXPERIMENTAL] ListWorkspaces: List workspaces. List workspaces.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| visibility | The visibility for the workspaces; case is important. Available values: shared, personal. |
| asAt | The asAt datetime at which to retrieve workspaces. Defaults to 'latest' if not specified. (optional) |
| page | The pagination token to use to continue listing workspaces from a previous call to list workspaces. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request. (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. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional) |
| includeItemAccess | If true, includes the workspace item actions the user is permitted to perform in the response. Defaults to false. (optional, default to false) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IWorkspaceApiAsync.
|
inline |
[EXPERIMENTAL] SearchItems: List items across all workspaces. List items across all workspaces.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| visibility | The visibility for the containing workspace; case is important. Available values: shared, personal. |
| asAt | The asAt datetime at which to retrieve workspace items. Defaults to 'latest' if not specified. (optional) |
| page | The pagination token to use to continue listing workspaces items from a previous call to list workspaces items. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request. (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. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IWorkspaceApiSync.
|
inline |
[EXPERIMENTAL] SearchItems: List items across all workspaces. List items across all workspaces.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| visibility | The visibility for the containing workspace; case is important. Available values: shared, personal. |
| asAt | The asAt datetime at which to retrieve workspace items. Defaults to 'latest' if not specified. (optional) |
| page | The pagination token to use to continue listing workspaces items from a previous call to list workspaces items. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request. (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. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IWorkspaceApiAsync.
|
inline |
[EXPERIMENTAL] SearchItems: List items across all workspaces. List items across all workspaces.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| visibility | The visibility for the containing workspace; case is important. Available values: shared, personal. |
| asAt | The asAt datetime at which to retrieve workspace items. Defaults to 'latest' if not specified. (optional) |
| page | The pagination token to use to continue listing workspaces items from a previous call to list workspaces items. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request. (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. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IWorkspaceApiSync.
|
inline |
[EXPERIMENTAL] SearchItems: List items across all workspaces. List items across all workspaces.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| visibility | The visibility for the containing workspace; case is important. Available values: shared, personal. |
| asAt | The asAt datetime at which to retrieve workspace items. Defaults to 'latest' if not specified. (optional) |
| page | The pagination token to use to continue listing workspaces items from a previous call to list workspaces items. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request. (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. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IWorkspaceApiAsync.
|
inline |
[EXPERIMENTAL] UpdateItem: Update an item in a workspace. Update an item in a workspace.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| visibility | The visibility for the containing workspace; case is important. Available values: shared, personal. |
| workspaceName | The workspace name. |
| groupName | The group containing the item. |
| itemName | The item name. |
| workspaceItemUpdateRequest | The new item details. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IWorkspaceApiSync.
|
inline |
[EXPERIMENTAL] UpdateItem: Update an item in a workspace. Update an item in a workspace.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| visibility | The visibility for the containing workspace; case is important. Available values: shared, personal. |
| workspaceName | The workspace name. |
| groupName | The group containing the item. |
| itemName | The item name. |
| workspaceItemUpdateRequest | The new item details. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IWorkspaceApiAsync.
|
inline |
[EXPERIMENTAL] UpdateItem: Update an item in a workspace. Update an item in a workspace.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| visibility | The visibility for the containing workspace; case is important. Available values: shared, personal. |
| workspaceName | The workspace name. |
| groupName | The group containing the item. |
| itemName | The item name. |
| workspaceItemUpdateRequest | The new item details. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IWorkspaceApiSync.
|
inline |
[EXPERIMENTAL] UpdateItem: Update an item in a workspace. Update an item in a workspace.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| visibility | The visibility for the containing workspace; case is important. Available values: shared, personal. |
| workspaceName | The workspace name. |
| groupName | The group containing the item. |
| itemName | The item name. |
| workspaceItemUpdateRequest | The new item details. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IWorkspaceApiAsync.
|
inline |
[EXPERIMENTAL] UpdateWorkspace: Update a workspace. Update a workspace.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| visibility | The visibility for the workspace; case is important. Available values: shared, personal. |
| workspaceName | The workspace name. |
| workspaceUpdateRequest | The new workspace details. |
| includeItemAccess | If true, includes the workspace item actions the user is permitted to perform in the response. Defaults to false. (optional, default to false) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IWorkspaceApiSync.
|
inline |
[EXPERIMENTAL] UpdateWorkspace: Update a workspace. Update a workspace.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| visibility | The visibility for the workspace; case is important. Available values: shared, personal. |
| workspaceName | The workspace name. |
| workspaceUpdateRequest | The new workspace details. |
| includeItemAccess | If true, includes the workspace item actions the user is permitted to perform in the response. Defaults to false. (optional, default to false) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IWorkspaceApiAsync.
|
inline |
[EXPERIMENTAL] UpdateWorkspace: Update a workspace. Update a workspace.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| visibility | The visibility for the workspace; case is important. Available values: shared, personal. |
| workspaceName | The workspace name. |
| workspaceUpdateRequest | The new workspace details. |
| includeItemAccess | If true, includes the workspace item actions the user is permitted to perform in the response. Defaults to false. (optional, default to false) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IWorkspaceApiSync.
|
inline |
[EXPERIMENTAL] UpdateWorkspace: Update a workspace. Update a workspace.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| visibility | The visibility for the workspace; case is important. Available values: shared, personal. |
| workspaceName | The workspace name. |
| workspaceUpdateRequest | The new workspace details. |
| includeItemAccess | If true, includes the workspace item actions the user is permitted to perform in the response. Defaults to false. (optional, default to false) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IWorkspaceApiAsync.
|
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.