Tasks
Read tasks of a specific employee
get/tasks/people/{id}
Path parameters
idstring required
The Employee ID as pulled from the database, or from the URL In Bob when viewing the employee. For example, if the URL in Bob is "https://app.hibob.com/employee-profile/3332883884017713238" you should copy the "3332883884017713238".
Query parameters
task_status'open' | 'closed'
filter tasks by open / closed status. Not sending task_status will return all tasks.
Response
All of a specific employee's open tasks.