I'm new to the Server API so forgive my ignorance. I am attempting to create a server usage report by gathering data on what jobs are running and details about the runtimes. I have read through all of the ServerAPI documentation I could find. I'm able to authenticate and run get calls on most of the endpoints in Swagger and Designer. However, the payload, binarydata, and DownloadDate fields are always null in designer. Is there a trick to actually return those values?
Are you using the server api tool in designer as well? What endpoints are you trying to reach?
Thanks for the response! Yes, I am using the server API tool. I am basically trying to see the history of workflow runs and their runtimes. I have tried several different endpoints. v3/workflows, v1/workflows, /admin/v2/schedule/forecast, and /admin/v1/auditlog. It seems like the auditlog would have some of the details I'm looking for, but I'm just not sure how to get the data.
In Server API tool, you would see the option for Workflow Runs. Did you try that?