LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...
Additional Inherited Members | |
Public Member Functions inherited from Lusid.Sdk.Api.IScopesApiSync | |
ResourceListOfScopeDefinition | ListEntityScopes (string entityType, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), int operationIndex=0, ConfigurationOptions? opts=null) |
ListEntityScopes: List Entity Scopes More... | |
Lusid.Sdk.Client.ApiResponse< ResourceListOfScopeDefinition > | ListEntityScopesWithHttpInfo (string entityType, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), int operationIndex=0, ConfigurationOptions? opts=null) |
ListEntityScopes: List Entity Scopes More... | |
ResourceListOfScopeDefinition | ListScopes (string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
ListScopes: List Scopes More... | |
Lusid.Sdk.Client.ApiResponse< ResourceListOfScopeDefinition > | ListScopesWithHttpInfo (string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
ListScopes: List Scopes More... | |
Public Member Functions inherited from Lusid.Sdk.Api.IScopesApiAsync | |
System.Threading.Tasks.Task< ResourceListOfScopeDefinition > | ListEntityScopesAsync (string entityType, 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) |
ListEntityScopes: List Entity Scopes More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfScopeDefinition > > | ListEntityScopesWithHttpInfoAsync (string entityType, 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) |
ListEntityScopes: List Entity Scopes More... | |
System.Threading.Tasks.Task< ResourceListOfScopeDefinition > | ListScopesAsync (string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
ListScopes: List Scopes More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfScopeDefinition > > | ListScopesWithHttpInfoAsync (string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
ListScopes: List Scopes More... | |
Represents a collection of functions to interact with the API endpoints