API ReferenceEcosystemExternal connection

Get External connection table schema

GET
/external-data/{id}/schema

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

curl -X GET "https://dev-backend.thelinks.ai/api/v1/external-data/string/schema"
[
  {
    "column_name": "string",
    "data_type": "string"
  }
]