API
⌘K
My Developer Account

PublicView

Manage options for a public plan

Example Request

curl https://api.planningcenteronline.com/services/v2/service_types/{service_type_id}/public_view

View in API Explorer →

Example Object

{
  "type": "PublicView",
  "id": "1",
  "attributes": {
    "amazon": true,
    "headers": true,
    "item_descriptions": true,
    "item_lengths": true,
    "itunes": true,
    "media_items": true,
    "regular_items": true,
    "series_and_plan_titles": true,
    "series_artwork": true,
    "service_times": true,
    "song_items": true,
    "spotify": true,
    "vimeo": true,
    "youtube": true
  },
  "relationships": {}
}

Attributes

Name Type Description
amazon boolean
headers boolean
id primary_key
item_descriptions boolean
item_lengths boolean
itunes boolean
media_items boolean
regular_items boolean
series_and_plan_titles boolean
series_artwork boolean
service_times boolean
song_items boolean
spotify boolean
vimeo boolean
youtube boolean

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/service_types/{service_type_id}/public_view

Reading

HTTP Method Endpoint
GET /services/v2/service_types/{service_type_id}/public_view/{id}

Belongs To

HTTP Method Endpoint Association Details Filter By
GET https://api.planningcenteronline.com/services/v2/service_types/{service_type_id}/public_view ServiceType