> 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/jobrecurrence/_getdt.md).

# \_getDT

Get details for a Job Recurrence.

### Parameters

#### id

The ID of the Job Recurrence to retrieve.

### Example

FM\_api('JobRecurrence\_get', \['id' => '123']);

### Result

#### On Success

```
{"id":"44","name":"Name","ids":"","cdate":"2018-10-08","edate":"0000-00-00","active":"0","every":null,"on_arr":null,"customer_id":"0","customer_type":"0","next_date":null,"user_id":"0","notes":null,"files":null,"edited_uuid":"AppointmentRecurrence_rename","last_edited":"2018-10-12 14:32:11","days_in_advance":"30","copy_user":null,"copy_cust_ref":null}
```
