Forum Discussion

Shivshankar's avatar
7 years ago

How to sort messages by views

Hi,

 

I want to sort the messages by views for result of following API.

rest('/boards/id/${board.id}/search/messages?solved=false&restapi.format_detail=full_list_element&restapi.response_style=view&restapi.response_format=json')

 

Is there a way to do in V1 specifically. We can convert it to v2 but v2 is taking too long time.

 

Thanks.