Church Names

Church Names Documentation

Church Name [LIST]

Church Name [LIST]

Request

Endpoint

GET /api/v2/contacts/church_names
Content-Type: application/vnd.api+json

Body

Parameters

Filters

church_name_like

Type string

Description Filter by church name contents

Required No

Response

Headers

Content-Type: application/vnd.api+json; charset=utf-8
200 OK

Body

{
  "data": [
    {
      "id": "1e62775f-09e2-4c25-9a12-93f35e108ebe",
      "type": "church_names",
      "attributes": {
        "church_name": "Beautiful Saviour"
      }
    },
    {
      "id": "4c391a2d-9492-4305-be18-b531487d9ffa",
      "type": "church_names",
      "attributes": {
        "church_name": "Calvary Chapel"
      }
    },
    {
      "id": "b8114889-5fab-4cd6-b658-1e269a352247",
      "type": "church_names",
      "attributes": {
        "church_name": "Cross of Christ"
      }
    }
  ]
}

Fields

data

Type [string]

Description An array of Church Names

Last updated