Registration
curl https://api.planningcenteronline.com/registrations/v2/signups/{signup_id}/registrations
View in API Explorer →
{
"type": "Registration",
"id": "1",
"attributes": {
"created_at": "2000-01-01T12:00:00Z",
"updated_at": "2000-01-01T12:00:00Z"
},
"relationships": {}
}
| Name |
Type |
Description |
created_at |
date_time |
|
id |
primary_key |
|
updated_at |
date_time |
|
| Parameter |
Value |
Description |
Assignable |
| include |
created_by |
include associated created_by
|
|
| include |
registrant_contact |
include associated registrant_contact
|
|
| 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
|
| HTTP Method |
Endpoint |
| GET |
/registrations/v2/signups/{signup_id}/registrations |
Notes:
Organization admins can see all registrations for all signups.
Signup managers can only see the registrations for signups they manage.
Reading
| HTTP Method |
Endpoint |
| GET |
/registrations/v2/signups/{signup_id}/registrations/{id} |
Notes:
Organization admins can see all registrations for all signups.
Signup managers can only see the registrations for signups they manage.
| HTTP Method |
Endpoint |
Returns |
Details |
Filter By |
| GET |
https://api.planningcenteronline.com/registrations/v2/signups/{signup_id}/registrations/{registration_id}/created_by |
Person
|
|
|
| GET |
https://api.planningcenteronline.com/registrations/v2/signups/{signup_id}/registrations/{registration_id}/registrant_contact |
Person
|
|
|
| HTTP Method |
Endpoint |
Association |
Details |
Filter By |
| GET |
https://api.planningcenteronline.com/registrations/v2/signups/{signup_id}/attendees/{attendee_id}/registration |
Attendee
|
|
|
| GET |
https://api.planningcenteronline.com/registrations/v2/signups/{signup_id}/registrations |
Signup
|
|
|