# \_export

Export Assets Details.

### Example

```
FM_api('Assets_export']);
```

### Result

#### On Success

```
""Asset ID","Book ID","Asset Name",Type,Code,Value,Owner,"Location Type",Location,Warranty,"Vehicle Reg",Active,Archived,"Jobs between 2018-10-22 and 2018-10-22",cust[colour]
1,,Extinguisher,Fire,4353,0.00,"The Cafe",Customer,"Savages Shop",,,Yes,Yes,0,blue
2,,Boiler,Heating,1234,0.00,Fieldmotion,Customer,"Savages Shop",,,Yes,Yes,0," - "
4,,"Extinguisher ",Fire,2453,600.00,,Customer,"Savages Shop",,NU11TYP,Yes,No,0,red
5,,"Fire alarm",Fire,3246,0.00,"Savages Shop","Parent Asset",,,,Yes,No,0," - "
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.fieldmotion.com/fieldmotion-api-docs/assets/_export.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
