TextRequestClient.GetCustomFieldsAsync(Int32, CancellationToken) Method

Definition

Gets all custom fields

public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<System.Text.Json.JsonElement?>> GetCustomFieldsAsync(int idOfTheDashboardToMakeThisCallOn, System.Threading.CancellationToken cancellationToken = default);
abstract member GetCustomFieldsAsync : int * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Nullable<System.Text.Json.JsonElement>>>
override this.GetCustomFieldsAsync : int * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Nullable<System.Text.Json.JsonElement>>>
Public Overridable Function GetCustomFieldsAsync (idOfTheDashboardToMakeThisCallOn As Integer, Optional cancellationToken As CancellationToken = Nothing) As Task(Of List(Of Nullable(Of JsonElement)))

Parameters

idOfTheDashboardToMakeThisCallOn
Int32

Id of the dashboard to make this call on

cancellationToken
CancellationToken

Cancellation token.

Returns

The Gets all custom fields response.

Remarks

Gets all custom fields for this dashboard. Custom fields are unique between dashboards.

Applies to