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

# \_get

Retrieve details of a Requisition order Entries.

### Parameteres

#### ro\_id

ID of the requisition order entry to retrieve.

### Example

FM\_api('RequisitionOrderEntries\_get', \['ro\_id' => '2'])

### Result

#### On Success

```
"[["1","1","2","Camera","1","0","0.00","0.00","0.00","0",""],["2","1","3","Handles","1","0","0.00","0.00","0.00","0",""]]"
```
