Project

General

Profile

roos-fs tasks #146

Updated by Vadim Pariev 10 months ago

**Main scope** 
 Develop a REST API endpoint that allows retrieval of detailed information about a single vehicle, based on its unique identifier (Vehicle ID or VIN). 

 **Acceptance Criteria** 
 - Endpoint is accessible via GET  
 - Returns full vehicle info as shown in the UI (Name Licence plate, manufacturer, first registration year, model year, model, LP reference number, Customer, vechicle user, location, list of services assigned to it) 
 <img style="width: 1669px;" src="clipboard-202506300047-avs0e.png"><br> 
 - Handles cases where vehicle is not found (returns 404) 
 - Proper error handling and status codes 

Back