KnowledgeBaseArticle

JSON Format

Name
Type
Read-only
Mandatory
Comment
idintegeryesno 
subjectstringnoyes 
problemstringnoyes 
resolutionstringnoyes 
datedate   
privatebooleannono 
groupIdintegernoyes 
timesViewedintegeryesno 
attachmentIdsarray  array of Attachment.id

URIs

Uri
Method
Request Data
Request Params
Success Response Code
Description
/api/knowledge-base-articlesGET  200Returns an Array of all KnowledgeBaseArticles
/api/knowledge-base-articles/{id}GET  200Returns one KnowledgeBaseArticle
/api/knowledge-base-articlesPOSTKnowledgeBaseArticle 201Create new KnowledgeBaseArticle
/api/knowledge-base-articles/{id}PUTKnowledgeBaseArticle 204Update an existing KnowledgeBaseArticle
/api/knowledge-base-articles/{id}DELETE  200Delete a KnowledgeBaseArticle
/api/knowledge-base-articles/searchGET searchText200Returns an array of matching KnowledgeBaseArticles
/api/knowledge-base-articles/{id}/attachmentsGET  200Returns an array of all Attachments for the KnowledgeBaseArticle
/api/knowledge-base-articles/{id}/attachments/{attachId}GET  200Returns one Attachment
/api/knowledge-base-articles/{id}/attachmentsPOSTAttachment 201Create new Attachment for KnowledgeBaseArticle
/api/knowledge-base-articles/{id}/attachments/{attachId}DELETE  200Deletes an Attachment