メインコンテンツへスキップ
GET
/
catalogs
List Catalogs
curl --request GET \
  --url https://cloud.cdata.com/api/catalogs \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "affectedRows": -1,
      "schema": [
        {
          "catalogName": "CData",
          "columnLabel": "TABLE_CATALOG",
          "columnName": "TABLE_CATALOG",
          "dataType": 5,
          "dataTypeName": "VARCHAR",
          "length": 255,
          "nullable": true,
          "ordinal": 0,
          "precision": 255,
          "scale": 0,
          "schemaName": "QueryFederation",
          "tableName": "sys_catalogs"
        }
      ],
      "rows": [
        [
          "Salesforce1"
        ]
      ]
    }
  ]
}

承認

Authorization
string
header
必須

JWT token authentication. Include the token in the Authorization header as 'Bearer '.

レスポンス

200 - application/json

OK

results
object[] | null
error
object