GET Api/v1/Drivers/{id}/Assessments?start={start}&end={end}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

start

date

None.

end

date

None.

Body Parameters

None.

Response Information

Resource Description

Collection of AssessmentViewModel
NameDescriptionTypeAdditional information
TimeStamp

date

None.

AppliedRegulation

string

None.

AppliedRegulationDescription

string

None.

Violations

Collection of AssessmentViolationViewModel

None.

Warnings

Collection of AssessmentViolationViewModel

None.

DrivingTimeAvailable

time interval

None.

DrivingTimeElapsedInShift

time interval

None.

DrivingTimeElapsedInCycle

time interval

None.

DrivingTimeAvailableInShift

time interval

None.

DutyTimeAvailable

time interval

None.

DutyTimeElapsedInShift

time interval

None.

DutyTimeElapsedInCycle

time interval

None.

DutyTimeAvailableInShift

time interval

None.

DutyTimeAvailableInCycle

time interval

None.

OffDutyTimeElapsedInShift

time interval

None.

SleeperBerthTimeElapsedInShift

time interval

None.

CycleGain

time interval

None.

TimeUntilCycleReset

time interval

None.

TimeUntilShiftReset

time interval

None.

DateOfNext24HoursOffRequired

date

None.

IsCycleApplicable

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "timeStamp": "2025-04-21T05:04:32.3299152-06:00",
    "appliedRegulation": "sample string 2",
    "appliedRegulationDescription": "sample string 3",
    "violations": [
      {
        "violationCode": "sample string 1",
        "effective": "2025-04-21T05:04:32.3299152-06:00",
        "created": "2025-04-21T05:04:32.3299152-06:00",
        "becomesViolation": "2025-04-21T05:04:32.3299152-06:00",
        "timeToReset": "00:00:00.1234567",
        "earliestReset": "2025-04-21T05:04:32.3299152-06:00",
        "latestViolationTime": "2025-04-21T05:04:32.3299152-06:00",
        "assessmentTime": "2025-04-21T05:04:32.3299152-06:00",
        "isWarning": true,
        "text": "sample string 10",
        "jurisdiction": "sample string 11",
        "category": "sample string 12",
        "categoryDetail": "sample string 13"
      },
      {
        "violationCode": "sample string 1",
        "effective": "2025-04-21T05:04:32.3299152-06:00",
        "created": "2025-04-21T05:04:32.3299152-06:00",
        "becomesViolation": "2025-04-21T05:04:32.3299152-06:00",
        "timeToReset": "00:00:00.1234567",
        "earliestReset": "2025-04-21T05:04:32.3299152-06:00",
        "latestViolationTime": "2025-04-21T05:04:32.3299152-06:00",
        "assessmentTime": "2025-04-21T05:04:32.3299152-06:00",
        "isWarning": true,
        "text": "sample string 10",
        "jurisdiction": "sample string 11",
        "category": "sample string 12",
        "categoryDetail": "sample string 13"
      }
    ],
    "warnings": [
      {
        "violationCode": "sample string 1",
        "effective": "2025-04-21T05:04:32.3299152-06:00",
        "created": "2025-04-21T05:04:32.3299152-06:00",
        "becomesViolation": "2025-04-21T05:04:32.3299152-06:00",
        "timeToReset": "00:00:00.1234567",
        "earliestReset": "2025-04-21T05:04:32.3299152-06:00",
        "latestViolationTime": "2025-04-21T05:04:32.3299152-06:00",
        "assessmentTime": "2025-04-21T05:04:32.3299152-06:00",
        "isWarning": true,
        "text": "sample string 10",
        "jurisdiction": "sample string 11",
        "category": "sample string 12",
        "categoryDetail": "sample string 13"
      },
      {
        "violationCode": "sample string 1",
        "effective": "2025-04-21T05:04:32.3299152-06:00",
        "created": "2025-04-21T05:04:32.3299152-06:00",
        "becomesViolation": "2025-04-21T05:04:32.3299152-06:00",
        "timeToReset": "00:00:00.1234567",
        "earliestReset": "2025-04-21T05:04:32.3299152-06:00",
        "latestViolationTime": "2025-04-21T05:04:32.3299152-06:00",
        "assessmentTime": "2025-04-21T05:04:32.3299152-06:00",
        "isWarning": true,
        "text": "sample string 10",
        "jurisdiction": "sample string 11",
        "category": "sample string 12",
        "categoryDetail": "sample string 13"
      }
    ],
    "drivingTimeAvailable": "00:00:00.1234567",
    "drivingTimeElapsedInShift": "00:00:00.1234567",
    "drivingTimeElapsedInCycle": "00:00:00.1234567",
    "drivingTimeAvailableInShift": "00:00:00.1234567",
    "dutyTimeAvailable": "00:00:00.1234567",
    "dutyTimeElapsedInShift": "00:00:00.1234567",
    "dutyTimeElapsedInCycle": "00:00:00.1234567",
    "dutyTimeAvailableInShift": "00:00:00.1234567",
    "dutyTimeAvailableInCycle": "00:00:00.1234567",
    "offDutyTimeElapsedInShift": "00:00:00.1234567",
    "sleeperBerthTimeElapsedInShift": "00:00:00.1234567",
    "cycleGain": "00:00:00.1234567",
    "timeUntilCycleReset": "00:00:00.1234567",
    "timeUntilShiftReset": "00:00:00.1234567",
    "dateOfNext24HoursOffRequired": "2025-04-21T05:04:32.3299152-06:00",
    "isCycleApplicable": true
  },
  {
    "timeStamp": "2025-04-21T05:04:32.3299152-06:00",
    "appliedRegulation": "sample string 2",
    "appliedRegulationDescription": "sample string 3",
    "violations": [
      {
        "violationCode": "sample string 1",
        "effective": "2025-04-21T05:04:32.3299152-06:00",
        "created": "2025-04-21T05:04:32.3299152-06:00",
        "becomesViolation": "2025-04-21T05:04:32.3299152-06:00",
        "timeToReset": "00:00:00.1234567",
        "earliestReset": "2025-04-21T05:04:32.3299152-06:00",
        "latestViolationTime": "2025-04-21T05:04:32.3299152-06:00",
        "assessmentTime": "2025-04-21T05:04:32.3299152-06:00",
        "isWarning": true,
        "text": "sample string 10",
        "jurisdiction": "sample string 11",
        "category": "sample string 12",
        "categoryDetail": "sample string 13"
      },
      {
        "violationCode": "sample string 1",
        "effective": "2025-04-21T05:04:32.3299152-06:00",
        "created": "2025-04-21T05:04:32.3299152-06:00",
        "becomesViolation": "2025-04-21T05:04:32.3299152-06:00",
        "timeToReset": "00:00:00.1234567",
        "earliestReset": "2025-04-21T05:04:32.3299152-06:00",
        "latestViolationTime": "2025-04-21T05:04:32.3299152-06:00",
        "assessmentTime": "2025-04-21T05:04:32.3299152-06:00",
        "isWarning": true,
        "text": "sample string 10",
        "jurisdiction": "sample string 11",
        "category": "sample string 12",
        "categoryDetail": "sample string 13"
      }
    ],
    "warnings": [
      {
        "violationCode": "sample string 1",
        "effective": "2025-04-21T05:04:32.3299152-06:00",
        "created": "2025-04-21T05:04:32.3299152-06:00",
        "becomesViolation": "2025-04-21T05:04:32.3299152-06:00",
        "timeToReset": "00:00:00.1234567",
        "earliestReset": "2025-04-21T05:04:32.3299152-06:00",
        "latestViolationTime": "2025-04-21T05:04:32.3299152-06:00",
        "assessmentTime": "2025-04-21T05:04:32.3299152-06:00",
        "isWarning": true,
        "text": "sample string 10",
        "jurisdiction": "sample string 11",
        "category": "sample string 12",
        "categoryDetail": "sample string 13"
      },
      {
        "violationCode": "sample string 1",
        "effective": "2025-04-21T05:04:32.3299152-06:00",
        "created": "2025-04-21T05:04:32.3299152-06:00",
        "becomesViolation": "2025-04-21T05:04:32.3299152-06:00",
        "timeToReset": "00:00:00.1234567",
        "earliestReset": "2025-04-21T05:04:32.3299152-06:00",
        "latestViolationTime": "2025-04-21T05:04:32.3299152-06:00",
        "assessmentTime": "2025-04-21T05:04:32.3299152-06:00",
        "isWarning": true,
        "text": "sample string 10",
        "jurisdiction": "sample string 11",
        "category": "sample string 12",
        "categoryDetail": "sample string 13"
      }
    ],
    "drivingTimeAvailable": "00:00:00.1234567",
    "drivingTimeElapsedInShift": "00:00:00.1234567",
    "drivingTimeElapsedInCycle": "00:00:00.1234567",
    "drivingTimeAvailableInShift": "00:00:00.1234567",
    "dutyTimeAvailable": "00:00:00.1234567",
    "dutyTimeElapsedInShift": "00:00:00.1234567",
    "dutyTimeElapsedInCycle": "00:00:00.1234567",
    "dutyTimeAvailableInShift": "00:00:00.1234567",
    "dutyTimeAvailableInCycle": "00:00:00.1234567",
    "offDutyTimeElapsedInShift": "00:00:00.1234567",
    "sleeperBerthTimeElapsedInShift": "00:00:00.1234567",
    "cycleGain": "00:00:00.1234567",
    "timeUntilCycleReset": "00:00:00.1234567",
    "timeUntilShiftReset": "00:00:00.1234567",
    "dateOfNext24HoursOffRequired": "2025-04-21T05:04:32.3299152-06:00",
    "isCycleApplicable": true
  }
]