GET api/v{version}/Todo/GetVehicleDates?key={key}

get the voertuig_datums table to look at the upcoming or last todo dates

Request Information

URI Parameters

NameDescriptionTypeAdditional information
key

The API key

string

Required

version

string

None.

Body Parameters

None.

Response Information

Resource Description

Collection of VehicleDatesOutDTO
NameDescriptionTypeAdditional information
AssetID

integer

None.

LastDate

date

None.

LastMileage

integer

None.

LastPTO

integer

None.

LastTodo

string

None.

NextDate

date

None.

NextMileage

integer

None.

NextPTO

integer

None.

PlanningscodeID

integer

None.

VehicleDateID

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "AssetID": 1,
    "LastDate": "2024-05-07T22:12:40.853599+02:00",
    "LastMileage": 1,
    "LastPTO": 1,
    "LastTodo": "sample string 2",
    "NextDate": "2024-05-07T22:12:40.853599+02:00",
    "NextMileage": 1,
    "NextPTO": 1,
    "PlanningscodeID": 3,
    "VehicleDateID": 4
  },
  {
    "AssetID": 1,
    "LastDate": "2024-05-07T22:12:40.853599+02:00",
    "LastMileage": 1,
    "LastPTO": 1,
    "LastTodo": "sample string 2",
    "NextDate": "2024-05-07T22:12:40.853599+02:00",
    "NextMileage": 1,
    "NextPTO": 1,
    "PlanningscodeID": 3,
    "VehicleDateID": 4
  }
]