Attachments
Download API definition:
GET https://sampleHostName/issues/{id}/attachments
Retrieves the metadata for all files attached to the given issue. In order to get the contents of a file itself, use the Get attachment file by ID
endpoint, passing the id
from the metadata object returned by this request as the attachmentId
parameter of that request.
Permissions
To use this endpoint, the user is required to have the ProjectWise Forms View (Forms_ViewAccess
) permission for the project, or for the issue's associated definition if form definition security is specified. (Having any other ProjectWise Forms permission automatically grants the View permission as well.)
Authentication
Requires Authorization
header with valid Bearer token for scope issues:read
.
For more documentation on authorization and how to get access token visit OAUTH2 Authorization page.