API
⌘K
My Developer Account

ContainingResource

The containing record for a RoomSetup. Can be a Resource or an Organization

Example Request

curl https://api.planningcenteronline.com/calendar/v2/room_setups/{room_setup_id}/containing_resource

View in API Explorer →

Example Object

{
  "type": "ContainingResource",
  "id": "1",
  "attributes": {},
  "relationships": {}
}

Attributes

Name Type Description
id primary_key

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/room_setups/{room_setup_id}/containing_resource

Reading

HTTP Method Endpoint
GET /calendar/v2/room_setups/{room_setup_id}/containing_resource/{id}

Belongs To

HTTP Method Endpoint Association Details Filter By
GET https://api.planningcenteronline.com/calendar/v2/room_setups/{room_setup_id}/containing_resource RoomSetup