Get bot variables data
Retrieve information about the variables in deployed bots, such as the variable name, data type, minimum value, and maximum value.
Prerequisites
Note: View the Control Room APIs in the
Community Edition, but API functionality is limited. You need a
licensed Automation 360 Edition to access the full functionality of
the APIs.
- All API calls must contain an authentication token in the request header. Use the Authentication API to generate a JSON Web Token. See Authentication API.
- You must have the AAE_Bot Insight
Admin role and the
Bot Insight
license. - The bot must be checked into the public workspace.
- You must publish at least one dashboard to get the results using this API.
To retrieve information about the variables in a deployed bot, you provide the following query parameters to the API:
Parameter | Required | Type | Description |
---|---|---|---|
botname |
no | string | Name of the bot for which data is retrieved |
repositorypath |
no | string | Control Room repository path of the bot |