{ "opencollection": "1.0.0", "info": { "name": "HighBond API Reference Actions Interpretations API", "version": "1.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Interpretations", "type": "folder" }, "items": [ { "info": { "name": "List interpretations inside a table\n", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{server}/v1/orgs/:org_id/tables/:table_id/interpretations", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "The ID of the HighBond instance." }, { "name": "table_id", "value": "", "type": "path", "description": "The ID of the table." } ] }, "docs": "Get a list of all interpretations inside a table." }, { "info": { "name": "Create an interpretation", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{server}/v1/orgs/:org_id/tables/:table_id/interpretations", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "The ID of the HighBond instance." }, { "name": "table_id", "value": "", "type": "path", "description": "The ID of the table." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new interpretation to provide a unique view of the data in the underlying source table.\n\nLimitations:\n* Your organization can have a maximum of 4,000 interpretations.\n" }, { "info": { "name": "Get an interpretation", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{server}/v1/orgs/:org_id/interpretations/: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 an interpretation." }, { "info": { "name": "Update an interpretation", "type": "http" }, "http": { "method": "PUT", "url": "{protocol}://{server}/v1/orgs/:org_id/interpretations/: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 an interpretation, like renaming it. You do not need to update interpretations for them to reflect changes in data." }, { "info": { "name": "Delete an interpretation", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{server}/v1/orgs/:org_id/interpretations/: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": "If you no longer need an interpretation, you can permanently delete it.\n\n> **Caution —**\nDeleting an interpretation also deletes any visualizations created from that interpretation and removes those visualizations from storyboards. It does not delete the table where the interpretation exists.\n" } ] } ], "bundled": true }