Gets all functions of the available formula engine. This can be used to create formulas in the Report Specification or define variables in the document dictionary.
GET <webiURL>/configuration/functions
Response type: application/xml or application/json
Response body: a list of functions, with the following information:
<functions> <function category="Logical" returnType="Boolean"> <id>EVEN</id> <name>Even</name> <description>Determines whether a number is even</description> <syntax>bool Even(number)</syntax> </function> <function category="Document" returnType="String"> <id>DOCUMENTAUTHOR</id> <name>DocumentAuthor</name> <description>Returns the InfoView logon of the document creator</description> <syntax>string DocumentAuthor()</syntax> </function> </functions>