API
⌘K
My Developer Account

Grade Collection Only

Example Request

curl https://api.planningcenteronline.com/people/v2

View in API Explorer →

Example Object

{
  "type": "Grade",
  "id": "1",
  "attributes": {
    "key": 1,
    "value": "string"
  },
  "relationships": {}
}

Attributes

Name Type Description
id primary_key
key integer
value 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 /people/v2