get https://api.tidy.com/api/v1/jobs
List all Jobs for an account.
Filters
You can filter Jobs using these params:
param | possible values | examples | description |
---|---|---|---|
address_id | Integer | 1 or 1,2 | filter by an address.id . (Use commas to filter by more than one) |
status | scheduled , in_progress , completed , cancelled , failed | scheduled or scheduled,in_progress | filter by status . (Use commas to filter by more than one) |
to_do_list_id | Integer | 1 or 1,2 | filter by an to_do_list.id . (Use commas to filter by more than one) |