cURL
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" ] ] } ] }
This operation returns information about available catalogs. Catalogs are connections that the user has set up in their account.
JWT token authentication. Include the token in the Authorization header as 'Bearer '.
OK
Show child attributes
Was this page helpful?