Chatbot Overview
Conversational Bots
Intents & Entities
Intelligent Bots
Kore.ai's Approach
Kore.ai Conversational Platform
Bot Concepts and Terminology
Natural Language Processing (NLP)
Bot Types
Bot Tasks
Starting with Kore.ai Platform
How to Access Bot Builder
Working with Kore.ai Bot Builder
Building your first Bot
Getting Started with Building Bots
Using the Dialog Builder Tool
Creating a Simple Bot
Release Notes
Latest Updates
Older Releases
Bot Builder
Creating a Bot
Design
Develop
Dialog Task
Working with User Intent Node
Working with the Dialog Node
Working with Entity Node
Supported Entity Types
Working with Composite Entities
Supported Time Zones
Supported Colors
Supported Company Names
Working with Message Nodes
Working with the Confirmation Nodes
Working with Service Node
Implementing Custom Authentication
Enabling 2-way SSL for Service nodes
Working with Script Node
Working with Agent Transfer Node
Working with WebHook Node
Defining Connections & Transitions
Managing Dialogs
Prompt Editor
Action & Information Task
Working with Action Tasks
Working with Information Tasks
Establishing Flows
Alert Tasks
Working with Alert Tasks
Managing Ignore Words and Field Memory
Knowledge Graph
Terminology
Building Knowledge Graph
Generation of Knowledge Graph
Importing and Exporting Knowledge Graph
Knowledge Graph Analysis
Knowledge Extraction
Natural Language
Overview
Machine Learning
ML Model
Fundamental Meaning
Knowledge Graph Training
Traits
Ranking and Resolver
NLP Detection
NLP Settings and Guidelines
Bot Intelligence
Overview
Context Management
Session and Context Variables
Context Object
Dialog Management
Sub-Intents
Amend Entity
Multi-Intent Detection
Sentiment Management
Tone Analysis
Sentiment Management
Default Conversations
Default Standard Responses
Channel Enablement
Test & Debug
Talking to Bot
Utterance Testing
Batch Testing
Recording Conversations
Publishing your Bot
Analyzing your Bot
Overview
Dashboard
Custom Dashboard
Conversation Flows
Bot Metrics
Advanced Topics
Bot Authorization
Language Management
Collaborative Development
IVR Integration
Universal Bots
Defining
Creating
Customizing
Enabling Languages
Smart Bots
Defining
Sample Bots
Github
Asana
Travel Planning
Flight Search
Event Based Bot Actions
Bot Settings
Bot Functions
General Settings
PII Settings
Customizing Error Messages
Bot Management
Using Bot Variables
API Guide
API Overview
API List
API Collection
SDKs
SDK Overview
SDK Security
SDK App Registration
Kore.ai Web SDK Tutorial
Message Formatting and Templates
Mobile SDK Push Notification
Web Socket Connect & RTM
Using the BotKit SDK
Installing the BotKit SDK
BotKit SDK Configuration
Events for the BotKit SDK
Functions for the BotKit SDK
BotKit SDK Tutorial – Agent Transfer
BotKit SDK Tutorial – Flight Search Sample Bot
Using an External NLP Engine
Bot Administration
Bots Admin Console
User Management
Managing Users
Managing Groups
Managing Role
Bots Management
Enrollment
Inviting Users
Sending Bulk Invites to Enroll Users
Importing Users and User Data
Synchronizing Users from Active Directory
Security & Compliance
Overview
Using Single Sign-On
Cloud Connector
Analytics
Billing
How Tos
Context Switching
Using Traits
Live Agent Transfer
Schedule a Smart Alert
Configure Agent Transfer
Custom Dashboard
Patterns for Intents & Entities
Build Knowledge Graph
  1. Home
  2. Docs
  3. Bots
  4. API Guide
  5. Get ChangeLogs API

Get ChangeLogs API

To get the list of changes made to the bot definition for a given date period.

To use this API, app needs the Admin API Scope of Logs History under Logs.

GET https://{{host}}/api/public/bot/{{BotID}}/changelogs

Path Parameters

Parameter Required/Optional Description
host Required Environment URL, for example, https://bots.kore.ai
BotID Required Bot ID or Stream ID. You can access it from the General Settings page of the bot.
offset Optional The page number from which to start fetching the changeLog. If unspecified, it starts from 0, which is the first page of the Change Log.
limit Optional The number of records to fetch. The maximum applicable limit is 50.
startDate Optional The start date from which you want to see the changes. If unspecified, the date is automatically set to the bot creation date. Enter the date in ISO date format. For example, March 30, 1998 would be 1998-03-30.
endDate Optional The end date up to which you want to see the changes. Enter the date in ISO date format. For example, March 30, 1998 would be 1998-03-30.

