> 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/assetmaintenances/getdescriptions.md).

# getDescriptions

Returns the description of given asset reccurences

### Parameters

#### rids

The IDs of the asset recurrences

### Example

```
FM_api('AssetMaintenances_getDescriptions', ['rids' => ['48', '49']])
```

#### On Success

```
[{"recurrence_id":"48","name":"Repair"},{"recurrence_id":"49","name":"Service"}]
```
