Email
A persons email
{
"type": "Email",
"id": "1",
"attributes": {
"address": "string",
"primary": true
},
"relationships": {}
}
| Name |
Type |
Description |
address |
string |
|
id |
primary_key |
|
primary |
boolean |
|
| 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 |
/services/v2/people/{person_id}/emails |
Reading
| HTTP Method |
Endpoint |
| GET |
/services/v2/people/{person_id}/emails/{id} |
| HTTP Method |
Endpoint |
Association |
Details |
Filter By |
| GET |
https://api.planningcenteronline.com/services/v2/people/{person_id}/emails |
Person
|
|
|