| > Use a URL like | > | > http://%7Bdfm-server%7D:8080/dfm/report/filers-ops?output-format=xls |
...
| | Is the web query format documented somewhere? For instance, | I don't need it, but is there an equivalent to the -q option | for removing the header lines?
There's a little bit of documentation in the online help text. See, for example, "dfm report view help".
Once you know the trick, you can map from the documentation:
The options are -g <group-id or group-name> -F <output-format> -l <lines> -q (quiet)
To the URL equivalent:
http://localhost:8080/dfm/report/filers-ops?output-format=xls&quiet=1
- Brian