Skip to main content

Introduction

APIs and Models to set up and manage your Smart Buddies

API

Here are the list of APIs existing under Smart Buddies category.

APIDescription
CreateSmartBuddyAsyncCreates a new Smart Buddy with specified NewSmartBuddyInfo details inside the connected Control Room.
DeleteSmartBuddyAsyncDeletes an existing Smart Buddy with specified Smart Buddy Id from the connected Control Room.
GetAllSmartBuddiesAsyncGets the list of SmartBuddyInfo of all the available Smart Buddies from the connected Control Room.
GetSmartBuddyByIdAsyncGets SmartBuddyInfo with specified Buddy Id from the connected Control Room.
GetSmartBuddyByNameAsyncGets the SmartBuddyInfo with the specified Smart Buddy name from the connected Control Room.

Models

Here are list of Models used in Smart Buddies APIs.

ModelsDescription
NewSmartBuddyInfoThe custom structure represents a new instance of the SmartBuddy entity.
SmartBuddyInfoThe custom structure represents an instance of the SmartBuddy entity.