ListStar
A starred list for a person indicates it is special in some way
Example Request
curl https://api.planningcenteronline.com/people/v2/lists/{list_id}/star
View in API Explorer →
Example Object
{
"type": "ListStar",
"id": "1",
"attributes": {
"created_at": "2000-01-01T12:00:00Z"
},
"relationships": {}
}
Attributes
| Name |
Type |
Description |
created_at |
date_time |
|
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/lists/{list_id}/star |
Reading
| HTTP Method |
Endpoint |
| GET |
/people/v2/lists/{list_id}/star/{id} |
Creating
| HTTP Method |
Endpoint |
| POST |
/people/v2/lists/{list_id}/star |
Deleting
| HTTP Method |
Endpoint |
| DELETE |
/people/v2/lists/{list_id}/star/{id} |
Belongs To
| HTTP Method |
Endpoint |
Association |
Details |
Filter By |
| GET |
https://api.planningcenteronline.com/people/v2/lists/{list_id}/star |
List
|
|
|