Knowledge Transactions
The Classic API provides knowledge transactions to create, update, delete and retrieve knowledge articles. There is also a transaction to take feedback on articles.
Last updated
The Classic API provides knowledge transactions to create, update, delete and retrieve knowledge articles. There is also a transaction to take feedback on articles.
Last updated
Limited Support/End of Life Capabilities
The Classic API has been replaced by the Alemba RestFul API. While we will continue to support the Classic API for clients that are still using it, no further development will be done.
If you need to request a hotfix or support for these features, please contact
Messaging transactions are also provided to send knowledge articles to Users, analysts and groups. See MessageSendMessage Transaction for more information.
The KnowledgeCreate transaction can be used to create a knowledge entry. The type of entry to be created can be passed as an input parameter.
The KnowledgeUpdate transaction can be used to modify an existing knowledge entry.
See KnowledgeResponse for more information.
The KnowledgeRetrieve transaction can be used to locate and retrieve an existing knowledge entry.
The KnowledgeDelete transaction can be used to delete an existing knowledge entry. This transaction cannot be used to update knowledge entries.
See KnowledgeResponse for more information.
The KnowledgeFeedback transaction can be used to provide feedback on a knowledge entry.
See KnowledgeResponse for more information.