HvmaParamEntryList Data Type

Properties
name data type constraints description
entries array of HvmaParamEntry  
rowCount number required

Example

{
  "entries" : [ {
    "category" : "...",
    "value" : "...",
    "cnr" : "..."
  }, {
    "category" : "...",
    "value" : "...",
    "cnr" : "..."
  } ],
  "rowCount" : 12345
}