> 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/scheduleofrates/_get.md).

# \_get

Retrieve Scedule of Rates details for a specific record.

### Parameters

#### id

The ID of the Schedule of Rates.

### Example

```
FM_api('ScheduleOfRates_get', ['id' => '1'])
```

### Result

#### On Success

```
{"id":"1","name":"test1","code":"342","stock_used":"null","cost":"100","last_edited":"2018-10-10 11:20:22","description":"","meta":"{\"nominal\":\"12\"}","asset_types":null}
```
