I'm currently exploring Workfront's API capabilities to fetch custom report data. On landing a specific Custom Reports in Workfront
we could see this endpoint
https://XXX.XXX.workfront.com/internal/qslist
to retrieve data in json.
I'm now looking to extract specific column data for a custom report using API.
For instance, I've used the following API call to obtain details about a particular report:
https://XXX.XXX.workfront.com/attask/api/v15.0/report/search?ID=53698780012d3d1fe021cee58a6e6e2&fiel...
This call returns information about the report itself but doesn't provide details about the columns present in the tables of that report.
The columns I'm interested in retrieving data for include:
Name,Assignments,Requester,Priority,Status,Entry,Full,Tactic ID etc...
Could someone guide me on how to retrieve data for these columns using the Workfront API? Any insights or examples would be greatly appreciated.
Thank you!