API
⌘K
My Developer Account

ChannelNextTime

The next default time for a channel

Example Request

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

View in API Explorer →

Example Object

{
  "type": "ChannelNextTime",
  "id": "1",
  "attributes": {
    "starts_at": "2000-01-01T12:00:00Z"
  },
  "relationships": {}
}

Attributes

Name Type Description
id primary_key
starts_at date_time

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

Reading

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

Belongs To

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