Get data source used tables.
{ getDatasourceUsedTables }
Get a list of used tables (and their schema assignments) within a data flow.
Method
/API3/dataSources/getDatasourceUsedTables
- Enterprise Admin
Input Parameters
Name
findDataSourceObject
Object Type
Description
Use this object to find a specific data source
Output Response
Successful Result Code
200
Response Type
Description of Response Type
List of used tables of a data source node within a data flow.
Code Snippets
Use the Authentication API methods to generate an access 'key' or 'token' for use in code as shown below.
TypeScript
Curl
Java
C#
Python
PHP