/
getKBArticles
getKBArticles
Description
This function returns an array of JSMKBArticle structures for the provided search query.
Parameters
Return Type
Returns an array of JSMKBArticle for the provided query.
Example
The following script will return an array of JSMKBArticle structures for the provided query 'template'.
JSMKBArticle[] articles = getKBArticles("template");
return articles;
See also
Peacock
, multiple selections available,
Related content
getServiceDeskKBArticles
getServiceDeskKBArticles
More like this
getAllKanbanBoards
getAllKanbanBoards
More like this
getApprovals
getApprovals
More like this
getComponents
getComponents
More like this
getComponents
getComponents
More like this
getRequestsTypes
getRequestsTypes
More like this