Authorization

Invoke the API with JWT in the header with the following syntax:

auth: {{JWT}}

Response Content Type

application/json

Sample Request

curl -X GET \
  https://{{host}}/api/public/bot/{{bot_id}}/changelogs \
  -H 'auth: {{YOUR_JWT_ACCESS_TOKEN}}' \
  -H 'content-type: application/json' \

Sample Response

[
    {
        "_id": "btl-039ca909-5dd2-59ce-a5b7-30c61a385ebf",
        "userId": {
            "id": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91",
            "firstName": "demo",
            "lastName": "bots",
            "emailId": "demobots@qakore.xyz",
            "orgUserId": "org assigned user id",
            "activationStatus": "active",
            "profColour": "#ff4500",
            "profImage": "no-avatar",
            "_id": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91",
            "orgId": "o-daf5c054-e63b-561e-9a31-e53478aa154b"
        },
        "streamId": "st-6ecb5ba2-5e31-5a40-b918-8cbee40f3fdb",
        "resourceId": "st-6ecb5ba2-5e31-5a40-b918-8cbee40f3fdb",
        "resourceType": "stream",
        "message": "Bot updated",
        "createdOn": "2019-06-27T05:25:37.148Z",
        "__v": 0
    },
    {
        "_id": "btl-0ff1cc72-c2c5-508d-b58c-a58257cd829f",
        "userId": {
            "id": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91",
            "firstName": "demo",
            "lastName": "bots",
            "emailId": "demobots@qakore.xyz",
            "orgUserId": "org assigned user id",
            "activationStatus": "active",
            "profColour": "#ff4500",
            "profImage": "no-avatar",
            "_id": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91",
            "orgId": "o-daf5c054-e63b-561e-9a31-e53478aa154b"
        },
        "streamId": "st-6ecb5ba2-5e31-5a40-b918-8cbee40f3fdb",
        "resourceId": "dg-14fd680d-3c42-5594-9d1b-c1b5504effa7",
        "resourceType": "dialog",
        "message": "Published task Book a ticket",
        "createdOn": "2019-06-27T05:29:17.748Z",
        "__v": 0
    },     
    {
        "_id": "btl-6a0d7027-e0d9-51eb-9377-7c0d6dd62ca0",
        "userId": {
            "id": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91",
            "firstName": "demo",
            "lastName": "bots",
            "emailId": "demobots@qakore.xyz",
            "orgUserId": "org assigned user id",
            "activationStatus": "active",
            "profColour": "#ff4500",
            "profImage": "no-avatar",
            "_id": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91",
            "orgId": "o-daf5c054-e63b-561e-9a31-e53478aa154b"
        },
        "streamId": "st-6ecb5ba2-5e31-5a40-b918-8cbee40f3fdb",
        "resourceId": "st-6ecb5ba2-5e31-5a40-b918-8cbee40f3fdb",
        "resourceType": "variables",
        "message": "Bot variables are exported",
        "createdOn": "2019-06-27T05:26:26.596Z",
        "__v": 0
    },
    {
        "_id": "btl-6b8d6b9f-f7a4-5eb9-b1a5-f242d2d2165a",
        "userId": {
            "id": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91",
            "firstName": "demo",
            "lastName": "bots",
            "emailId": "demobots@qakore.xyz",
            "orgUserId": "org assigned user id",
            "activationStatus": "active",
            "profColour": "#ff4500",
            "profImage": "no-avatar",
            "_id": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91",
            "orgId": "o-daf5c054-e63b-561e-9a31-e53478aa154b"
        },
        "streamId": "st-6ecb5ba2-5e31-5a40-b918-8cbee40f3fdb",
        "resourceId": "st-6ecb5ba2-5e31-5a40-b918-8cbee40f3fdb",
        "resourceType": "app",
        "message": "Scope definition updated for PublicAPI app",
        "createdOn": "2019-06-26T11:44:31.621Z",
        "__v": 0
    },
    {
        "_id": "btl-6bbf175b-9c01-56c2-8208-a565bfb27e37",
        "userId": {
            "id": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91",
            "firstName": "demo",
            "lastName": "bots",
            "emailId": "demobots@qakore.xyz",
            "orgUserId": "org assigned user id",           
            "activationStatus": "active",
            "profColour": "#ff4500",
            "profImage": "no-avatar",
            "_id": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91",
            "orgId": "o-daf5c054-e63b-561e-9a31-e53478aa154b"
        },
        "streamId": "st-6ecb5ba2-5e31-5a40-b918-8cbee40f3fdb",
        "resourceId": "st-6ecb5ba2-5e31-5a40-b918-8cbee40f3fdb",
        "resourceType": "stream",
        "message": "Trained ML after BOT approval",
        "createdOn": "2019-06-26T11:45:32.641Z",
        "__v": 0
    },
    {
        "_id": "btl-77eb7249-8bb4-508c-9103-f7bce1eaa4ee",
        "userId": {
            "id": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91",
            "firstName": "demo",
            "lastName": "bots",
            "emailId": "demobots@qakore.xyz",
            "orgUserId": "org assigned user id",
            "activationStatus": "active",
            "profColour": "#ff4500",
            "profImage": "no-avatar",
            "_id": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91",
            "orgId": "o-daf5c054-e63b-561e-9a31-e53478aa154b"
        },
        "streamId": "st-6ecb5ba2-5e31-5a40-b918-8cbee40f3fdb",
        "resourceId": "st-6ecb5ba2-5e31-5a40-b918-8cbee40f3fdb",
        "resourceType": "app",
        "message": "Scope definition added for PublicAPI app",
        "createdOn": "2019-06-26T11:43:57.767Z",
        "__v": 0
    },
    {
        "_id": "btl-8cbe200a-9b42-5fcc-948c-41be4648d7c6",
        "userId": {
            "id": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91",
            "firstName": "demo",
            "lastName": "bots",
            "emailId": "demobots@qakore.xyz",
            "orgUserId": "org assigned user id",
            "activationStatus": "active",
            "profColour": "#ff4500",
            "profImage": "no-avatar",
            "_id": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91",
            "orgId": "o-daf5c054-e63b-561e-9a31-e53478aa154b"
        },
        "streamId": "st-6ecb5ba2-5e31-5a40-b918-8cbee40f3fdb",
        "resourceId": "st-6ecb5ba2-5e31-5a40-b918-8cbee40f3fdb",
        "resourceType": "app",
        "message": "Scope definition updated for PublicAPI app",
        "createdOn": "2019-06-27T05:28:43.525Z",
        "__v": 0
    },
    {
        "_id": "btl-8e7b8388-97d9-5582-bfbb-b6577cccdec5",
        "userId": {
            "id": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91",
            "firstName": "demo",
            "lastName": "bots",
            "emailId": "demobots@qakore.xyz",
            "orgUserId": "org assigned user id",
            "activationStatus": "active",
            "profColour": "#ff4500",
            "profImage": "no-avatar",
            "_id": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91",
            "orgId": "o-daf5c054-e63b-561e-9a31-e53478aa154b"
        },
        "streamId": "st-6ecb5ba2-5e31-5a40-b918-8cbee40f3fdb",
        "resourceId": "5d1359fb64dd501a8ad729f9",
        "resourceType": "Knowledge Task",
        "message": "Knowledge task published",
        "createdOn": "2019-06-27T05:29:17.742Z",
        "__v": 0
    },
    {
        "_id": "btl-968044ec-1f8e-5be5-8617-03ca7902a088",
        "userId": {
            "id": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91",
            "firstName": "demo",
            "lastName": "bots",
            "emailId": "demobots@qakore.xyz",
            "orgUserId": "org assigned user id",
            "activationStatus": "active",
            "profColour": "#ff4500",
            "profImage": "no-avatar",
            "_id": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91",
            "orgId": "o-daf5c054-e63b-561e-9a31-e53478aa154b"
        },
        "streamId": "st-6ecb5ba2-5e31-5a40-b918-8cbee40f3fdb",
        "resourceId": "dc-f7b697bb-f561-53bb-b365-2ed1bcb0ac57",
        "resourceType": "intent",
        "message": "Trained ML after updating the dialog component Book_a_ticket ",
        "createdOn": "2019-06-26T11:41:40.556Z",
        "__v": 0
    },
    {
        "_id": "btl-9a9fbcfd-6860-5a68-954f-45cbe59df2ad",
        "userId": {
            "id": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91",
            "firstName": "demo",
            "lastName": "bots",
            "emailId": "demobots@qakore.xyz",
            "orgUserId": "org assigned user id",
            "activationStatus": "active",
            "profColour": "#ff4500",
            "profImage": "no-avatar",
            "_id": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91",
            "orgId": "o-daf5c054-e63b-561e-9a31-e53478aa154b"
        },
        "streamId": "st-6ecb5ba2-5e31-5a40-b918-8cbee40f3fdb",
        "resourceId": "dg-14fd680d-3c42-5594-9d1b-c1b5504effa7",
        "resourceType": "Sentence",
        "message": "Trained ML after editing the dialog task Book a ticket successfully.",
        "createdOn": "2019-06-27T05:36:05.546Z",
        "__v": 0
    },
    {
        "_id": "btl-9b8e6cdc-f360-5a85-bf36-eae1bceba08c",
        "userId": {
            "id": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91",
            "firstName": "demo",
            "lastName": "bots",
            "emailId": "demobots@qakore.xyz",
            "activationStatus": "active",
            "profColour": "#ff4500",
            "profImage": "no-avatar",
            "_id": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91",
            "orgId": "o-daf5c054-e63b-561e-9a31-e53478aa154b"
        },
        "streamId": "st-6ecb5ba2-5e31-5a40-b918-8cbee40f3fdb",
        "resourceId": "dg-14fd680d-3c42-5594-9d1b-c1b5504effa7",
        "resourceType": "dialog",
        "message": "Trained ML after upgrading dialog task Book a ticket ",
        "createdOn": "2019-06-26T12:04:07.374Z",
        "__v": 0
    },
    {
        "_id": "btl-9ef0d718-d2b3-53a2-a770-ffb934c89439",
        "userId": {
            "id": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91",
            "firstName": "demo",
            "lastName": "bots",
            "emailId": "demobots@qakore.xyz",
            "activationStatus": "active",
            "profColour": "#ff4500",
            "profImage": "no-avatar",
            "_id": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91",
            "orgId": "o-daf5c054-e63b-561e-9a31-e53478aa154b"
        },
        "streamId": "st-6ecb5ba2-5e31-5a40-b918-8cbee40f3fdb",
        "resourceId": "bir-6d600d86-15c6-561f-99ef-da4ebd02a9b7",
        "resourceType": "Import",
        "message": "Import request completed",
        "createdOn": "2019-06-27T05:36:05.669Z",
        "__v": 0
    },
    {
        "_id": "btl-a435be8a-fb82-5467-9bf2-96ee38d4859d",
        "userId": {
            "id": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91",
            "firstName": "demo",
            "lastName": "bots",
            "emailId": "demobots@qakore.xyz",
            "activationStatus": "active",
            "profColour": "#ff4500",
            "profImage": "no-avatar",
            "_id": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91",
            "orgId": "o-daf5c054-e63b-561e-9a31-e53478aa154b"
        },
        "streamId": "st-6ecb5ba2-5e31-5a40-b918-8cbee40f3fdb",
        "resourceId": "dg-14fd680d-3c42-5594-9d1b-c1b5504effa7",
        "resourceType": "Dialog",
        "message": "Hold & Resume settings updated for book a ticket",
        "createdOn": "2019-06-27T05:36:05.547Z",
        "__v": 0
    },
    {
        "_id": "btl-a6548aea-38af-51fc-b3e7-5eeffed53913",
        "userId": {
            "id": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91",
            "firstName": "demo",
            "lastName": "bots",
            "emailId": "demobots@qakore.xyz",
            "activationStatus": "active",
            "profColour": "#ff4500",
            "profImage": "no-avatar",
            "_id": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91",
            "orgId": "o-daf5c054-e63b-561e-9a31-e53478aa154b"
        },
        "streamId": "st-6ecb5ba2-5e31-5a40-b918-8cbee40f3fdb",
        "resourceId": "st-6ecb5ba2-5e31-5a40-b918-8cbee40f3fdb",
        "resourceType": "stream",
        "message": "BOT channels edited : Kore Messenger channel update",
        "createdOn": "2019-06-27T05:29:09.032Z",
        "__v": 0
    },
    {
        "_id": "btl-a8a40880-0b09-5bf8-9ca3-de7575baa338",
        "userId": {
            "id": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91",
            "firstName": "demo",
            "lastName": "bots",
            "emailId": "demobots@qakore.xyz",
            "activationStatus": "active",
            "profColour": "#ff4500",
            "profImage": "no-avatar",
            "_id": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91",
            "orgId": "o-daf5c054-e63b-561e-9a31-e53478aa154b"
        },
        "streamId": "st-6ecb5ba2-5e31-5a40-b918-8cbee40f3fdb",
        "resourceId": "st-6ecb5ba2-5e31-5a40-b918-8cbee40f3fdb",
        "resourceType": "stream",
        "message": "Saved BOT",
        "createdOn": "2019-06-26T11:41:13.784Z",
        "__v": 0
    },
    {
        "_id": "btl-bf10483a-32ec-5e1d-ac2a-b0c78fd208d6",
        "userId": {
            "id": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91",
            "firstName": "demo",
            "lastName": "bots",
            "emailId": "demobots@qakore.xyz",
            "activationStatus": "active",
            "profColour": "#ff4500",
            "profImage": "no-avatar",
            "_id": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91",
            "orgId": "o-daf5c054-e63b-561e-9a31-e53478aa154b"
        },
        "streamId": "st-6ecb5ba2-5e31-5a40-b918-8cbee40f3fdb",
        "resourceId": "5d1359fb64dd501a8ad729f9",
        "resourceType": "KnowledgeTask",
        "message": "Edited KnowledgeTask Public APIs",
        "createdOn": "2019-06-27T05:25:37.285Z",
        "__v": 0
    },
    {
        "_id": "btl-c6740977-6311-55b5-96ae-9db6b38c2a90",
        "userId": {
            "id": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91",
            "firstName": "demo",
            "lastName": "bots",
            "emailId": "demobots@qakore.xyz",
            "activationStatus": "active",
            "profColour": "#ff4500",
            "profImage": "no-avatar",
            "_id": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91",
            "orgId": "o-daf5c054-e63b-561e-9a31-e53478aa154b"
        },
        "streamId": "st-6ecb5ba2-5e31-5a40-b918-8cbee40f3fdb",
        "resourceId": "st-6ecb5ba2-5e31-5a40-b918-8cbee40f3fdb",
        "resourceType": "stream",
        "message": "User Demo Bots is assigned with new role Bot Owner",
        "createdOn": "2019-06-26T11:41:13.729Z",
        "__v": 0
    },
    {
        "_id": "btl-cce62c28-cf95-5a5d-95aa-11b843c0a237",
        "userId": {
            "id": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91",
            "firstName": "demo",
            "lastName": "bots",
            "emailId": "demobots@qakore.xyz",
            "activationStatus": "active",
            "profColour": "#ff4500",
            "profImage": "no-avatar",
            "_id": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91",
            "orgId": "o-daf5c054-e63b-561e-9a31-e53478aa154b"
        },
        "streamId": "st-6ecb5ba2-5e31-5a40-b918-8cbee40f3fdb",
        "resourceId": "st-6ecb5ba2-5e31-5a40-b918-8cbee40f3fdb",
        "resourceType": "variables",
        "message": "Bot variables are exported",
        "createdOn": "2019-06-27T05:39:18.707Z",
        "__v": 0
    },
    {
        "_id": "btl-d0948aeb-fdb0-5545-871d-3cce70ae0311",
        "userId": {
            "id": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91",
            "firstName": "demo",
            "lastName": "bots",
            "emailId": "demobots@qakore.xyz",
            "activationStatus": "active",
            "profColour": "#ff4500",
            "profImage": "no-avatar",
            "_id": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91",
            "orgId": "o-daf5c054-e63b-561e-9a31-e53478aa154b"
        },
        "streamId": "st-6ecb5ba2-5e31-5a40-b918-8cbee40f3fdb",
        "resourceId": "dg-14fd680d-3c42-5594-9d1b-c1b5504effa7",
        "resourceType": "Dialog",
        "message": "Created Dialog Book a ticket",
        "createdOn": "2019-06-26T11:41:40.192Z",
        "__v": 0
    },
    {
        "_id": "btl-d35fbc0b-86aa-56e7-9176-7e0037615f3c",
        "userId": {
            "id": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91",
            "firstName": "demo",
            "lastName": "bots",
            "emailId": "demobots@qakore.xyz",
            "activationStatus": "active",
            "profColour": "#ff4500",
            "profImage": "no-avatar",
            "_id": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91",
            "orgId": "o-daf5c054-e63b-561e-9a31-e53478aa154b"
        },
        "streamId": "st-6ecb5ba2-5e31-5a40-b918-8cbee40f3fdb",
        "resourceId": "st-6ecb5ba2-5e31-5a40-b918-8cbee40f3fdb",
        "resourceType": "stream",
        "message": "Bot updated",
        "createdOn": "2019-06-27T05:29:09.029Z",
        "__v": 0
    },
    {
        "_id": "btl-d48a795d-7f36-505e-a76d-f671113eaff5",
        "userId": {
            "id": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91",
            "firstName": "demo",
            "lastName": "bots",
            "emailId": "demobots@qakore.xyz",
            "activationStatus": "active",
            "profColour": "#ff4500",
            "profImage": "no-avatar",
            "_id": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91",
            "orgId": "o-daf5c054-e63b-561e-9a31-e53478aa154b"
        },
        "streamId": "st-6ecb5ba2-5e31-5a40-b918-8cbee40f3fdb",
        "resourceId": "dg-14fd680d-3c42-5594-9d1b-c1b5504effa7",
        "resourceType": "Sentence",
        "message": "Trained ML after editing the dialog task Book a ticket successfully.",
        "createdOn": "2019-06-26T11:41:40.497Z",
        "__v": 0
    },
    {
        "_id": "btl-da3fe886-b12b-59c1-a759-2fa95bdd2e59",
        "userId": {
            "id": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91",
            "firstName": "demo",
            "lastName": "bots",
            "emailId": "demobots@qakore.xyz",
            "activationStatus": "active",
            "profColour": "#ff4500",
            "profImage": "no-avatar",
            "_id": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91",
            "orgId": "o-daf5c054-e63b-561e-9a31-e53478aa154b"
        },
        "streamId": "st-6ecb5ba2-5e31-5a40-b918-8cbee40f3fdb",
        "resourceId": "st-6ecb5ba2-5e31-5a40-b918-8cbee40f3fdb",
        "resourceType": "stream",
        "message": "Bot updated",
        "createdOn": "2019-06-27T05:36:05.445Z",
        "__v": 0
    },
    {
        "_id": "btl-da5fc1b5-5eca-512f-b3a9-128670f99d0e",
        "userId": {
            "id": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91",
            "firstName": "demo",
            "lastName": "bots",
            "emailId": "demobots@qakore.xyz",
            "activationStatus": "active",
            "profColour": "#ff4500",
            "profImage": "no-avatar",
            "_id": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91",
            "orgId": "o-daf5c054-e63b-561e-9a31-e53478aa154b"
        },
        "streamId": "st-6ecb5ba2-5e31-5a40-b918-8cbee40f3fdb",
        "resourceId": "5d1359fb64dd501a8ad729f9",
        "resourceType": "KnowledgeTask",
        "message": "Created KnowledgeTask Public APIs",
        "createdOn": "2019-06-26T11:41:47.288Z",
        "__v": 0
    },
    {
        "_id": "btl-db9637bc-8da8-53b3-b49c-8d878e2f2e26",
        "userId": {
            "id": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91",
            "firstName": "demo",
            "lastName": "bots",
            "emailId": "demobots@qakore.xyz",
            "activationStatus": "active",
            "profColour": "#ff4500",
            "profImage": "no-avatar",
            "_id": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91",
            "orgId": "o-daf5c054-e63b-561e-9a31-e53478aa154b"
        },
        "streamId": "st-6ecb5ba2-5e31-5a40-b918-8cbee40f3fdb",
        "resourceId": "bir-a6a1b825-8882-5603-81ac-a822af9c3276",
        "resourceType": "Import",
        "message": "Import request completed",
        "createdOn": "2019-06-27T05:25:37.375Z",
        "__v": 0
    }
    {
        "_id": "btl-ff3f76fa-1c00-54b4-8982-ed6943feae8b",
        "userId": {
            "id": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91",
            "firstName": "demo",
            "lastName": "bots",
            "emailId": "demobots@qakore.xyz",
            "orgUserId"" "user id",
            "activationStatus": "active",
            "profColour": "#ff4500",
            "profImage": "no-avatar",
            "_id": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91",
            "orgId": "o-daf5c054-e63b-561e-9a31-e53478aa154b"
        },
        "streamId": "st-6ecb5ba2-5e31-5a40-b918-8cbee40f3fdb",
        "resourceId": "dg-14fd680d-3c42-5594-9d1b-c1b5504effa7",
        "resourceType": "Dialog",
        "message": "Hold & Resume settings updated for book a ticket",
        "createdOn": "2019-06-26T11:41:40.498Z",
        "__v": 0
    }
]
Menu