SystemVariableΒΆ

Field NULL Description Note
id
string (GUID)
  The id of the system variable  
name
string
  The variable name  
dataType
string
  The data type  
description
string
  The description  
scope
integer
  The scope  
Sample:
{
   "id" : "5cd4d4be-96d9-4c30-8680-04bd602bccd7",
   "name" : "{reportName}",
   "dataType" : "Text",
   "description" : "",
   "scope" : 0
}