Registration
{
"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/registrations |
Notes:
Signup managers can resolve individual registrations for events they manage.
Collection access from org root is not supported — use the event edge instead.
Reading
| HTTP Method |
Endpoint |
| GET |
/registrations/v2/registrations/{id} |
Notes:
Signup managers can resolve individual registrations for events they manage.
Collection access from org root is not supported — use the event edge instead.
| HTTP Method |
Endpoint |
Returns |
Details |
Filter By |
| GET |
https://api.planningcenteronline.com/registrations/v2/registrations/{registration_id}/created_by |
Person
|
|
|
| GET |
https://api.planningcenteronline.com/registrations/v2/registrations/{registration_id}/registrant_contact |
Person
|
|
|
| HTTP Method |
Endpoint |
Association |
Details |
Filter By |
| GET |
https://api.planningcenteronline.com/registrations/v2/attendees/{attendee_id}/registration |
Attendee
|
|
|
| GET |
https://api.planningcenteronline.com/registrations/v2/registrations |
Organization
|
|
|
| GET |
https://api.planningcenteronline.com/registrations/v2/signups/{signup_id}/registrations |
Signup
|
|
|