Organization
An administrative structure, usually representing a single church. Contains date/time formatting and time zone preferences.
Example Request
curl https://api.planningcenteronline.com/calendar/v2
Example Object
{
"type": "Organization",
"id": "1",
"attributes": {
"calendar_starts_on": "string",
"date_format": "string",
"name": "string",
"onboarding": true,
"time_zone": "string",
"twenty_four_hour_time": true
},
"relationships": {}
}
Attributes
| Name | Type | Description |
|---|---|---|
calendar_starts_on |
string |
The day of the week the calendar starts on |
date_format |
string |
Possible values:
- |
id |
primary_key |
Unique identifier for the organization |
name |
string |
The name of the organization |
onboarding |
boolean |
Only available when requested with the |
time_zone |
string |
The time zone of the organization |
twenty_four_hour_time |
boolean |
|
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 | /calendar/v2 |
Reading
| HTTP Method | Endpoint |
|---|---|
| GET | /calendar/v2/{id} |
Associations
| HTTP Method | Endpoint | Returns | Details | Filter By |
|---|---|---|---|---|
| GET | https://api.planningcenteronline.com/calendar/v2/attachments |
Attachment | ||
| GET | https://api.planningcenteronline.com/calendar/v2/conflicts |
Conflict |
|
|
| GET | https://api.planningcenteronline.com/calendar/v2/event_instances |
EventInstance |
|
|
| GET | https://api.planningcenteronline.com/calendar/v2/event_resource_requests |
EventResourceRequest | ||
| GET | https://api.planningcenteronline.com/calendar/v2/events |
Event |
|
|
| GET | https://api.planningcenteronline.com/calendar/v2/feeds |
Feed | ||
| GET | https://api.planningcenteronline.com/calendar/v2/job_statuses |
JobStatus | ||
| GET | https://api.planningcenteronline.com/calendar/v2/people |
Person |
|
|
| GET | https://api.planningcenteronline.com/calendar/v2/report_templates |
ReportTemplate | ||
| GET | https://api.planningcenteronline.com/calendar/v2/resource_approval_groups |
ResourceApprovalGroup | ||
| GET | https://api.planningcenteronline.com/calendar/v2/resource_bookings |
ResourceBooking |
|
|
| GET | https://api.planningcenteronline.com/calendar/v2/resource_folders |
ResourceFolder |
|
|
| GET | https://api.planningcenteronline.com/calendar/v2/resource_questions |
ResourceQuestion | ||
| GET | https://api.planningcenteronline.com/calendar/v2/resources |
Resource |
|
|
| GET | https://api.planningcenteronline.com/calendar/v2/room_setups |
RoomSetup |
|
|
| GET | https://api.planningcenteronline.com/calendar/v2/tag_groups |
TagGroup |
|
|
| GET | https://api.planningcenteronline.com/calendar/v2/tags |
Tag |
|
Belongs To
| HTTP Method | Endpoint | Association | Details | Filter By |
|---|---|---|---|---|
| GET | https://api.planningcenteronline.com/calendar/v2/people/{person_id}/organization |
Person |