Content & Structure
Themes - Knowledge Graphs
The theme must be created first because it will gather the concepts to consolidate. In the API, it is called a knowledge graph:
Json input example:
info
A more detailed documentation on how to setup Knowledge Graphs can be found here - Link
Concepts to Consolidate - Knowledge Nodes
A concept to consolidate is called a knowledge node by the API.
They must be related to an existing theme (i.e. a knowledge graph). Here is a json input example:
info
A more detailed documentation on how to setup Knowledge Nodes can be found here - Link
Questions - Content
A question is a Content with the type « Evaluation ». To create a question you can use the following route:
​ JSON input example:
Actions - Content
An action is a Content with the type « Action ». To create an action you can use the same route, with the following JSON input:
info
A more detailed documentation on how to setup Contents can be found here - Link
Tagging Contents
Each content can be tagged with a specific filter of your choice. To do so, you will need to create a TagSet and Tag objects:
You will then be able to tag your contents when creating them :
JSON input example:
info
A more detailed documentation on how to setup Tags & TagSets can be found here - Link
Link Contents to Concepts
Once a content is created, it can be related to a concept to consolidate. In other words, we want to create a link between a knowledge node and a content.
Json input example:
info
A more detailed documentation on how to setup Knowledge Node Contents can be found here - Link