Skip to main content
Skip table of contents

Lucidum API v2

Lucidum API v2 includes APIs for all the data available via the Query Builder, using syntax like the syntax in the Query Builder.

This manual describes the Lucidum APIs v2.

CODE
{
  "table":"asset",
  "query":[
    [
      {
        "searchFieldName":"Data_Classification",
        "operator":"==",
        "type":"String",
        "value":"Restricted"
      }
    ]
  ]
  }
"paging": { 
     "page": 0,
     "recordsPerPage": 20
   }
}

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.