Breeze integration (Productivity, Communication). Imported from open-connector.
https://{subdomain}.breezechms.com/people
| Param | Type | Required | Description |
|---|---|---|---|
| subdomain | string | optional | Breeze church subdomain without the .breezechms.com suffix. |
| details | boolean | optional | Whether to request the full Breeze person details payload. |
| limit | integer | optional | Maximum number of Breeze people to return. Use 0 to request all records. |
| offset | integer | optional | Number of Breeze people to skip before returning results. |
| filter_json | object | optional | Breeze filter_json object keyed by official Breeze profile field or filter name… |
/people/{personId}
| Param | Type | Required | Description |
|---|---|---|---|
| subdomain | string | optional | Breeze church subdomain without the .breezechms.com suffix. |
| person_id | integer | required | Breeze person identifier to read. |
| details | boolean | optional | Whether to request the full Breeze person details payload. |
| personId | string | required | Path parameter: personId |
/profile
| Param | Type | Required | Description |
|---|---|---|---|
| subdomain | string | optional | Breeze church subdomain without the .breezechms.com suffix. |
/tags/list_tags
| Param | Type | Required | Description |
|---|---|---|---|
| subdomain | string | optional | Breeze church subdomain without the .breezechms.com suffix. |
| folder_id | integer | optional | Breeze tag folder identifier used to filter tags. |
/tags/list_folders
| Param | Type | Required | Description |
|---|---|---|---|
| subdomain | string | optional | Breeze church subdomain without the .breezechms.com suffix. |