> For the complete documentation index, see [llms.txt](https://docs.fieldmotion.com/fieldmotion-api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fieldmotion.com/fieldmotion-api-docs/job/_createduplicates.md).

# \_createDuplicates

Create duplicates of a Job, with a list of different forms.

### Parameters

#### id

The ID of the Job to copy.

#### form\_ids

An array of form IDs for the new jobs to adopt.

### Example

```
FM_api('Job_createDuplicates', ['id' => '222404', 'form_ids' => ['20', '29']]);
```

### Result

#### On Success

```
{'ok':1}
```
