GET /images/{id}
Retrieves the image for the given ID from Imaging. If no mimetype is supplied, we'll default it as
"application/pdf" for PDF since it can handle multi-page TIFFs that imaging often contains. If you send a
different type like "image/png" and the image from imaging is a multi-page TIFF, you will most likely get the
first page of the TIFF, although that's not guaranteed.
Roles that can access this endpoint are Users, Drivers, Carriers, Carrier Drivers.
Parameters
name |
description |
type |
default |
type |
id |
the ID of the image |
path
|
|
String
|
Accept |
the mimetype desired from the service call
We currently support:
- application/pdf - PDF
- image/tiff - TIFF
- image/png - PNG
- image/jpeg - JPG
- image/gif - GIF
- image/bmp - BMP
|
header
|
|
String
|
Result
Response
of type:
application/pdf
image/tiff
image/png
image/jpeg
image/gif
image/bmp
the actual image from imaging converted as requested
Try It Out
Request