API
⌘K
My Developer Account

EmergencyContact

Emergency_Contact is the person assigned as the emergency contact for an attendee.

Example Request

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

View in API Explorer →

Example Object

{
  "type": "EmergencyContact",
  "id": "1",
  "attributes": {
    "name": "string",
    "phone_number": "string"
  },
  "relationships": {}
}

Attributes

Name Type Description
id primary_key
name string
phone_number string Phone number of the emergency contact person.

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}/emergency_contact

Reading

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

Belongs To

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