# GET /api/truck/{truckId}/last-inspection **GET /api/truck/{truckId}/last-inspection** ## Servers - GCP Development: https://api-dev.gatego.io (GCP Development) - Production: https://api.gatego.io (Production) ## Parameters ### Path parameters - **truckId** (integer(int64)) ### Query parameters - **type** (string) ## Responses ### 200 OK #### Body: application/json (object) - **id** (integer(int64)) - **inspection_type** (string) - **truck_id** (integer(int64)) - **truck_number** (string) - **trailer_id** (integer(int64)) - **trailer_number** (string) - **yard_movement_id** (integer(int64)) - **created_at** (string(date-time)) - **last_modified_at** (string(date-time)) - **inspection_content** (array) ### 401 Not Authorized ### 403 Not Allowed [Powered by Bump.sh](https://bump.sh)