Organization
The root level Organization record which serves as a link to Donations, People, Funds, etc.
Example Request
curl https://api.planningcenteronline.com/giving/v2
Example Object
{
"type": "Organization",
"id": "1",
"attributes": {
"name": "string",
"text2give_enabled": true,
"time_zone": "string"
},
"relationships": {}
}
Attributes
| Name | Type | Description |
|---|---|---|
id |
primary_key |
The unique identifier for an organization. |
name |
string |
The name for an organization. |
text2give_enabled |
boolean |
|
time_zone |
string |
The time zone for an organization. |
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 | /giving/v2 |
Reading
| HTTP Method | Endpoint |
|---|---|
| GET | /giving/v2/{id} |
Associations
| HTTP Method | Endpoint | Returns | Details | Filter By |
|---|---|---|---|---|
| GET | https://api.planningcenteronline.com/giving/v2/batch_groups |
BatchGroup |
|
|
| GET | https://api.planningcenteronline.com/giving/v2/batches |
Batch |
|
|
| GET | https://api.planningcenteronline.com/giving/v2/campuses |
Campus | ||
| GET | https://api.planningcenteronline.com/giving/v2/donations |
Donation |
|
|
| GET | https://api.planningcenteronline.com/giving/v2/funds |
Fund | ||
| GET | https://api.planningcenteronline.com/giving/v2/in_kind_donations |
InKindDonation | ||
| GET | https://api.planningcenteronline.com/giving/v2/labels |
Label | ||
| GET | https://api.planningcenteronline.com/giving/v2/payment_sources |
PaymentSource | ||
| GET | https://api.planningcenteronline.com/giving/v2/people |
Person |
|
|
| GET | https://api.planningcenteronline.com/giving/v2/recurring_donations |
RecurringDonation |