For the complete documentation index, see llms.txt. This page is also available as Markdown.

_list

List Reports ID and Name

Example

FM_api('Reports_list');

Result

On Success

"[{"id":"1","name":"Time"},{"id":"2","name":"Costs"}]"

Last updated