API
⌘K
My Developer Account

ChannelDefaultEpisodeResource

The default EpisodeResources for a Channel

Example Request

curl https://api.planningcenteronline.com/publishing/v2/channels/{channel_id}/channel_default_episode_resources

View in API Explorer →

Example Object

{
  "type": "ChannelDefaultEpisodeResource",
  "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

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/channels/{channel_id}/channel_default_episode_resources

Reading

HTTP Method Endpoint
GET /publishing/v2/channels/{channel_id}/channel_default_episode_resources/{id}

Belongs To

HTTP Method Endpoint Association Details Filter By
GET https://api.planningcenteronline.com/publishing/v2/channels/{channel_id}/channel_default_episode_resources Channel