I will be using a liql call instead with query of SELECT id,conversation, solution_data FROM messages where is_solution = true Is there a filter available for the time of the solution? solution_data.time is not valid when i include in my query snippit of solution data returned from message query: "solution_data" : { "type" : "solution_data" , "message_id" : "1234567" , "accepter" : { "type" : "user" , "id" : "12345" , "href" : "/users/12345" , "view_href" : "https://community.xxx.com/t5/user/viewprofilepage/user-id/12345" , "login" : "jsmith" }, "time": "2021-05-28T08:14:17.000-07:00" }
... View more