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

# \_getDT

Returns given Link details

### Parameters

#### id

The ID of the user for which the links will be retrieved.

### Example

```
FM_api('Links_getDT', ['id'=>'82876']);
```

#### On Success

```
{"recordsTotal":"4","recordsFiltered":"4","data":[["Getting Started","https:\/\/fieldmotion.com\/getting-started\/","2"],["Help Section","https:\/\/fieldmotion.com\/help\/","3"],["","","4"],["","","5"]]}
```
