Question
Regarding Report API
Hi Team,
I have a custom report which is generating data as per my requirement. https://XYA.com/report/6511fdd2003f5/detail
Now using the Workfront API, I want to fetch the data of the report in a JSON format.
Can you please let me know what is API endpoint for the same.
I tried the below GET API endpoints , but it is not fetching the data that the above report generates. It is only giving the meta-data of the report
- https://XYA.com/attask/api/v14.0/report/6511fdd2003f5?fields=*&apiKey=111111
- https://XYA.com/attask/api/v14.0/PTLSEC/6511fdd2003f5?fields=*&apiKey=111111
Thanks