@oneblink/apps-react
    Preparing search index...

    Function getJobs

    • 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.

      const formsAppId = 1
      const label = 'Applications'
      const jobs = await jobService.getJobs(formsAppId, label)

      Parameters

      • formsAppId: number
      • jobsLabel: string

      Returns Promise<FormsAppJob[]>