Get Widget Configurations of an App

Description

You can use this API to get the widget configurations of an app.

OAuth Scope:

SalesIQ.Apps.GET

URL:

Copiedhttps://salesiq.zoho.com/api/v2/{screenname}/apps/{app id}/widgets

Example

Copiedhttps://salesiq.zoho.com/api/v2/zylker-inc/apps/51841000003484047/widgets

Success Response :

Copied{  
   "url":"/api/v2/{screenname}/apps/51841000003484047/widget",
   "object":"",
   "data":{  
      "button":{  
         "sticker":"1", {or} "sticker" : "custom:{<customsticker id>}",
         "modified_time":"1548394622889"
      },
      "float":{  
         "position":"bottom_right",
         "sticker":"1",
         "modified_time":"1548394622889"
      },
      "widget_enabled":"<float|button|custom>" ,     
       "custom_sticker":{  
               "id":"",
               "ispreview": true/false,
               "type" : "float"
         }
   }
}