List Tasks

GET https://api.freshbooks.com/accounting/account/{{accountId}}/projects/tasks

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"response":{"result":{"page":1,"pages":1,"per_page":15,"tasks":[{"billable":true,"description":"","id":55226,"name":"Computer Hardware","rate":{"amount":"0.00","code":"USD"},"taskid":55226,"tax1":0,"tax2":0,"tdesc":"","tname":"Computer Hardware","updated":"2019-04-18 09:14:53","vis_state":0},{"billable":true,"description":"Specific consulting services for a specific reason","id":70986,"name":"Consulting","rate":{"amount":"45.00","code":"USD"},"taskid":70986,"tax1":0,"tax2":0,"tdesc":"Specific consulting services for a specific reason","tname":"Consulting","updated":"2019-04-23 14:47:22","vis_state":0},{"billable":true,"description":"Specific contracting services for a specific reason","id":70988,"name":"Contracting","rate":{"amount":"45.00","code":"USD"},"taskid":70988,"tax1":0,"tax2":0,"tdesc":"Specific contracting services for a specific reason","tname":"Contracting","updated":"2019-04-23 14:48:11","vis_state":0},{"billable":true,"description":"Hourly rate for doing positive things","id":70992,"name":"Saving Planet","rate":{"amount":"1000.00","code":"USD"},"taskid":70992,"tax1":0,"tax2":0,"tdesc":"Hourly rate for doing positive things","tname":"Saving Planet","updated":"2019-04-23 14:50:57","vis_state":0}],"total":4}}}