Introduction
APIs and Models to set up and manage your Smart Buddies
API
Here are the list of APIs existing under Smart Buddies category.
API | Description |
---|---|
CreateSmartBuddyAsync | Creates a new Smart Buddy with specified NewSmartBuddyInfo details inside the connected Control Room. |
DeleteSmartBuddyAsync | Deletes an existing Smart Buddy with specified Smart Buddy Id from the connected Control Room. |
GetAllSmartBuddiesAsync | Gets the list of SmartBuddyInfo of all the available Smart Buddies from the connected Control Room. |
GetSmartBuddyByIdAsync | Gets SmartBuddyInfo with specified Buddy Id from the connected Control Room. |
GetSmartBuddyByNameAsync | Gets the SmartBuddyInfo with the specified Smart Buddy name from the connected Control Room. |
Models
Here are list of Models used in Smart Buddies APIs.
Models | Description |
---|---|
NewSmartBuddyInfo | The custom structure represents a new instance of the SmartBuddy entity. |
SmartBuddyInfo | The custom structure represents an instance of the SmartBuddy entity. |