STRUCTURE_ELEMENT_DATA_VALUE_SEARCH STRUCTURE Endpoint
  /ondemand/structure/?method=STRUCTURE_ELEMENT_DATA_VALUE_SEARCH  
  Get the data values for elements associated with a structure.  
  PARAMETERS TYPE NOTES
  id Numeric Element ID
  points 1 Include points values.
  nonzero 1 Only include value if not zero points.
  minimumpoints Numeric Only include points where value greater than or equal to this value.
  withvalue 1 Only return if value has been set.
  data Numeric Specific data (value set).
  category Numeric Element category.
  RETURN  
  element Numeric
  elementtext Text
  elementdescription Text
  category Numeric
  datatype Numeric
  option Numeric
  date Date
  text Text
  formatted Text
  points Numeric
  EXAMPLES
   
 1. jQuery
   
  1blankspace.structure.data-1.0.0.js
Help!