I am trying to access a custom built report through the WorkFront API. The issue I am running into is that the report prompts you for two pieces of information before running the report. Can I supply those pieces of information via parameters and have the API return the report?
example: /attask/api/report/[reportID]?input=value&input2=value2