GET vehicle/getPhoto?VehicleLP={VehicleLP}&Token={Token}
Retrieve photo for specific vehicle. Application privilege "View" for licensed agenda "Vehicles" required. Data may also be restricted by record permission "View" of agenda "Vehicles". Functionality may also be restricted by record permission "View Photo" of "Vehicle permissions".
Request Information
Authorization
- Authorization by token required
Availability
- Method can be used
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| VehicleLP |
License plate of the vehicle |
string |
Required String length: inclusive between 0 and 100 |
| Token |
The action is authorized by this token. Token should generated by calling action "POST login". Expiration time of each token is 20 seconds |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Response Codes
| Http Code | Error Number | Description |
|---|---|---|
| 200 request succesfully done | 0 | Successfully done |
| 400 bad request | 1002 | Entry parameter missing or parameter bindigs failed |
| 401 unauthorized | 1000 | Token {0} not found |
| 401 unauthorized | 1001 | Token {0} already expired |
| 401 unauthorized | 1006 | Ip filter violated for ip client address [{0}] |
| 401 unauthorized | 1007 | Ip filter [{0}] parsing failed |
| 401 unauthorized | 1008 | Request rate policy violated for [{0}] |
| 403 server refuses fo fulfill the request | 1101 | Application privilege View for licensed agenda Vehicles violated for vehicle [{0}] |
| 403 server refuses fo fulfill the request | 2124 | Application privilege View for of agenda item Photo of licensed agenda Vehicles violated for vehicle [{0}] |
| 403 server refuses fo fulfill the request | 2126 | Record permission View of agenda Vehicles violated for [{0}] |
| 404 required resource does not exist on the server | 1100 | Vehicle [{0}] not found |
| 415 unsupported Media Type | The request entity has a media type which the server or resource does not support. Only application/json and application/xml are supported | |
| 500 internal error | Server exception description |
Resource Description
VehicleGetPhotoResp| Name | Description | Type | Additional information |
|---|---|---|---|
| VehicleLP |
License plate of the vehicle |
string |
None. |
| Photo |
Photo of the vehicle |
Collection of byte |
None. |