Selecting Distinct Values

How do I select distinct values with rest api?

Hey if you want to customize your SQL query, in this case, you’ll have to create a view on your end and then access the view. We currently do not support the “distinct” keyword and instead of implementing the functionality to be able to support all of these individual keywords, we have decided to support views/stored procs (coming soon) which in the long run supports more (customized) queries used by everyone.

Thanks,

  • Mark