Knowledgebases

Download the knowledgebase.

get/knowledgebases/{kbId}/{environment}/qna

Path parameters

kbIdstring required

Knowledgebase id.

environment'Prod' | 'Test' required

Specifies whether environment is Test or Prod.

Query parameters

sourcestring

The source property filter to apply. Sample value: Editorial, smartLight%20FAQ.tsv .

changedSincestring

changedSince property is used to return all QnAs created or updated after a specific time duration. The user can filter QnAs by seconds (s), minutes (m), hours (h) and days (d). The user may use any integral value along with the suffix for time. For instance, the value of 5m returns all QnA pairs updated or created in the last 5 minutes.

Response

Collection of all Q-A in the knowledgebase.

Changes

Changed in 1 of the 15 revisions of this API.2

    • added the new optional query request parameter changedSince

      new-optional-request-parameter

    • added the new optional query request parameter source

      new-optional-request-parameter