ReportTemplate
A template for generating reports
Example Request
curl https://api.planningcenteronline.com/services/v2/report_templates
Example Object
{
"type": "ReportTemplate",
"id": "1",
"attributes": {
"body": "string",
"default": true,
"title": "string",
"type": "string"
},
"relationships": {}
}
Attributes
| Name | Type | Description |
|---|---|---|
body |
string |
|
default |
boolean |
A template provided by Planning Center |
id |
primary_key |
|
title |
string |
|
type |
string |
Possible values: |
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/report_templates |
Reading
| HTTP Method | Endpoint |
|---|---|
| GET | /services/v2/report_templates/{id} |
Belongs To
| HTTP Method | Endpoint | Association | Details | Filter By |
|---|---|---|---|---|
| GET | https://api.planningcenteronline.com/services/v2/report_templates |
Organization |
|