getKBArticles

getKBArticles

We've encountered an issue exporting this macro. Please try exporting again later.

Syntax

getKBArticles(searchQuery)

Package

Alias

Pkg Usage

Description

This function returns an array of JSMKBArticle structures for the provided search query.

Parameters

Parameter name

Type

Required

Description

searchQuery

String

Yes

The string used to filter the articles.

Return Type

JSMKBArticle[]

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

Need support? Create a request with our support team.

Copyright © 2005 - 2026 Appfire | All rights reserved.