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

Public Member Functions | |
| System.Threading.Tasks.Task< ResourceListOfScopeDefinition > | ListScopesAsync (string filter=default(string), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken)) |
| [EARLY ACCESS] List Scopes More... | |
| System.Threading.Tasks.Task< ApiResponse< ResourceListOfScopeDefinition > > | ListScopesWithHttpInfoAsync (string filter=default(string), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken)) |
| [EARLY ACCESS] List Scopes More... | |
Public Member Functions inherited from Lusid.Sdk.Client.IApiAccessor | |
| String | GetBasePath () |
| Gets the base path of the API client. More... | |
Additional Inherited Members | |
Properties inherited from Lusid.Sdk.Client.IApiAccessor | |
| IReadableConfiguration | Configuration [get, set] |
| Gets or sets the configuration object More... | |
| 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
| System.Threading.Tasks.Task<ResourceListOfScopeDefinition> Lusid.Sdk.Api.IScopesApiAsync.ListScopesAsync | ( | string | filter = default(string), |
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) |
||
| ) |
[EARLY ACCESS] List Scopes
List all the scopes that contain data.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| filter | Expression to filter the result set. For example, to filter on the Scope, use "scope eq 'string'" Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
| cancellationToken | Cancellation Token to cancel the request. |
Implemented in Lusid.Sdk.Api.ScopesApi.
| System.Threading.Tasks.Task<ApiResponse<ResourceListOfScopeDefinition> > Lusid.Sdk.Api.IScopesApiAsync.ListScopesWithHttpInfoAsync | ( | string | filter = default(string), |
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) |
||
| ) |
[EARLY ACCESS] List Scopes
List all the scopes that contain data.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| filter | Expression to filter the result set. For example, to filter on the Scope, use "scope eq 'string'" Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
| cancellationToken | Cancellation Token to cancel the request. |
Implemented in Lusid.Sdk.Api.ScopesApi.
1.8.13