API
⌘K
My Developer Account

Owner

The owner/creator of an event note.

Example Request

curl https://api.planningcenteronline.com/groups/v2/events/{event_id}/notes/{note_id}/owner

View in API Explorer →

Example Object

{
  "type": "Owner",
  "id": "1",
  "attributes": {
    "avatar_url": "string",
    "first_name": "string",
    "last_name": "string"
  },
  "relationships": {}
}

Attributes

Name Type Description
avatar_url string The URL of the person's avatar.
first_name string The person's first name.
id primary_key
last_name string The person's last name.

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 /groups/v2/events/{event_id}/notes/{note_id}/owner

Reading

HTTP Method Endpoint
GET /groups/v2/events/{event_id}/notes/{note_id}/owner/{id}

Belongs To

HTTP Method Endpoint Association Details Filter By
GET https://api.planningcenteronline.com/groups/v2/events/{event_id}/notes/{event_note_id}/owner EventNote person who created the note