Forum Discussion
Are you reading a workday report? If so, did you set the account on the REST GET with the proper credentials? If you are trying to use the SOAP API, this is not the way to do it. I can read a WD report using the REST GET with proper credentials set in a BASIC AUTH account. I do not have the Content-Type set in the HTTP header.
In the following (downstream) snap I have a json splitter with this expression:
$entity[‘wd:Report_Data’][‘wd:Report_Entry’][*]
Hope this helps!