Get Jobs for the current user. Jobs that are in the pending queue will be filtered out and Jobs with drafts will include the draft property.
draft
const formsAppId = 1const label = 'Applications'const jobs = await jobService.getJobs(formsAppId, label) Copy
const formsAppId = 1const label = 'Applications'const jobs = await jobService.getJobs(formsAppId, label)
Get Jobs for the current user. Jobs that are in the pending queue will be filtered out and Jobs with drafts will include the
draftproperty.Example