API
⌘K
My Developer Account

SkippedAttachment

a skipped attachment

Example Request

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

View in API Explorer →

Example Object

{
  "type": "SkippedAttachment",
  "id": "1",
  "attributes": {
    "skipped": true
  },
  "relationships": {
    "person": {
      "data": {
        "type": "Person",
        "id": "1"
      }
    },
    "attachment": {
      "data": {
        "type": "Attachment",
        "id": "1"
      }
    }
  }
}

Attributes

Name Type Description
id primary_key
skipped boolean

Relationships

Name Type Association Type Note
person Person to_one
attachment Attachment to_one

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

Reading

HTTP Method Endpoint
GET /services/v2/{id}