Theme
A custom style which may be applied to stations.
Example Object
{
"type": "Theme",
"id": "1",
"attributes": {
"background_color": "string",
"color": "string",
"created_at": "2000-01-01T12:00:00Z",
"image": "string",
"image_thumbnail": "string",
"mode": "string",
"name": "string",
"text_color": "string",
"updated_at": "2000-01-01T12:00:00Z"
},
"relationships": {}
}
Attributes
| Name |
Type |
Description |
background_color |
string |
|
color |
string |
|
created_at |
date_time |
|
id |
primary_key |
|
image |
string |
|
image_thumbnail |
string |
|
mode |
string |
|
name |
string |
|
text_color |
string |
|
updated_at |
date_time |
|
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/themes |
Reading
| HTTP Method |
Endpoint |
| GET |
/check-ins/v2/themes/{id} |
Belongs To
| HTTP Method |
Endpoint |
Association |
Details |
Filter By |
| GET |
https://api.planningcenteronline.com/check-ins/v2/themes |
Organization
|
|
|
| GET |
https://api.planningcenteronline.com/check-ins/v2/stations/{station_id}/theme |
Station
|
|
|