Knowledge
SDK methods for the Knowledge module, accessed via soat.knowledge. See the Knowledge module docs for permissions and data model, and each method's REST page for the full request/response schema.
soat.knowledge.searchKnowledge()
Search knowledge
- Method:
POST - Path:
/api/v1/knowledge/search
await soat.knowledge.searchKnowledge({
body: { /* + optional */ },
});