API
⌘K
My Developer Account

LiveController

A person who can control Services LIVE without the required permissions

Example Request

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

View in API Explorer →

Example Object

{
  "type": "LiveController",
  "id": "1",
  "attributes": {
    "created_at": "2000-01-01T12:00:00Z",
    "full_name": "string",
    "photo_thumbnail_url": "string",
    "updated_at": "2000-01-01T12:00:00Z"
  },
  "relationships": {
    "person": {
      "data": {
        "type": "Person",
        "id": "1"
      }
    }
  }
}

Attributes

Name Type Description
created_at date_time
full_name string
id primary_key
photo_thumbnail_url string
updated_at date_time

Relationships

Name Type Association Type Note
person Person to_one

Order By

Parameter Value Type Description
order created_at string prefix with a hyphen (-created_at) to reverse the order
order updated_at string prefix with a hyphen (-updated_at) 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 /services/v2/service_types/{service_type_id}/live_controllers

Reading

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

Belongs To

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