Reltio Connect

 View Only
  • 1.  Using filters with _dbscan

    Posted 08-25-2022 05:27

    Hello! I am trying to filter on dates using a _dbscan POST request.

    Without using _dbscan, I would just add filters = "some conditions" & "some other conditions" (In my case filters=(equals(type,'configuration/entityTypes/Individuals')&gt(updatedTime, 1657743602003)

    If I use _dbscan, I have to transfer my filters into the body of my request.

    So (equals(type,'configuration/entityTypes/Individuals') becomes

    {"type": "configuration/entityTypes/Individuals"}

    I am trying to do the same thing for gt(updatedTime, 1657743602003)

    How can I translate it into something that goes inside my json body? (And how can I also do it for et “lt” filter)
    + I also would like to add a filter max=100

    Thanks in advance for your replies!



  • 2.  RE: Using filters with _dbscan

    Reltio Employee
    Posted 08-26-2022 11:18
    While I can't answer your question directly, do you know that the dbscan api has been depreciated?  https://docs.reltio.com/releasenotes/deprecateservice.html#dep20211__searchdbscanapi