cURL
curl --request GET \ --url https://api.matia.io/v1/integrations/{id}/schemas/{schema}/tables/{table}/columns \ --header 'x-api-key: <api-key>'
{ "code": "<string>", "data": { "columns": { "column": { "nameInDestination": "<string>", "enabled": true, "hashed": true, "isPrimaryKey": true } } } }
Returns the source table columns for the specified integration and table
The ID of the integration
The schema name
The table name
Successful operation
Show child attributes