Skip to main content

EventStatusesResponse

events object[]nullable
  • Array [
  • startDateTime string<date-time>nullable
    endDateTime string<date-time>nullable
    duration number<double>
    distance integer<int32>nullable
    maxSpeed integer<int32>
    maxValue integer<int32>
    startPosition stringnullable
    endPosition stringnullable
    startLocationDetail object
    id nullable
    name nullable
    distance nullable
    type nullable
    direction nullable
    result nullable
    tenantid nullable
    requestlatitude nullable
    requestlongitude nullable
    item nullable
    endLocationDetail object
    id nullable
    name nullable
    distance nullable
    type nullable
    direction nullable
    result nullable
    tenantid nullable
    requestlatitude nullable
    requestlongitude nullable
    item nullable
    startAddress object
    country stringnullable
    state stringnullable
    county stringnullable
    city stringnullable
    district stringnullable
    street stringnullable
    housenumber stringnullable
    postalcode stringnullable
    functionalclass stringnullable
    streetlimit number<double>
    endAddress object
    country stringnullable
    state stringnullable
    county stringnullable
    city stringnullable
    district stringnullable
    street stringnullable
    housenumber stringnullable
    postalcode stringnullable
    functionalclass stringnullable
    streetlimit number<double>
  • ]
  • EventStatusesResponse
    {
    "events": [
    {
    "startDateTime": "2024-07-29T15:51:28.071Z",
    "endDateTime": "2024-07-29T15:51:28.071Z",
    "duration": 0,
    "distance": 0,
    "maxSpeed": 0,
    "maxValue": 0,
    "startPosition": "string",
    "endPosition": "string",
    "startLocationDetail": {},
    "endLocationDetail": {},
    "startAddress": {
    "country": "string",
    "state": "string",
    "county": "string",
    "city": "string",
    "district": "string",
    "street": "string",
    "housenumber": "string",
    "postalcode": "string",
    "functionalclass": "string",
    "streetlimit": 0
    },
    "endAddress": {
    "country": "string",
    "state": "string",
    "county": "string",
    "city": "string",
    "district": "string",
    "street": "string",
    "housenumber": "string",
    "postalcode": "string",
    "functionalclass": "string",
    "streetlimit": 0
    }
    }
    ]
    }