Get attachment for the given fresh investigation attachment Id

Retrieve attachment for the given attachmentId.

SecuritybearerToken
Request
path Parameters
orderId
required
string

fresh investigation orderId

id
required
string

fresh investigation attachment id for the given order

Responses
200

Attachment as a binary stream.

400
401
get/freshinvestigations/{orderId}/attachments/{id}
Request samples
Response samples
application/json
{
  • "correlationId": "string",
  • "message": "string",
  • "details": "string"
}