Knowledge Foundation API - Always getting null results following documentation samples
Content
Hello everyone,
I'm currently implementing a controller which will use the smartAssistant and return its suggestions to a third party program.
As I followed the tutorial in the documentation, the script had a strange behaviors :
- The KnowledgeAPI is enabled (returns true) : CHECKED
- I call the StartInteraction function and get a 162 lengthed string : CHECKED
- I call GetSmartAssistantSearch function with a title and content which return results with the widget.It returns a ContentListResponse with status as NULL and summaryContents as NULL : FAIL
- The behaviour is the same with GetPopularContent and SearchContent : FAIL
As I'm trying to find a solution to this problem, here are my questions :
0