Table of Contents

Class PaginatedSignupSheetMetadataClient

Namespace
Crews.PlanningCenter.Api.Services.V2018_11_01
Assembly
Crews.PlanningCenter.Api.dll

Client for interacting with SignupSheetMetadata collection resources.

public class PaginatedSignupSheetMetadataClient : PaginatedResourceClient<SignupSheetMetadata, SignupSheetMetadataResource, SignupSheetMetadataCollectionResponse, SignupSheetMetadataResponse>
Inheritance
PaginatedSignupSheetMetadataClient
Inherited Members

Constructors

PaginatedSignupSheetMetadataClient(HttpClient, Uri)

Client for interacting with SignupSheetMetadata collection resources.

public PaginatedSignupSheetMetadataClient(HttpClient httpClient, Uri uri)

Parameters

httpClient HttpClient
uri Uri

Methods

GetAsync(CancellationToken)

Fetches a paginated list of SignupSheetMetadata resources asynchronously.

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

Parameters

cancellationToken CancellationToken

A token to monitor for cancellation requests.

Returns

Task<SignupSheetMetadataCollectionResponse>

A task representing the asynchronous operation, containing a paginated list of SignupSheetMetadata resources.

Exceptions

JsonApiException

Thrown when the HTTP response indicates a failure status code.