JobStatus
Example Object
{
"type": "JobStatus",
"id": "1",
"attributes": {
"errors": {},
"message": "string",
"retries": 1,
"started_at": "2000-01-01T12:00:00Z",
"status": "string"
},
"relationships": {}
}
Attributes
| Name |
Type |
Description |
errors |
json |
|
id |
primary_key |
|
message |
string |
|
retries |
integer |
|
started_at |
date_time |
|
status |
string |
|
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/job_statuses |
Reading
| HTTP Method |
Endpoint |
| GET |
/calendar/v2/job_statuses/{id} |
Belongs To
| HTTP Method |
Endpoint |
Association |
Details |
Filter By |
| GET |
https://api.planningcenteronline.com/calendar/v2/job_statuses |
Organization
|
|
|