db_ad
10 years agoGuide
Liql unknown error
Given this:
https://community.lithium.com/t5/Community-API-v2/Message-resource/ta-p/113091
SELECT * FROM messages WHERE depth = 0 AND conversation.solved = true
That's an example query from the documentation, when executed on our environments it returns:
{
"status": "error",
"message": "invalid query syntax for SELECT * FROM messages WHERE depth",
"data": {
"type": "error_data",
"code": 603,
"developer_message": "",
"more_info": ""
},
"metadata": {}
}
Is something being done wrong there?
Thanks!
It was a bug from the API which is being solved