PlatformInternalAPI
{id}
Request body
Responses
Body
Headers
UTF-8
viewport
Request parameters
“5c57d2c10591b310008b4567”
“NWM1NDA0OTUwNTkxYjMxMTAwOGI0NTY3KzE1NTEyNTkxNjg=”
Request headers
“NWM1NDA0OTUwNTkxYjMxMTAwOGI0NTY3KzE1NTEyNTkxNjg=”
50
10406
Request body
Request parameters
“authenticateapp”
“5c57d2c10591b310008b4567”
“NWM1NDA0OTUwNTkxYjMxMTAwOGI0NTY3KzE1NTEyNTkxNjg=”
“NWM1NDA0OTUwNTkxYjMxMTAwOGI0NTY3KzE1NTEyNTkxNjg=”
Responses
{“headerKey”:“Basic NWM1N2QyYzEwNTkxYjMxMDAwOGI0NTY3OjEyMzQ1Njc=”}}
Headers
0
success
{“headerKey”:“Basic NWM1N2QyYzEwNTkxYjMxMDAwOGI0NTY3OjEyMzQ1Njc=”}}
{id}
Path variables
This is the Id of the App
Request body
Responses
Body
could be success or fail
Request headers
Responses
Body
0
success
Sign UP API
Request parameters
“adduser” - This action is same for all new users
this is username
This url is used for sign out.
Request body
“logout” - this action name is same.
This is the User that is inside the application. This should not be confused with Accounts API (which are various login accounts)
This API is used to get the Application list. baseURL:-“https://apiserver.arrowai.in”
Request body
“list” -default action name
Authentication
This API is used when user add new application.
Request body
“addnew” - this action name is same for all new application
Application name as per the user choice
Responses
Body
This API is used to update the Application details.
Request body
Responses
Body
This API is used for delete Application. baseURL : https://arrowdotnetcustomfunctions.azurewebsites.net/api/disableApplication
Request body
appId is defferent for all application
Responses
Body
This API is used For Add new module http://dev.arrowai.com/api/application.php
Responses
Body
module Id
Examples
List of available module
[
{
_id:"1",
name:"Dashboard",
state:"application.id.dashboard.home",
icon:"font-icon-home",
color:"color:#6a501e;"
},
{
_id:"2",
name:"Interaction Engine",
icon:"glyphicon glyphicon-send",
color:"orange-red",
external: $window.location.origin+ "/external/listening/#/app/:appId/messages/livechat"
},
{
_id:"3",
name:"Workflow Engine",
state:"application.id.workflow.process",
icon:"font-icon font-icon-cogwheel",
color:"orange-red",
subMenu:[
{
name:"Flows",
state:"workflow.process",
icon:"glyphicon glyphicon-random",
subMenuStatus:"display:none",
},
{
name:"Event Sources",
state:"workflow.eventslist",
icon:"fa fa-bell",
subMenuStatus:"display:none",
},
{
name:"Triggers",
state:"workflow.triggerlist",
icon:"font-icon font-icon-user",
subMenuStatus:"display:none"
},
{
_id:"4",
name:"ChatBot Engine",
state:"application.id.chatbot.chatflow",
icon:"font-icon fa fa-comments",
color:"orange-red",
},
{
_id:"5",
name:"Intelligence Engine",
state:"application.id.intelligence.recommendation",
icon:"fa fa-bolt",
color:"orange-red",
subMenu:[
{
name:"Customer Recommendation",
state:"intelligence.recommendation",
icon:"fa fa-hand-peace-o",
}
]
},
{
_id:"6",
name:"Analytics Engine",
state:"application.id.analytics.dashboard",
icon:"fa fa-bar-chart",
color:"orange-red",
subMenu:[
{
name:"Dashboard",
state:"analytics.dashboard",
icon:"fa fa-tachometer",
},
{
name:"Customer Reports",
state:"analytics.reports",
icon:"fa fa-list-alt",
},
{
name:"Data Source connection",
state:"analytics.datasource",
icon:"fa fa-database",
}
]
},
{
_id:"7",
name:"Content Engine",
state:"application.id.contents.page",
icon:"fa fa-newspaper-o",
color:"orange-red",
subMenu:[
{
name:"Pages",
state:"contents.page",
icon:"fa fa-file-powerpoint-o",
//icon:<i class="fa fa-file-powerpoint-o" aria-hidden="true"></i>,
},
{
name:"News",
state:"contents.news",
icon:"font-icon font-icon-zigzag",
},
{
name:"Images",
state:"contents.images",
icon:"fa fa-picture-o",
},
{
name:"Videos",
state:"contents.videos",
icon:"fa fa-video-camera",
},
{
name:"Blogs",
state:"contents.blogs",
icon:"fa fa-rss"
}
]
},
{
_id:"9",
name:"Cricket",
state:"application.id.cricket.commentary",
icon:"fa fa-futbol-o",
color:"orange-red",
subMenu:[
{
name:"Live Commentary",
state:"cricket.commentary",
icon:"font-icon fa fa-bullhorn"
},
{
name:"Send Live Score",
state:"cricket.scorecard",
icon:"font-icon glyphicon glyphicon-bullhorn"
},
{
name:"Match Schedule",
state:"cricket.schedule",
icon:"fa fa-calendar"
},
{
name:"Stadium",
state:"cricket.stadium",
icon:"fa fa-opera"
},
{
name:"Team",
state:"cricket.team",
icon:"fa fa-user-plus"
},
{
name:"Seat Info",
state:"cricket.seatinfo",
icon:"fa fa-wheelchair"
},
{
name:"Series",
state:"cricket.series",
icon:"fa fa-trophy",
subMenu:[
// {
// name:"Series Type",
// state:"cricket.seriestype" //
//
},
{
name:"Series",
state:"cricket.series",
icon:"fa fa-trophy"
},
{
name:"Series Season",
state:"cricket.seriesSeason",
icon:"fa fa-calendar"
}
]
}
]
},
{
_id:"10",
name:"Storage",
state:"application.id.storage.bucket",
icon:"fa fa-database",
color:"orange-red",
subMenu:[
{
name:"Storage Bucket",
state:"storage.bucket",
icon:"fa fa-bitbucket"
}
]
},
{
_id:"11",
name:"Ticketing Engine",
state:"application.id.ticket.home",
icon:"fa fa-ticket",
color:"orange-red",
},
{
_id:"12",
name:"BM Assist",
external:"http://bankai.azurewebsites.net/index.html#/?key=" + escape($cookies.get('key')) + "",
icon:"fa fa-university",
color:"orange-red",
},
{
_id:"13",
name:"Customer",
state:"application.id.customer.list",
icon:"font-icon font-icon-user",
color:"orange-red",
subMenu:[
{
name:"Customer List",
state:"customer.list",
icon:"fa fa-user",
color:"orange-red",
},
{
name:"Customer Cohorts",
state:"customer.cohorts",
icon:"fa fa-users",
color:"blue",
},
]
},
{
_id:"14",
name:"Contest",
state:"application.id.contest.quiz",
icon:"fa fa-trophy",
color:"orange-red",
subMenu:[
{
name:"Quiz",
state:"contest.quiz",
icon:"fa fa-mars",
subMenu:[
{
name:"Quiz Type",
state:"contest.quizgroup",
icon:"fa fa-puzzle-piece"
},
{
name:"Quiz",
state:"contest.quiz",
icon:"fa fa-sticky-note"
}
]
},
{
name:"Polls",
icon:"fa fa-bomb",
subMenu:[
{
name:"Poll Type",
state:"contest.pollgroup",
icon:"fa fa-pie-chart"
},
{
name:"Polls",
state:"contest.polls",
icon:"fa fa-bar-chart"
}
]
}
]
},
{
_id:"15",
name:"Prediction",
state:"application.id.predication.group",
icon:"fa fa-empire",
color:"orange-red",
subMenu:[
{
name:"Prediction Group",
state:"predication.group",
icon:"fa fa-renren"
},
{
name:"Add Prediction",
state:"predication.list",
icon:"fa fa-pinterest-p"
}
]
},
{
_id:"16",
name:"Advertisement",
state:"application.id.advertisement.list",
icon:"glyphicon glyphicon-text-background",
color:"orange-red",
subMenu:[
{
name:"List Of My Adds",
state:"advertisement.list",
icon:"fa fa-bars",
},
{
name:"Dashboard",
state:"advertisement.dashboard",
icon:"fa fa-tachometer",
}
]
}
] ;
This api is used for dashboard. base URL :-https://interaction.arrowai.in
Request body
Responses
Body
Event types are fixed - user_message_to_bot, newUser,bot_message_to_use
This api is used to get user list
Request body
This API is for updation of Specific News. URL: http://dream.arrowai.com/api/v2/ecommercedb/_table/tbl_news/1 //with new id
Request parameters
application_id
news_id
news_name
news
news_url
weightage
filename
createdate
attchment_id
category_name
Request body
Examples
Request Format of Update News
{"resource":[{ app_id: app_id,
news_id:news_id,
news_name:news_name,
news:news,
url:url,
weightage:weightage,
image:filename,
createdate:createdate,
attchment_id:attachment_id,
category:category
}]}
This API is for List of News. URL: http://dream.arrowai.com/api/v2/ecommercedb/_proc/getallnews(<applicationId>)
Request body
application_id
id
url
wrightage
filename
create date
news_id
category
attachment_id
news
news_name
Thi URL is used to get the videos. URL: http://dream.arrowai.com/api/v2/ecommercedb+’/_table/tbl_media_video?filter=app_id%3D’+appId+’ &limit=150&order=create_date desc’
This API is used to updte the video URL:http://dream.arrowai.com/api/v2/ecommercedb+’/_table/tbl_media_video’
Request parameters
In this resource id, app_id etc parameters are included.
finalObject.app_id
finalObject.title
finalObject.VideoUrl
finalObject.filename
finalObject.summary
finalObject.url
URL: http://dream.arrowai.com/api/v2/ecommercedb+’/_table/tbl_media_video
Request parameters
In this resource app_id,title etc… are included.
finalObject.app_id
finalObject.title
finalObject.VideoUrl
finalObject.filename
finalObject.summary
finalObject.url
finalObject.attachment_id
finalObject.create_date
This API URL is used for get Tag Images URL:http://dream.arrowai.com/api/v2/ecommercedb+’/_proc/getTagImages(’+appId+’)
API URL:http://dream.arrowai.com/api/v2/images +’/images/’+ filename
Request headers
undefined
This URL is used to save multiple images. URL:http://dream.arrowai.com/api/v2/ecommercedb+’/_table/tbl_media_gif
This URL is Used to Delete the image. URL:http://dream.arrowai.com/api/v2/ecommercedb+’/_table/tbl_media_gif/’+_id
API format for Add Events. API URL:https://firedev.arrowai.com/events/add
Request parameters
List of Events. API URL:Request URL: https://firedev.arrowai.com/events/getEvents
Request parameters
Request parameters
URL:https://firedev.arrowai.com+ ‘/users/getUsers’
Request parameters
self.userList.current.limit
self.userList.current.page
filters || []
Cohort List URL.http://dream.arrowai.com/api/v2/chat_developer+ ‘/_table/cohortCondition?filter=app_id%3D’ + appId
Request parameters
URL:http://dream.arrowai.com/api/v2/chat_developer + ‘/_table/cohortConfiguration’
URL.http://dream.arrowai.com/api/v2/chat_developer + ‘/_table/cohortCondition/’ + _id
Examples
getWhoDid: function () {
return this.userWhoDidConditionList;
},
getWhoDidNot: function () {
return this.userWhoDidNotConditionList;
},
getUserProperties: function () {
return this.userPropertiesConditionList;
},
Request body
Application ID
Interaction Engine Key (either of key or sessionId should only be given)
ArrowAI UI Session ID (either of key or sessionId should only be given)
This is the list of filters that can be given. Each object is a pipeline for aggregate operation but $match changes to match, ie remove $ for the type of stage
{
"match": {
"data.integration.android": true
}
}
{
"project": {
"_id": 1
}
}
{
"group": {
_id: "$groupId", events: { $push: "$$ROOT" }
}
}
The list of data that is required to be shown, all the properties set to 1 will be sent back from the api call
Page Number
Limit of the number of results. To get all the list of users, type limit as 0
Field to sort the data
if set to true, then it overwrites all the column of fields and gives you the total list of all attributes
Examples
With Interaction Key
{
"app_id": "5a7bfc8ebde31989008b456a",
"key": "68aba74c-f126-4c57-b9a0-d20b9bed4d7d",
"filters": [
{
"match": {
"data.integration.android": true
}
}
],
"fields": {
"events": 1,
"data": 1,
"_id": 1,
"variable": 1,
"lastMessageChannel": 1,
"lastMessage": 1,
"unread": -1
},
"page": 1,
"limit": 2
}
With Session Id
{
"app_id": "5a7bfc8ebde31989008b456a",
"sessionid": "NTc4NjY2YjYzYTQ4OGI0ZDAwOGI0NTY3KzE1MTk3MTI1MTE=",
"filters": [
{
"match": {
"data.integration.android": true
}
}
],
"fields": {
"events": 1,
"data": 1,
"_id": 1,
"variable": 1,
"lastMessageChannel": 1,
"lastMessage": 1,
"unread": -1
},
"page": 1,
"limit": 2
}
Get Event number with data
{
"app_id": "5a7bfc8ebde31989008b456a",
"key": "68aba74c-f126-4c57-b9a0-d20b9bed4d7d",
"filters": [
{
"project": {
"data": 1,
"_id": 1,
"numberOfEvents": { "$size": "$events" }
}
}
],
"fields": {
"data": 1,
"numberOfEvents": 1,
"_id": 1
},
"page": 1,
"limit": 100,
"sortBy": "numberOfEvents"
}
All web but not android
{
"app_id": "5a7bfc8ebde31989008b456a",
"key": "68aba74c-f126-4c57-b9a0-d20b9bed4d7d",
"filters": [
{
"match": {
"data.integration.web": true
}
},
{
"match": {
"data.integration.android": {"$exists": false}
}
},
{
"project": {
"data": 1,
"_id": 1,
"variable": 1,
"lastMessageChannel": 1,
"lastMessage": 1,
"unread": 1,
"numberOfEvents": { "$size": "$events" }
}
}
],
"fields": {
"numberOfEvents": 1,
"data": 1,
"_id": 1,
"unread": 1
},
"page": 1,
"limit": 20
}
Responses
Body
No error
Has Error
Contains data for users
Array of users data
["android"]
android
Total Pages
Total Count
current Page Number
Current limit set
Examples
{
"code": "1",
"users": {
"data": [
{
"_id": "-L4yS0fS7YqpFbZSkhFR",
"data": "",
"phone": "",
"name": "Shweta",
"integration": {
"webIds": "",
"-L5CUzbAYpibBNpStv2Z": "true"
},
"web": "true",
"androidUniqId": "wSk3pYZwV1Ym1VEdZKhMe1KYaH73",
"androidIds": {
"-L5o-mHMFR_i-RmnJJYz": "true",
"-L5DW9p6asn0xFsKSu64": "true",
"-L5DW9AMyFhquRBGlmzC": "true",
"-L5Cou0bocOekkHzb3pN": "true",
"-L5CotLQKTuvhcBnIi4-": "true",
"-L4yS0bGG7WdI69C3rDu": "true"
},
"android": "true"
}
],
"email": "shweta@arrowai.com",
"authKey": "wSk3pYZwV1Ym1VEdZKhMe1KYaH73"
},
"events": [
{
"_id": "5a8c4a88ecefe7003806a232",
"data": {
"source": [
""
],
"appId": "5a7bfc8ebde31989008b456a",
"name": "shweta",
"email": "shweta@arrowai.com",
"phone": "1234567890"
},
"deviceInfo": {
"IP": "0.0.0.0",
"ANDROID_ID": "312c9f3925c9cade",
"BOARD": "msm8953",
"BOOTLOADER": "MSM8953_TISSOT1.0_20171219100348",
"BRAND": "xiaomi",
"CPU_ABI": "arm64-v8a",
"CPU_ABI2": "",
"DISPLAY": "N2G47H.7.12.19",
"FINGERPRINT": "xiaomi/tissot/tissot_sprout:7.1.2/N2G47H/7.12.19:user/release-keys",
"HARDWARE": "qcom",
"HOST": "mi-server",
"ID": "N2G47H",
"MANUFACTURER": "Xiaomi",
"MODEL": "Mi A1",
"PRODUCT": "tissot",
"SERIAL": "fdd6d38f0504",
"TAGS": "release-keys",
"TIME": "1513652529000",
"TYPE": "user",
"UNKNOWN": "unknown",
"USER": "builder",
"channel": "android",
"FCM_Token": "dsdPrF-xiao:APA91bH-2sWTzHMGbNGXyx-qGfs4Q1gjoLft2486VQLz-J8d31qH8EDjyXKUI9mkmui3NZ2Ez0rVa5BoncQAIQqN6ESKm8EtSJpciYuMXmQ2Sn4lHbdnMZZdTB6ryL_LI-UJ3evsr8dY"
},
"groupId": "-L4yS0fS7YqpFbZSkhFR",
"applicationId": "5a7bfc8ebde31989008b456a",
"eventType": "newUser",
"__v": ""
}
],
"pageCount": "8",
"totalCount": "16",
"currentPage": "1",
"currentLimit": "1"
}
This is the API to get the list of users.You can also define multiple filters and get the list based on that. API Url:https://firedev.arrowai.com/users/getUsers
Responses
Body
Examples
{limit: 20, page: 1, filters: "59d385763800f371008b456b", fields: {_id: 1, data: 1},…}
{"code":0,"users":{"data":[{"_id":"-KvXFyj5yvAHT5uyUQTj"},{"_id":"-LExoQb6H6cbBhrJyddg","data":{"name":"Guest105","integration":{"web":true,"webIds":{"-LExoQaz-0sccLhsQ1ge":true}}}},{"_id":"-LG4BAv3MDxL948tezi1","data":{"name":"Guest130","integration":{"web":true,"webIds":{"-LG4BAuyB_F-h6feLLiu":true}}}},{"_id":"-LD0y4Dz38fhlLWlqgEh","data":{"integration":{"webIds":{"-LD0y4DxurulFR0Jhz_b":true},"web":true},"name":"Guest186"}},{"_id":"-LCvP_Op3CHqW0UQZOwz","data":{"integration":{"webIds":{"-LCvP_Oi3IWlqKyxyGRo":true},"web":true},"name":"Guest270"}},{"_id":"-LF7Bsd73Ya0fVtYjBuI","data":{"name":"Guest290","integration":{"web":true,"webIds":{"-LF7Bsd40T0tJygtL8yz":true}}}},{"_id":"-LF1V467d8dWxopP5b6f","data":{"name":"Guest436","integration":{"web":true,"webIds":{"-LF1V45z6rbQwSSMRxnJ":true}}}},{"_id":"-KvXHjuHOoIsfUYxZDLH","data":{"name":"Guest618","integration":{"webIds":{"-KvXHjcIOxxCYz_9t50H":true},"web":true}}},{"_id":"-LEJ1A9RAs_rr6toeQSr","data":{"name":"Guest63","integration":{"web":true,"webIds":{"-LEJ1A9NVAF-fDfXgav4":true}}}},{"_id":"-LDkRuOn-4GUTEBlvyCY","data":{"integration":{"webIds":{"-LDkRuOjnN96XdpFdjVh":true},"web":true},"name":"Guest649"}},{"_id":"-LEJKmjTLsZvyyFhXGmu","data":{"name":"Guest658","integration":{"web":true,"webIds":{"-LEJKmjRKUefaSm0OVIN":true}}}},{"_id":"-LF7XHoQlYIirid6qNCq","data":{"name":"Guest692","integration":{"web":true,"webIds":{"-LF7XHoNn5IXWJpN7JXN":true}}}},{"_id":"-LCY7nZ5v5GqDg8CKeAb","data":{"integration":{"webIds":{"-LCY7nZ2m6uoGVXhz7FN":true},"web":true},"name":"Guest746"}},{"_id":"-LDMFGaIWF-e3pBiVLeA","data":{"integration":{"webIds":{"-LDMFGaBSxEc53k60bWu":true},"web":true},"name":"Guest845"}},{"_id":"-LCbhWjfISW90Zxt2RK7","data":{"integration":{"webIds":{"-LCbhWjZi0e8r4i4IvtK":true},"web":true},"name":"Guest846"}},{"_id":"-LDGZkOE_3C9JdQwJ--w","data":{"integration":{"webIds":{"-LDGZkO9YPaYp150k5Yn":true},"web":true},"name":"Guest872"}},{"_id":"-LF2Md-c4mV_gZIQB_z2","data":{"name":"Guest889","integration":{"web":true,"webIds":{"-LF2Md-ZExola4s6KSFY":true}}}},{"_id":"-LEibz3hkTkM0wKZlQJV","data":{"name":"Guest908","integration":{"web":true,"webIds":{"-LEibz3es6uqTFxgjoVG":true}}}},{"_id":"-LF7D92ECW00vzKPY9a2","data":{"name":"Guest919","integration":{"web":true,"webIds":{"-LF7D928L4nxWgcdsypG":true}}}},{"_id":"-LChPH_MLBG0tuAD5xks","data":{"integration":{"webIds":{"-LChPH_KA9_SvNKdYyhr":true},"web":true},"name":"Guest980"}}],"pageCount":2,"totalCount":22,"currentPage":1,"currentLimit":20}}
Responses
Body
User Detail - Messages:coming from firebase outGoingMessage API Url: https://firedev.arrowai.com/users/getUsers
Request parameters
allFields
Responses
Body
0
Request parameters
1
1
true
Responses
Body
0
To Create the new user in the system. If Channel Id is already given it will automatically create the new Channel user in firebase with the same ID. If no channel user id is given it will automatically create a new channel user id.
Request body
These are the fields that are accessible like name, email, …
["web"]
web
Examples
Example for add new user
{
"data": "",
"name": "Guest499",
"source": [
""
],
"email": "",
"phone": ""
}
Responses
Body
["web"]
web
This URL is used to save the user URL:http://dream.arrowai.com/api/v2/ecommercedb + ‘/_table/tbl_user’
Request parameters
In this resource app_id,user_id etc… parameters re included.
finalObject.app_id
finalObject.user_id
finalObject.user_name
finalObject.email
finalObject.mobile_no
finalObject.filename
finalObject.createdate
This url is used to update Application message setting.
Request parameters
id
sorrySentence
This URL is used to get the questions. URL:http://dream.arrowai.com/api/v2/ecommercedb+’/_table/tbl_question_bag?related=tbl_question_tag_by_question_id&filter=app_id%3D’+appId+’&order=id desc’
This URL is used to deete the questions URL:http://dream.arrowai.com/api/v2/ecommercedb+’/_table/tbl_question_bag/’+_id
Request parameters
In this resource app_id,question etc… parameters are included.
finalObject.app_id
finalObject.question
finalObject.conversation_id
finalObject.tbl_question_tag_by_question_id
This URL is used to save config URL:http://dream.arrowai.com/api/v2/ecommercedb+’/_table/tblconversationconfig’
Request parameters
in this resource appId ,botId etc…parameters are included
finalObject.app_id
finalObject.botId
finalObject.conversation_id
finalObject.type
finalObject.conversationName
ThisURL is used to upate Config URL:http://dream.arrowai.com/api/v2/ecommercedb+’/_table/tblconversationconfig’
Request parameters
in this resource id, appId etc… parameters are included.
finalObject.app_id
finalObject.botId
finalObject.conversation_id
finalObject.type
finalObject.conversationName
This URL is used to Delete conversation Config. URL:http://dream.arrowai.com/api/v2/ecommercedb+’/_table/tblconversationconfig/’+_id
This url is ised to get the conversation. URL:http://dream.arrowai.com/api/v2/ecommercedb+’/_table/tblconversationconfig?filter=(appId%3D “’+appId+’”) and (type%3D “’+type+’”)’
This api is used to delete module
Request body
“removemodulefromapp” - this action name is same for all modules
This api is used to create new module
Request body
This api is used to get module list. base URL:-https://apiserver.arrowai.in
Request body
Responses
Body
This api is used to get generic list.
Request body
“featuredpublicbotsrepo” - this action name is same to get generic bot list
Responses
Body
["Account Balance","Transaction Between Dates","Last Five Transaction","Add Money","Open Account"]
API URL: https://arrowinteraction.azurewebsites.net+’/api/triggerAction?appId=’+app_Id+’&env=’+URL.ENV_URL+’&_id=’+id+’’
Responses
This API is used to get trigger. API URL: RABIT_MQ:“https://arrowinteraction.azurewebsites.net/api/triggerAction?appid=appId”
Responses
Body
This API is used to save or add new Trigger.
Request parameters
Add new trigger
app.type
app.repeatationRule
app.dateTime
app.repeatInterval
app.dateOfNextOccerance
app.userType
app.user
app.module
app.conversation
This API URL is used to get Event Feature API URL:DREAMFACTORY_ARROWMONGOURL:“http://dream.arrowai.com/api/v2/arrowmongo_db”
This API URL is used for get sub event type DREAMFACTORY_ARROWMONGOURL:“http://dream.arrowai.com/api/v2/arrowmongo_db”
This URL is used to save te trigger events API URL https://arrowinteraction.azurewebsites.net+’/api/saveTriggersEvents’
This API is used to Update Trigger Event. API URL: http://dream.arrowai.com/api/v2/arrowmongo_db+’/_table/tblEvent’
This API is used to delete Trigger Event. API URL: https://arrowinteraction.azurewebsites.net+’/api/saveTriggersEvents’,{_id:id}
This trigger event is used to get trigger event. API URL: https://arrowinteraction.azurewebsites.net+’/api/saveTriggersEvents?appid=’+appId+’’
This URL is used to update the flow. URL:http://arrowflow.in+’/rest/bip/’ + flow.id, flow
This URL is used to Delete the flow. URL:http://arrowflow.in+’/rest/bip/’ + processId
Examples
{method: "DELETE", transformRequest: Array(1), transformResponse: Array(1), paramSerializer: ƒ, url: "http://arrowflow.in/rest/bip/f87b75bf-f72e-48db-988c-193bda8f3cfb",}
This URL is used to get the flow list URL:http://arrowflow.in+"/rest/bip?filter=app_id:" + appId
Responses
Body
URL:http://dream.arrowai.com/api/v2/ecommercedb + ‘/_table/tbl_series’
Request parameters
In this resource appid,createdate etc… parameters are included
seriesObject.appid
seriesObject.createdate
seriesObject.seriesname
seriesObject.seriestypeid
seriesObject.tagid
URL:http://dream.arrowai.com/api/v2/ecommercedb + ‘/_table/tbl_series/’ + _id
URL:http://dream.arrowai.com/api/v2/ecommercedb + ‘/_table/tbl_seriers_season’
Request parameters
In this resource appid,createdate etc… parameters are included.
seriesSeasonObject.appid
seriesSeasonObject.createdate
seriesSeasonObject.tagid
seriesSeasonObject.seriesId
seriesSeasonObject.seriesseasonname
seriesSeasonObject.startdate
seriesSeasonObject.enddate
seriesSeasonObject.season
URL:http://dream.arrowai.com/api/v2/ecommercedb + ‘/_table/tbl_seriers_season/’ + _id
URL:http://dream.arrowai.com/api/v2/ecommercedb + ‘/_table/tbl_liveupdate?filter=app_id%3D’ + appId
Get The Shedule for Live Match URL: http://dream.arrowai.com/api/v2/ecommercedb + ‘/_table/matchschedule?filter=(app_id%20%3D%20’ + appId + ‘)%20and%20(date%20%3D%20’ + date + ‘)’
Team List URL:http://dream.arrowai.com/api/v2/ecommercedb+ ‘/_proc/getCurrentTeam(’ + appId + ‘)’
Request parameters
In this resource app_id ,location etc… parameters are included.
finalObject.app_id
finalObject.location
finalObject.stadium_id
finalObject.stadium_name
finalObject.filename
finalObject.stadum_short_name
URL:http://dream.arrowai.com/api/v2/ecommercedb+’/_table/tbl_stadium_feature
Request parameters
In tis resource app_id,stadium_id etc… parameters are included.
finalObject.app_id
finalObject.stadium_id
finalObject.stadium_feature
finalObject.description
finalObject.filename
finalObject.create_date
Request parameters
In tis resouce id, app_id etc… parameters are included.
finalObject.app_id
finalObject.stadium_id
finalObject.stadium_feature
finalObject.description
finalObject.filename
finalObject.create_date
Request parameters
In this resource id,app_id etc… prameters are included
finalObject.app_id
finalObject.location
finalObject.stadium_id
finalObject.stadium_name
finalObject.filename
finalObject.stadum_short_name
Request parameters
In tis resource app_id, seat_prize etc parameters are included.
finalObject.app_id
finalObject.seat_prize
finalObject.seatcategory
finalObject.stadiumname
finalObject.terrace
finalObject.total_seat
finalObject.zone
Delete Seat Information URL:http://dream.arrowai.com/api/v2/ecommercedb+’/_table/tbl_seatinfo/’+_id
URL:http://dream.arrowai.com/api/v2/ecommercedb + ‘/_table/tbl_ball_by_ball?filter=(match_id%3D%22’ + matchid + ‘%22)&limit=20&order=id%20desc’
URL:http://dream.arrowai.com/api/v2/ecommercedb + ‘/_table/matchschedule’, data
URL.http://dream.arrowai.com/api/v2/ecommercedb + ‘/_table/table_member’, data
Request parameters
In this resource app_id,questions etc… are included
finalObject.app_id
finalObject.question
finalObject.quiz_id
finalObject.tbl_quiz_ans_by_quizid