API
⌘K
My Developer Account

Organization

An organization which has people and events. This contains its date format & time zone preferences.

Example Request

curl https://api.planningcenteronline.com/check-ins/v2

View in API Explorer →

Example Object

{
  "type": "Organization",
  "id": "1",
  "attributes": {
    "avatar_url": "string",
    "created_at": "2000-01-01T12:00:00Z",
    "daily_check_ins": 1,
    "date_format_pattern": "string",
    "name": "string",
    "time_zone": "string",
    "updated_at": "2000-01-01T12:00:00Z"
  },
  "relationships": {}
}

Attributes

Name Type Description
avatar_url string
created_at date_time
daily_check_ins integer
date_format_pattern string
id primary_key
name string
time_zone string
updated_at date_time

Pagination

Name Parameter Type Description
per_page per_page integer how many records to return per page (min=1, max=100, default=25)
offset offset integer get results from given offset

Endpoints

Listing

HTTP Method Endpoint
GET /check-ins/v2

Reading

HTTP Method Endpoint
GET /check-ins/v2/{id}

Associations

HTTP Method Endpoint Returns Details Filter By
GET https://api.planningcenteronline.com/check-ins/v2/check_ins CheckIn
  • attendee
  • checked_out
  • first_time
  • guest
  • not_checked_out
  • not_one_time_guest
  • one_time_guest
  • regular
  • volunteer
GET https://api.planningcenteronline.com/check-ins/v2/event_times EventTime
GET https://api.planningcenteronline.com/check-ins/v2/events Event
  • archived
  • for_campus
  • for_headcounts
  • for_registrations
  • not_archived
GET https://api.planningcenteronline.com/check-ins/v2/headcounts Headcount
GET https://api.planningcenteronline.com/check-ins/v2/integration_links IntegrationLink
GET https://api.planningcenteronline.com/check-ins/v2/labels Label
GET https://api.planningcenteronline.com/check-ins/v2/options Option
GET https://api.planningcenteronline.com/check-ins/v2/passes Pass
GET https://api.planningcenteronline.com/check-ins/v2/people Person
GET https://api.planningcenteronline.com/check-ins/v2/stations Station
GET https://api.planningcenteronline.com/check-ins/v2/themes Theme

Belongs To

HTTP Method Endpoint Association Details Filter By
GET https://api.planningcenteronline.com/check-ins/v2/people/{person_id}/organization Person