Class CheckInsClient
- Namespace
- Crews.PlanningCenter.Api
- Assembly
- Crews.PlanningCenter.Api.dll
Client for accessing the Planning Center CheckIns API.
public class CheckInsClient
- Inheritance
-
CheckInsClient
- Inherited Members
Constructors
CheckInsClient(HttpClient)
Client for accessing the Planning Center CheckIns API.
public CheckInsClient(HttpClient httpClient)
Parameters
httpClientHttpClient
Properties
Latest
Gets a client for the latest version (2025-05-28) of the CheckIns API.
public OrganizationClient Latest { get; }
Property Value
V2018_08_01
Gets a client for version 2018-08-01 of the CheckIns API.
public OrganizationClient V2018_08_01 { get; }
Property Value
V2019_07_17
Gets a client for version 2019-07-17 of the CheckIns API.
public OrganizationClient V2019_07_17 { get; }
Property Value
V2023_04_05
Gets a client for version 2023-04-05 of the CheckIns API.
public OrganizationClient V2023_04_05 { get; }
Property Value
V2024_09_03
Gets a client for version 2024-09-03 of the CheckIns API.
public OrganizationClient V2024_09_03 { get; }
Property Value
V2024_11_07
Gets a client for version 2024-11-07 of the CheckIns API.
public OrganizationClient V2024_11_07 { get; }
Property Value
V2025_05_28
Gets a client for version 2025-05-28 of the CheckIns API.
public OrganizationClient V2025_05_28 { get; }