GaugeRequest Data Type

Properties
name data type constraints description
poleIds array of number   Specify poleIds if you want to gauge custom poles/concepts Leave empty if you want poles configured in the observer
observerId number required
documents array of Document  

Example

{
  "poleIds" : [ 12345, 12345 ],
  "observerId" : 12345,
  "documents" : [ {
    "body" : "...",
    "title" : "...",
    "uri" : "..."
  }, {
    "body" : "...",
    "title" : "...",
    "uri" : "..."
  } ]
}