API
⌘K
My Developer Account

EpisodeResource

Example Request

curl https://api.planningcenteronline.com/publishing/v2/episodes/{episode_id}/episode_resources

View in API Explorer →

Example Object

{
  "type": "EpisodeResource",
  "id": "1",
  "attributes": {
    "featured": true,
    "icon": "string",
    "kind": "string",
    "position": 1,
    "title": "string",
    "type": "string",
    "url": "string"
  },
  "relationships": {}
}

Attributes

Name Type Description
featured boolean
icon string
id primary_key
kind string Possible values: `giving_fund`, `people_form`, `generic_url`, `services_public_page`
position integer
title string
type string
url string

Order By

Parameter Value Type Description
order position string prefix with a hyphen (-position) to reverse the order

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}/episode_resources

Reading

HTTP Method Endpoint
GET /publishing/v2/episodes/{episode_id}/episode_resources/{id}

Creating

HTTP Method Endpoint Assignable Attributes
POST /publishing/v2/episodes/{episode_id}/episode_resources
  • featured
  • icon
  • position
  • title
  • type
  • url

Updating

HTTP Method Endpoint Assignable Attributes
PATCH /publishing/v2/episodes/{episode_id}/episode_resources/{id}
  • featured
  • icon
  • position
  • title
  • type
  • url

Deleting

HTTP Method Endpoint
DELETE /publishing/v2/episodes/{episode_id}/episode_resources/{id}

Belongs To

HTTP Method Endpoint Association Details Filter By
GET https://api.planningcenteronline.com/publishing/v2/episodes/{episode_id}/episode_resources Episode