NoteTemplate
Example Request
curl https://api.planningcenteronline.com/publishing/v2/episodes/{episode_id}/note_template
View in API Explorer →
Example Object
{
"type": "NoteTemplate",
"id": "1",
"attributes": {
"auto_create_free_form_notes": true,
"enabled": true,
"published_at": "2000-01-01T12:00:00Z",
"template": "string"
},
"relationships": {}
}
Attributes
| Name |
Type |
Description |
auto_create_free_form_notes |
boolean |
|
enabled |
boolean |
|
id |
primary_key |
|
published_at |
date_time |
|
template |
string |
|
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 |
/publishing/v2/episodes/{episode_id}/note_template |
Reading
| HTTP Method |
Endpoint |
| GET |
/publishing/v2/episodes/{episode_id}/note_template/{id} |
Updating
| HTTP Method |
Endpoint |
Assignable Attributes |
| PATCH |
/publishing/v2/episodes/{episode_id}/note_template/{id} |
- enabled
- template
- auto_create_free_form_notes
|
Belongs To
| HTTP Method |
Endpoint |
Association |
Details |
Filter By |
| GET |
https://api.planningcenteronline.com/publishing/v2/episodes/{episode_id}/note_template |
Episode
|
|
|