{ "opencollection": "1.0.0", "info": { "name": "HighBond API Reference Actions Robot Script Versions API", "version": "1.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Robot Script Versions", "type": "folder" }, "items": [ { "info": { "name": "Get script version of a robot", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{server}/v1/orgs/:org_id/robots/:robot_id/versions/:version_id", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "The ID of the HighBond instance." }, { "name": "robot_id", "value": "", "type": "path", "description": "The ID of the robot." }, { "name": "version_id", "value": "", "type": "path", "description": "The ID of the version." }, { "name": "include", "value": "analytics", "type": "query", "description": "If specified, the associated analytic scripts will be included in the `included` object" } ] }, "docs": "Get version of a robot." }, { "info": { "name": "Create a robot script version", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{server}/v1/orgs/:org_id/robots/:robot_id/versions", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "The ID of the HighBond instance." }, { "name": "robot_id", "value": "", "type": "path", "description": "The ID of the robot." }, { "name": "include", "value": "analytics", "type": "query", "description": "If specified, the associated analytic scripts will be included in the `included` object" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new robot app version and flow." } ] } ], "bundled": true }