GET /carrierDriverMessages/{id}/thumbnail
Retrieves a PNG thumbnail of the attachment stored with a message, if it exists.
Roles that can access this endpoint are Users.
Parameters
name |
description |
type |
default |
type |
id |
the mmsMedia ID, included in the path |
path
|
|
String
|
size |
the size of the largest dimension; for example, if you have a 200x100
pixel image and you passed in 50 for this parameter, the thumbnail would be 50x25 |
query
|
|
int
|
Result
Response
of type:
application/pdf
image/jpeg
image/gif
image/tiff
image/png
image/bmp
application/octet-stream
a response object with a PNG thumbnail body
Try It Out
Request