> 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/marketingsources/_list.md).

# \_list

Retrieves the IDs and Names of all Marketing Sources

### Example

```
FM_api(
    'MarketingSources_list'
);
```

### Result

```
[
    {"id":"7","name":"Test SourceA"},
    {"id":"8","name":"Test SourceB"},
    {"id":"10","name":"Test SourceC"}
]
```
