# \_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}
```
