Customer Portal API Reference

Table of Contents

API Overview

  • Compatible Version: LiveAgent version 4.7.3.0 and later

Request Method

GET http://example.com/api/knowledgebase/search?query=[value]&apikey=[value]

Required Parameters

Parameter NameFormatContent
querytextSearch query string
apikeytextAPI key

Optional Parameters

Parameter NameFormatContent
top_article_idtextTop article ID. Start search from specified ID

Response Fields

  • articles: Knowledge base article list
    • kb_entry_id: Article ID
    • urlcode: Article URL ID
    • title: Title
    • See other detailed field references

Response Example

  • XML and JSON format sample responses available

Suggestion Categories List

API Overview

  • Compatible Version: LiveAgent version 2.8.2.1 and later

Request Method

GET http://example.com/api/suggestioncategories?apikey=[value]

Required Parameters

Parameter NameFormatContent
apikeytextAPI key

Response Fields

  • suggestioncategories: Suggestion categories list
    • id: Category ID
    • title: Category title
    • path: Category path

Response Example

  • XML and JSON format sample responses available