Can you access tasks in a free form visual task board using REST API?

Nilan1
Mega Expert

How are the tasks in a free form visual task board stored, i.e., which table?

Can I access them using REST

1 ACCEPTED SOLUTION

kristenankeny
Tera Guru

They're stored on the vtb_task table. There are three tables involved:

vtb_board - The table that stores the visual task boards

vtb_cart - M2M between the boards and tasks.

vtb_task - Private task table used for tasks generated by free form boards.

View solution in original post

1 REPLY 1

kristenankeny
Tera Guru

They're stored on the vtb_task table. There are three tables involved:

vtb_board - The table that stores the visual task boards

vtb_cart - M2M between the boards and tasks.

vtb_task - Private task table used for tasks generated by free form boards.