I would like to automatize the listing and the downloading of issues on itwin platform.
I managed to do the first part (i.e. the listing) by:
- adding a web service (using manage web services) let's say itwin and
- creating a web connection foe the newly created web service
Using a httpcaller with this web connection in the authentification method, I can obtain the list of all the issues for a specific project with a get call, using the query
https://api.bentley.com/issues?projectId=$(projectId)
Regarding the next step, from the documentation, I have this query
https://api.bentley.com/storage/files/fileID/download
How should to make this query work so that I could download an issue?