> 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/jobtypes/getdt.md).

# getDT

Retrieve details for all Job Types.

### Example

```
FM_api('JobTypes_getDT')
```

### Result

#### On Success

```
{"sql":"select id, name from user82878_appointment_types order by id asc","draw":0,"recordsTotal":"3","recordsFiltered":"3","data":[["1","Maintenance",[],""],["2","Service",[],""],["3","Repair",[],""]]}
```
