GET /comments/{id}/attachment
Retrieves an attachment stored with a comment, if it exists.
Roles that can access this endpoint are Users, Drivers, Carriers, Carrier Drivers.
Parameters
name |
description |
type |
default |
type |
id |
the comment ID |
path
|
|
String
|
Result
Response
of type:
application/pdf
image/jpeg
image/gif
image/tiff
image/png
image/bmp
application/octet-stream
a response object with the attachment as a byte[] in the payload
Try It Out
Request