Feature: API to get most used labels (#447)
* Add most-used labels API * Filter conversation by labels * Move match_all to any query Co-authored-by: Pranav Raj S <pranavrajs@gmail.com>
This commit is contained in:
3
app/views/api/v1/labels/most_used.json.jbuilder
Normal file
3
app/views/api/v1/labels/most_used.json.jbuilder
Normal file
@@ -0,0 +1,3 @@
|
||||
json.payload do
|
||||
json.labels @labels
|
||||
end
|
||||
Reference in New Issue
Block a user