LocationLabel
Says how many of a given label to print for this location and
whether to print it for regulars, guests, and/or volunteers.
Example Request
curl https://api.planningcenteronline.com/check-ins/v2/labels/{label_id}/location_labels
View in API Explorer →
Example Object
{
"type": "LocationLabel",
"id": "1",
"attributes": {
"created_at": "2000-01-01T12:00:00Z",
"for_guest": true,
"for_regular": true,
"for_volunteer": true,
"quantity": 1,
"updated_at": "2000-01-01T12:00:00Z"
},
"relationships": {}
}
Attributes
| Name |
Type |
Description |
created_at |
date_time |
|
for_guest |
boolean |
|
for_regular |
boolean |
|
for_volunteer |
boolean |
|
id |
primary_key |
|
quantity |
integer |
|
updated_at |
date_time |
|
Can Include
| Parameter |
Value |
Description |
Assignable |
| include |
label |
include associated label |
|
| include |
location |
include associated location |
|
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 |
/check-ins/v2/labels/{label_id}/location_labels |
Reading
| HTTP Method |
Endpoint |
| GET |
/check-ins/v2/labels/{label_id}/location_labels/{id} |
Associations
| HTTP Method |
Endpoint |
Returns |
Details |
Filter By |
| GET |
https://api.planningcenteronline.com/check-ins/v2/labels/{label_id}/location_labels/{location_label_id}/label |
Label
|
|
|
| GET |
https://api.planningcenteronline.com/check-ins/v2/labels/{label_id}/location_labels/{location_label_id}/location |
Location
|
|
|
Belongs To
| HTTP Method |
Endpoint |
Association |
Details |
Filter By |
| GET |
https://api.planningcenteronline.com/check-ins/v2/labels/{label_id}/location_labels |
Label
|
|
|
| GET |
https://api.planningcenteronline.com/check-ins/v2/check_ins/{check_in_id}/locations/{location_id}/location_labels |
Location
|
|
|