Retrieves the diagram for the latest version of the process definition which belongs to no tenant.
If the process definition’s deployment contains an image resource with the same file name
as the process definition, the deployed image will be returned by the Get Diagram endpoint.
Example: someProcess.bpmn and someProcess.png.
Supported file extentions for the image are: svg, png, jpg, and gif.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
The key of the process definition.
Request successful. The image diagram of this process.
defaults to application/octet-stream if the file suffix is unknown