Returns the data catalog for a model
{ getUserDataCatalog }
Returns the user data catalog of the selected model in a JSON structure format.
Method
- Enterprise Admin
- Domain Admin
- Pro
- Analyst
- Viewer
Input Parameters
Name
connectionStringId
Type
string
Description
The Model's connection ID
Output Response
Successful Result Code
200
Response Type
Description of Response Type
Describes the discover model
Notes
There are two levels of the Data Catalog. The 'exportDataCatalog' function retrieves the data catalog based on the materialized model, encompassing comprehensive information about tables, columns (both visible and invisible), measures, relationships, translations, and more. On the other hand, 'getUserDataCatalog' retrieves information about dimensions, measures, and calculations that the end-user has permission to access.
Code Snippets
Use the Authentication API methods to generate an access 'key' or 'token' for use in code as shown below.