SignupSheetMetadata
Collection Only
A SignupSheetMetadata Resource
Example Request
curl https://api.planningcenteronline.com/services/v2/people/{person_id}/available_signups/{available_signup_id}/signup_sheets/{signup_sheet_id}/signup_sheet_metadata
View in API Explorer →
Example Object
{
"type": "SignupSheetMetadata",
"id": "1",
"attributes": {
"conflicts": {},
"ends_at": "2000-01-01T12:00:00Z",
"starts_at": "2000-01-01T12:00:00Z",
"time_name": "string",
"time_type": "string"
},
"relationships": {
"plan_time": {
"data": {
"type": "PlanTime",
"id": "1"
}
}
}
}
Attributes
| Name |
Type |
Description |
conflicts |
hash |
|
ends_at |
date_time |
|
id |
primary_key |
|
starts_at |
date_time |
|
time_name |
string |
|
time_type |
string |
|
Relationships
| Name |
Type |
Association Type |
Note |
| plan_time |
PlanTime |
to_one |
|
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/people/{person_id}/available_signups/{available_signup_id}/signup_sheets/{signup_sheet_id}/signup_sheet_metadata |
Belongs To
| HTTP Method |
Endpoint |
Association |
Details |
Filter By |
| GET |
https://api.planningcenteronline.com/services/v2/people/{person_id}/available_signups/{available_signup_id}/signup_sheets/{signup_sheet_id}/signup_sheet_metadata |
SignupSheet
|
|
|