News from Planado team
We have updated our API. You can now use queries to:
1) Edit description.
PATCH https://api.planadoapp.com/api/v1/jobs/{job_id}.json
{
"description": "example of a job description"
}
2) Change the date and duration of jobs that have not been started.
PATCH https://api.planadoapp.com/api/v1/jobs/{job_id}.json
{
"scheduled_at": "2018-12-10T15:00:00",
"scheduled_duration_min": 60
}
3) Get a list of client's or object jobs. You can use both id and uuid.
GET https://api.planadoapp.com/api/v1/jobs.json?client_id={client_id}
GET https://api.planadoapp.com/api/v1/jobs.json?site_id={site_id}
Remember to put the right headings with your token and choose the JSON encoding.
Our API documentation is also available at api-docs.planadoapp.com.
Still not sure?
Sign up for your free trial and get full access to all features for 14 days.
Get started with Planado today.
No credit card required.
This website uses cookies.
Learn more