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": "5463c732-ee37-4276-ac69-b50721a472ad",
"type": "church_names",
"attributes": {
"church_name": "Beautiful Saviour"
}
},
{
"id": "c391b797-b279-42e9-b456-937195ef5a78",
"type": "church_names",
"attributes": {
"church_name": "Calvary Chapel"
}
},
{
"id": "eec3f445-9059-4acf-83f8-959e208944fe",
"type": "church_names",
"attributes": {
"church_name": "Cross of Christ"
}
}
]
}
Fields
data
Type
[string]
Description An array of Church Names
Last updated