GET https://api.bentley.com/issues/formDefinitions/{id}/staticImages/{fileId}
Gets a link to a static image to be displayed in a form. The 'fileId' parameter should match the 'fileId' property of a static image control in the form definition. It will be a positive integer. This endpoint returns only a _links object containing the URL of the actual file, which will be publicly available at that URL for a brief time and can be set as the 'src' attribute of an HTML tag to display the image.
Authentication
Requires Authorization
header with valid Bearer token for scope itwin-platform
.
For more documentation on authorization and how to get access token visit OAUTH2 Authorization page.