brightics / studio

Component based analytics studio on the web browser
Other
183 stars 85 forks source link

Added function to search data by selecting columns index array #724

Closed ihk6262 closed 4 years ago

ihk6262 commented 4 years ago

Added function to search data by selecting columns index array

Rest api spec Method : POST URL : /api/core/v2/data/view/{mid}/{tid}?offset=0&limit=100 request body : { "start" : 0, <-- start column index "end" : 4, <-- end column index "selectedColumns" : [ 5, 7, 10] <-- specific selected column index array }

ihk6262 commented 4 years ago

722 close