oocar
CtrlK
  • 🚧Getting started
  • Authentication
  • Errors
  • Query Parameters
  • Routes
    • Authentication
    • Organisation
    • Dashboard
    • Vehicle
    • Device
    • User
    • Trip
    • πŸ”šπŸš§ Opportunity
    • πŸ”šπŸš§ Thirdparty
    • πŸ”šπŸš§ More
  • Models
    • πŸ’¬Address
    • πŸ’¬CarBrand
    • πŸ’¬CarData
    • πŸ’¬CarDtc
    • πŸ’¬CarModel
    • πŸ’¬CarVersion
    • πŸ’¬Contact
    • πŸ’¬DashboardKpi
    • πŸ’¬DashboardKpiData
    • πŸ’¬Device
    • πŸ’¬Diagnostic
    • πŸ’¬Fleet
    • πŸ’¬FleetVehicle
    • πŸ’¬Opportunity
    • πŸ’¬OpportunityHistory
    • πŸ’¬OpportunityReminder
    • πŸ’¬OpportunitySetting
    • πŸ’¬OpportunitySettingFollowUp
    • πŸ’¬OpportunityTarget
    • πŸ’¬Organisation
    • πŸ’¬OrganisationAddress
    • πŸ’¬Poi
    • πŸ’¬TireBrand
    • πŸ’¬Trip
    • πŸ’¬TripEvent
    • πŸ’¬User
    • πŸ’¬UserVehicle
    • πŸ’¬Vehicle
    • πŸ’¬VehicleDevice
    • πŸ’¬VehiclePiece
    • πŸ’¬VehicleSchedule
    • ❌TripVariable
    • ❌TripWarning
    • ❌VehicleMileage
    • ❌UserState
Powered by GitBook
On this page
  • Default Fields
  • Optional Fields
  • Nested Fields

Was this helpful?

  1. Models

πŸ’¬Diagnostic

Represent a diagnostic pulled by the vehicle of an user.

Default Fields

Name

Type

id

id_user

id_vehicle

dtc_code

String

value

String

start_date

Datetime

end_date

Datetime

lat

Number

lng

Number

Optional Fields

Name

Type

uuid_user

String

uuid_vehicle

String

Nested Fields

Name

Type

diagnostic_trouble_code

CarDtc

user

User

vehicle

Vehicle

PreviousDeviceNextFleet

Last updated 6 years ago

Was this helpful?