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

# \_get

Returns given Goods received note details

### Parameters

#### id

The ID of the goods received note

### Example

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

#### On Success

```
{"name":"Supplier 1","street_address1":"","street_address2":"","town":"","county":"","postcode":"","tax_id":"20","reference":"24","po_id":"4","date_approved":null,"grn_date":"2018-11-09 00:00:00","grn_notes":"Accepted"}
```
