Obtain all of the related Tasks for a specific Forms App
const formsAppId = 1const date = '2023-12-01'const tasks = await getTasksForFormsApp({ formsAppId, date }) Copy
const formsAppId = 1const date = '2023-12-01'const tasks = await getTasksForFormsApp({ formsAppId, date })
Obtain all of the related Tasks for a specific Forms App
Example