{
"opencollection": "1.0.0",
"info": {
"name": "HighBond API Reference Actions Tables API",
"version": "1.1.0"
},
"request": {
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
},
"items": [
{
"info": {
"name": "Tables",
"type": "folder"
},
"items": [
{
"info": {
"name": "Get tables",
"type": "http"
},
"http": {
"method": "GET",
"url": "{protocol}://{server}/v1/orgs/:org_id/analyses/:analysis_id/tables",
"params": [
{
"name": "org_id",
"value": "",
"type": "path",
"description": "The ID of the HighBond instance."
},
{
"name": "analysis_id",
"value": "",
"type": "path",
"description": "The ID of the analysis where the requested table will be created."
}
]
},
"docs": "Get all data analytic, reference, and assessment tables for analysis."
},
{
"info": {
"name": "Create a table",
"type": "http"
},
"http": {
"method": "POST",
"url": "{protocol}://{server}/v1/orgs/:org_id/analyses/:analysis_id/tables",
"params": [
{
"name": "org_id",
"value": "",
"type": "path",
"description": "The ID of the HighBond instance."
},
{
"name": "analysis_id",
"value": "",
"type": "path",
"description": "The ID of the analysis where the requested table will be created."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Create a new, empty table in an existing analysis.\n\nLimitations:\n* Your organization can have a maximum of 5,000 tables.\n"
},
{
"info": {
"name": "Get a table",
"type": "http"
},
"http": {
"method": "GET",
"url": "{protocol}://{server}/v1/orgs/:org_id/tables/: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 table."
},
{
"info": {
"name": "Update a table",
"type": "http"
},
"http": {
"method": "PUT",
"url": "{protocol}://{server}/v1/orgs/:org_id/tables/: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 table, like renaming it. You do not need to update tables for them to reflect changes in data."
},
{
"info": {
"name": "Delete a table",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{protocol}://{server}/v1/orgs/:org_id/tables/: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 table.\n\n> **Caution —**\nDeleting a table also permanently removes associated records, interpretations, metrics, and triggers.\n\nLimitations: Generally, you cannot delete tables that were created in HighBond to support the operation of another feature (for example, Certifications and