{ "opencollection": "1.0.0", "info": { "name": "HighBond API Reference Actions Storyboards API", "version": "1.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Storyboards", "type": "folder" }, "items": [ { "info": { "name": "Create a storyboard", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{server}/v1/orgs/:org_id/storyboards", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "The ID of the HighBond instance." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Before creating a storyboard, you must create at least one visualization or metric to include in the presentation. Storyboards are driven by the data in tables, so before you create a storyboard, you should first create the collections, analyses, and tables you need to power it." }, { "info": { "name": "Get a storyboard", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{server}/v1/orgs/:org_id/storyboards/:id", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "The ID of the HighBond instance." }, { "name": "id", "value": "", "type": "path", "description": "The ID of the requested resource." } ] }, "docs": "Get information about a storyboard." }, { "info": { "name": "Update a storyboard", "type": "http" }, "http": { "method": "PUT", "url": "{protocol}://{server}/v1/orgs/:org_id/storyboards/:id", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "The ID of the HighBond instance." }, { "name": "id", "value": "", "type": "path", "description": "The ID of the requested resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Make changes to a storyboard, like renaming it or applying filters. Once an item is added to the storyboard, any changes automatically appear in the storyboard. You do not need to update storyboards for them to reflect changes in data." }, { "info": { "name": "Delete a storyboard", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{server}/v1/orgs/:org_id/storyboards/:id", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "The ID of the HighBond instance." }, { "name": "id", "value": "", "type": "path", "description": "The ID of the requested resource." } ] }, "docs": "Permanently delete a storyboard.\n\n> **Caution —**\nOnce you delete a storyboard, it cannot be recovered.\n" } ] } ], "bundled": true }