PlanPersonTime
Example Request
curl https://api.planningcenteronline.com/services/v2/people/{person_id}/plan_people/{plan_person_id}/plan_person_times
View in API Explorer →
Example Object
{
"type": "PlanPersonTime",
"id": "1",
"attributes": {
"created_at": "2000-01-01T12:00:00Z",
"status": "string",
"updated_at": "2000-01-01T12:00:00Z"
},
"relationships": {
"plan_time": {
"data": {
"type": "PlanTime",
"id": "1"
}
},
"plan": {
"data": {
"type": "Plan",
"id": "1"
}
},
"plan_person": {
"data": {
"type": "PlanPerson",
"id": "1"
}
}
}
}
Attributes
| Name |
Type |
Description |
created_at |
date_time |
|
id |
primary_key |
|
status |
string |
|
updated_at |
date_time |
|
Relationships
| Name |
Type |
Association Type |
Note |
| plan_time |
PlanTime |
to_one |
|
| plan |
Plan |
to_one |
|
| plan_person |
PlanPerson |
to_one |
|
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 |
/services/v2/people/{person_id}/plan_people/{plan_person_id}/plan_person_times |
Reading
| HTTP Method |
Endpoint |
| GET |
/services/v2/people/{person_id}/plan_people/{plan_person_id}/plan_person_times/{id} |
Belongs To
| HTTP Method |
Endpoint |
Association |
Details |
Filter By |
| GET |
https://api.planningcenteronline.com/services/v2/people/{person_id}/plan_people/{plan_person_id}/plan_person_times |
PlanPerson
|
|
|