ArrangementSections
Sections of an Arrangement, derived from its chord chart
Example Request
curl https://api.planningcenteronline.com/services/v2/songs/{song_id}/arrangements/{arrangement_id}/sections
Example Object
{
"type": "ArrangementSections",
"id": "1",
"attributes": {
"sections": []
},
"relationships": {}
}
Attributes
| Name | Type | Description |
|---|---|---|
id |
primary_key |
|
sections |
array |
Given an arrangement with the folowing
The value will be: |
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 | /services/v2/songs/{song_id}/arrangements/{arrangement_id}/sections |
Reading
| HTTP Method | Endpoint |
|---|---|
| GET | /services/v2/songs/{song_id}/arrangements/{arrangement_id}/sections/{id} |
Belongs To
| HTTP Method | Endpoint | Association | Details | Filter By |
|---|---|---|---|---|
| GET | https://api.planningcenteronline.com/services/v2/songs/{song_id}/arrangements/{arrangement_id}/sections |
Arrangement |