teamwork.com-project-management
teamwork.com-project-management copied to clipboard
GET - how to list all tasks ?
Heya - I'm fairly new to this sorry! But I want to create a troll style board for my team, but spitting out the tasks for each user.
I've got this, but I cant work out how to spit out each task item, or 'todo-item' as they are called ion the JSON file.
TeamWorkPm\Auth::set(API_KEY);
$task = TeamWorkPm\Factory::build('task');
Any pointers would be very much appreciated.