API
⌘K
My Developer Account

EmailTemplateRenderedResponse Collection Only

A EmailTemplateRenderedResponse Resource

Example Request

curl https://api.planningcenteronline.com/services/v2

View in API Explorer →

Example Object

{
  "type": "EmailTemplateRenderedResponse",
  "id": "1",
  "attributes": {
    "body": "string",
    "subject": "string"
  },
  "relationships": {
    "person": {
      "data": {
        "type": "Person",
        "id": "1"
      }
    },
    "email_template": {
      "data": {
        "type": "EmailTemplate",
        "id": "1"
      }
    }
  }
}

Attributes

Name Type Description
body string
id primary_key
subject string

Relationships

Name Type Association Type Note
person Person to_one
email_template EmailTemplate to_one

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