GET /images/{rowType}/{rowId}
Retrieves a list of images available for the given type and ID.
Roles that can access this endpoint are Users, Drivers, Carriers, Carrier Drivers.
Parameters
name |
description |
type |
default |
type |
rowType |
the type of object to which the image is associated
- O - Order
- M - Movement
- C - Customer
- L - Location
- P - Payee
- D - Driver
- T - Tractor
- E - Trailer
- U - User
|
path
|
|
String
|
rowId |
the ID of the type (most likely the primary key of the row) |
path
|
|
String
|
Result
List
<
Image
>
of type:
application/xml
application/json
a list of images available
Try It Out
Request