API
⌘K
My Developer Account

Person

Example Request

curl https://api.planningcenteronline.com/registrations/v2/signups/{signup_id}/attendees/{attendee_id}/person

View in API Explorer →

Example Object

{
  "type": "Person",
  "id": "1",
  "attributes": {
    "first_name": "string",
    "last_name": "string",
    "name": "string"
  },
  "relationships": {}
}

Attributes

Name Type Description
first_name string
id primary_key
last_name string
name string

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 /registrations/v2/signups/{signup_id}/attendees/{attendee_id}/person

Reading

HTTP Method Endpoint
GET /registrations/v2/signups/{signup_id}/attendees/{attendee_id}/person/{id}

Belongs To

HTTP Method Endpoint Association Details Filter By
GET https://api.planningcenteronline.com/registrations/v2/signups/{signup_id}/attendees/{attendee_id}/person Attendee
GET https://api.planningcenteronline.com/registrations/v2/signups/{signup_id}/registrations/{registration_id}/created_by Registration
GET https://api.planningcenteronline.com/registrations/v2/signups/{signup_id}/registrations/{registration_id}/registrant_contact Registration