Hello administrator.
I would like to report a bug in the system.
This error is related to the Answerly API that you provide.
This does not work at all.
My development partner and I have tried several times.
And with the recent update to the Knowledge Hub, the problem has expanded even further.
I hope you can fix it!
Follow up https://api.answerly.io/
I found that the following didn’t work
/dataitem/all
/dataitem/create
/dataitem/edit
/dataitem/delete
In addition to the code, I’ve tested it with various tools such as Postman to make sure it’s not my problem.
But it’s still reporting errors.
Even though I am 100% sure that the API KEY and AGENT ID are correct.
For dataitem all
curl --request POST
–url https://ai.api.answerly.io/dataitem/all
–header ‘Content-Type: application/json’
–data ‘{
“APIKey”: “XXXXXXXXXXXXXXXXXXXXXXXXX”,
“agentId”: “XXXXXXXXXXXXXXXXXXXXXXXXX”
}’
Nothing was returned from the server. Error code: 10052
/dataitem/all was the only one that didn’t have problems.
But with the update of the Knowledge Hub, this is now also reporting errors. This is due to the missing minor variable ‘trainingId’
{
“data”: “‘trainingId’ parameter is missing”
}
I hope you can fix these four items as soon as possible.
The problem has been going on for more than a month, but my partner and I have been busy with other things.
These four dataitem, especially create, have not been used for a whole month.
I hope to get your reply and update, as well as the API file to follow up!