TextRequestClient.GetGroupsAsync Method

Definition

Gets all groups

public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.TextRequest.Models.GetGroupsResponse> GetGroupsAsync(int idOfTheDashboardToMakeThisCallOn, int numberPageToGet, int amountOfEachEntityToGetPerPage, System.Threading.CancellationToken cancellationToken = default);
abstract member GetGroupsAsync : int * int * int * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.TextRequest.Models.GetGroupsResponse>
override this.GetGroupsAsync : int * int * int * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.TextRequest.Models.GetGroupsResponse>
Public Overridable Function GetGroupsAsync (idOfTheDashboardToMakeThisCallOn As Integer, numberPageToGet As Integer, amountOfEachEntityToGetPerPage As Integer, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GetGroupsResponse)

Parameters

idOfTheDashboardToMakeThisCallOn
Int32

Id of the dashboard to make this call on

numberPageToGet
Int32

Number page to get

amountOfEachEntityToGetPerPage
Int32

Amount of each entity to get per page

cancellationToken
CancellationToken

Cancellation token.

Returns

The Gets all groups response.

Remarks

Gets all groups for the user's account.

Applies to