How to display PCS audit diagram
Summary
How can I show the audit diagram image that gets returned from PCS audit APIContent
In my VBCS application, I have set up a service connection to: <host>/ic/api/process/v1/processes/{processId}/audit
When I call this endpoint, I pass a processId to it, and I can see in the inspect that an image/png comes back in the Preview section.
Is there a way to display this image in my VBCS application??
I am specifically interested in the PCS audit diagram, but this question is applicable to how to display any image that is returned from a rest API.
0