BirthdayPeople Collection Only
Returns upcoming birthdays for the organization.
Note: This endpoint will always only return the first 15 people having a birthday in the next 30 days, ordered by birthday, ascending.
Example Request
curl https://api.planningcenteronline.com/people/v2/birthday_people
Example Object
{
"type": "BirthdayPeople",
"id": "1",
"attributes": {},
"relationships": {}
}
Attributes
| Name | Type | Description |
|---|---|---|
id |
primary_key |
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 | /people/v2/birthday_people |
Belongs To
| HTTP Method | Endpoint | Association | Details | Filter By |
|---|---|---|---|---|
| GET | https://api.planningcenteronline.com/people/v2/birthday_people |
Organization |