Reltio Connect

 View Only
  • 1.  Timeline of record count

    Founding Member
    Posted 02-06-2023 09:18
    Is there any way to identify timeline of record count? Use case is to capture the record count based on timestamp

    ------------------------------
    Ashish Rawat
    Manager
    Fresh Gravity
    Bangalore
    ------------------------------


  • 2.  RE: Timeline of record count

    Reltio Employee
    Posted 02-07-2023 00:23
    Hi Ashish, 

    there is no direct way to just get a search result count based on the time slice. But you can use _total API that allows filtering conditions and a filter by createdTime, for example: 

    filter=lt(entity.createdTime, '1428309071535')

    This way you can get a count of entities created before certain point in time,  this way  capturing the record count based on timestamp.

    Hope this helps.

    ------------------------------
    Dmitry Blinov
    Sr. Product Manager
    Reltio
    ------------------------------



  • 3.  RE: Timeline of record count

    Founding Member
    Posted 02-10-2023 08:07

    Thanks Dmitry for your suggestion but I believe in case of auto merges this approach won't work.




    ------------------------------
    Ashish Rawat
    Manager
    Fresh Gravity
    Bangalore
    ------------------------------