API
⌘K
My Developer Account

SchedulingPreference

Household member scheduling preference

Example Request

curl https://api.planningcenteronline.com/services/v2/people/{person_id}/scheduling_preferences

View in API Explorer →

Example Object

{
  "type": "SchedulingPreference",
  "id": "1",
  "attributes": {
    "preference": "string"
  },
  "relationships": {
    "household_member": {
      "data": {
        "type": "Person",
        "id": "1"
      }
    }
  }
}

Attributes

Name Type Description
id primary_key
preference string

Relationships

Name Type Association Type Note
household_member Person to_one

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 /services/v2/people/{person_id}/scheduling_preferences

Reading

HTTP Method Endpoint
GET /services/v2/people/{person_id}/scheduling_preferences/{id}

Belongs To

HTTP Method Endpoint Association Details Filter By
GET https://api.planningcenteronline.com/services/v2/people/{person_id}/scheduling_preferences Person