Gets the definition of a variable from a documents variable dictionary.
GET <webiURL>/documents/{documentId}/variables/{variableId}
Where:
Response type: application/xml or application/json
Response body: definition of the variable, described as follows:
GET <webiURL>/documents/1234/variables/L9
<variable dataType="Numeric" qualification="Measure"> <id>L9</id> <name>Threshold Max</name> <description></description> <formulaLanguageId>[Threshold Max]</formulaLanguageId> <definition>=[RevenueThreshold]*(1+[Threshold factor])</definition> </variable>