Forum Discussion
lps_pbi
4 years agoNew Member
API Scanning Metadata
Hello I'm trying to use the new feature of the API to receive table and columns names (Enhanced admin APIs responses with detailed metadata (currently in Preview)). However, after following the ...
- 4 years ago
Hi Gilbert
Thanks for the hint. With the resource, I was able to find my mistake.
In the WorkspaceInfo post request, the optional parameter datasetSchema=true has to be set to then get a scanID that returns table and column names in the scanResult call.
Thank you again for the quick response!
Anonymous
4 years agoNot applicable
I have added parameter datasetSchema=true still table block is showing empty for me.