# \_get

Retrieve a Quote details.

### Parameters

#### id

The ID of the Quote to be retrieved.

### Example

```
FM_api('Quote_get', ['id' => '10']);
```

### Result

#### On Success

```
{"id":"1","name":"The Cafe","total_gross":"500.00"}
```
