Skip to main content
GET
/
v1
/
data-tables
/
{dataTableId}
Read Data Table
curl --request GET \
  --url https://{tenant}.mindbridge.ai/api/v1/data-tables/{dataTableId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "engagementId": "<string>",
  "analysisId": "<string>",
  "analysisResultId": "<string>",
  "logicalName": "<string>",
  "type": "<string>",
  "columns": [
    {
      "originalName": "<string>",
      "field": "<string>",
      "mindBridgeField": "<string>",
      "type": "STRING",
      "nullable": true,
      "equalitySearch": true,
      "rangeSearch": true,
      "sortable": true,
      "containsSearch": true,
      "keywordSearch": true,
      "caseInsensitiveSubstringSearch": true,
      "caseInsensitivePrefixSearch": true,
      "filterOnly": true,
      "typeaheadDataTableId": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developer.mindbridge.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

dataTableId
string
required

Response

200 - application/json

OK

id
string

The unique object identifier.

engagementId
string

Identifies the associated engagement.

analysisId
string

Identifies the associated analysis.

analysisResultId
string

Identifies the associated analysis results.

logicalName
string

The name of the data table.

type
string

The type of data table.

columns
Data Table Column · object[]

Details about the data table columns.