Get Attachments

/api/v1/projects/{projectId}/artifacts/{artifactId}/attachments/{attachmentId}

Description

Retrieves attachment content.

URL
Structure

[Blueprint_URI]/api/v1/projects/{ProjectId}/artifacts/{ArtifactId}/attachments/{AttachmentId}

  • ProjectId: The ID of the project that contains the artifact with the attachment you want to retrieve.
  • ArtifactId: The ID of the artifact containing the attachment you want to retrieve.
  • AttachmentId: Defines the ID of the attachment. You can obtain an attachment ID by setting the Attachments parameter to True in any request that retrieves artifacts (example Get Artifact).

Supported Methods

HTTP status codes

Examples

ClosedXML Example

The attachment data is contained in the response body.

The response header contains important information about the attachment, such as:

ClosedJSON Example

The attachment data is contained in the response body.

The response header contains important information about the attachment, such as: