LogoLogo
WebsiteGuide & TutorialBlogBook a Demo
1.0.0
1.0.0
  • Acquire Developers Hub
  • Acquire
    • Acquire Build Requirement
      • Requirement For Acquire
      • Acquire Speedtest
  • JS API
    • JS Live Chat API
      • Description
      • Installation
      • Visitor
      • Thread
      • Conversation
      • User Verification
    • Quick Link Support
      • One Click Button
      • Social Media Share
    • Backend JS SDK
      • Setup Backend JS SDK
      • Demo Backend SDK
    • Advanced
      • Widget UI
      • Reference
  • Co Browse APIs
    • Acquire Co Browse
      • Co Browse API
  • Acquire API Events
    • WebRTC Related Events
  • iOS
    • SDK Setup Guide
      • Getting Started
      • Integration Guide (Core)
      • Integration Guide (Lite)
      • Manual Setup iOS
      • Acquire Account ID
    • SDK Configuration Example
    • iOS Cobrowse
    • Theme Setting
    • iOS Push Notifications
    • Verify your users
  • Android
    • Getting Started
      • Integration Guide (Core)
      • Integration Guide (Lite)
      • Start using Acquire
    • Acquire APIs
    • Acquire Delegates
    • Custom UI/widget
    • Cross Platform Integrations
  • Webhook API
    • Webhooks Basic
      • Introduction
      • Webhook Integrate Steps
      • Webhook Format
    • Webhook Events
      • On Chat Start
      • On Chat Accept
      • On Chat Message
      • On Chat Close
  • REST APIs
    • OAuth
      • Authorization
      • Tracklog
    • Profiles API
      • Profile List
      • Thread
      • Feedback
      • Profile Details
      • Message
      • Tags
      • Profile Agents
      • Campaigns
      • Profile Add Update
      • Profile Delete
      • Profile Visit History
      • Sender Emails
    • Chat
      • Chat Notes
    • Analytics
      • Chat Statistics
      • Team Analytics
      • Conversion Rate
      • Chat Tag
      • Co browsing
    • Agent
      • Agents List
      • Agent add
      • Edit / Get-agent
      • Update
    • Trigger
      • Triggers List
      • Triggers Detail
    • Operating Hours
      • Save Operating Hours
      • Get Operating Hours
    • Cobrowse
  • Chatbot API
    • Chat Bot
      • Integrate Your Chatbot
      • Dialog Flow V1 Chat-Bot
      • Dialog Flow V2 Chat-Bot
      • Dialog Flow Fulfillment & Custom Response
      • IBM Watson Integration
      • Amazon Lex Bot
      • Azure's QnA Maker
      • Webhook Calling & User Verification
      • Webhook For Reset Password
  • Knowledge Base APIs
    • Help Docs Setup
      • Get FAQ Categories
      • Get Setup Details
      • Get Side List
      • Get Article
      • Get Recent Article
      • Get Categorized Articles
      • Get Suggestion
  • Errors
    • API Error Handling
      • HTTP Responses
Powered by GitBook
On this page
  1. Knowledge Base APIs
  2. Help Docs Setup

Get Article

Knowledge Base Get Article

Knowledge Base Get Article API in you get a single article details using article_id and account_id

Parameter

Type

Path

https://app.acquire.io/chatbot/api/get-article

Method

POST

Content-type

application/x-www-form-urlencoded

Body(urlencoded)

Parameter

Type

account_id

[YOUR_ACCOUNT_ID]

article_id / url_slug

[ARTICLE_ID] / [ARTICLE_SLUG]

Response JSON Format

{
    "success": true,
    "error": null,
    "data": {
        "article_id": [ARTICLE_ID],
        "desc_id": 695,
        "question": "General setting",
        "answer": "<p>Here under the general settings, you could explore your way with how chat widget behaves :</p>
					<h6><strong>Chat Routing</strong></h6>
					<p>Here chat routing is working under the “Assigned” mode, so it will assign the incoming chat to the specific agent automatically.</p>
					<p><img src=\"https://media.acquire.io/knowledgebase/kb-img-15247182689431.png\" class=\"fr-fic fr-dii\"></p>
					<p>This could also be changed to Broadcast, here the chat will be broadcasted to number of agents fixed and if no one is able 
					to answer the chat for specific amount of time, it will be broadcasted to next slot of available agents.</p>",
        "chatbot_category_id": "28",
        "account_id": 15,
        "uid": "[YOUR_ACCOUNT_ID]",
        "category": [
            {
                "id": 28,
                "title": "Settings "
            }
        ]
    }
}

PreviousGet Side ListNextGet Recent Article

Last updated 5 years ago