Table of Contents

Class FormSubmissionValueClient

Namespace
Crews.PlanningCenter.Api.People.V2022_01_05
Assembly
Crews.PlanningCenter.Api.dll

Client for interacting with the FormSubmissionValue resource.

public class FormSubmissionValueClient : SingletonResourceClient<FormSubmissionValue, FormSubmissionValueResource, FormSubmissionValueResponse>
Inheritance
FormSubmissionValueClient
Inherited Members

Constructors

FormSubmissionValueClient(HttpClient, Uri)

Client for interacting with the FormSubmissionValue resource.

public FormSubmissionValueClient(HttpClient httpClient, Uri uri)

Parameters

httpClient HttpClient
uri Uri

Methods

GetAsync(CancellationToken)

Fetches the FormSubmissionValue resource asynchronously.

public Task<FormSubmissionValueResponse> GetAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A token to monitor for cancellation requests.

Returns

Task<FormSubmissionValueResponse>

A task representing the asynchronous operation, containing the FormSubmissionValue resource.

Exceptions

JsonApiException

Thrown when the HTTP response indicates a failure status code.