Skip to end of banner
Go to start of banner

getServiceDeskKBArticles

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Description

This routine returns an array of JSMKBArticle structures for the provided serviceDeskId and search query.

Parameters

Return Type

JSMKBArticle[]

Returns an array of JSMKBArticle for the provided parameters.

Example

The following script will return an array of JSMKBArticle structures for the serviceDesk with id '1' and the provided query 'How'.

JSMKBArticle[] articles = getServiceDeskKBArticles(1, "How");
 return articles;

See also

  • No labels