GET Api/v1/Company/Settings

Returns the company-wide hours of service configuration.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

CompanyConfigViewModel
NameDescriptionTypeAdditional information
HosEnabled

boolean

None.

DriverCorrectionsEnabled

boolean

None.

WarnThreshold

time interval

None.

AutoDutyStatusSettings

CompanyAutoDutyStatusViewModel

None.

RetentionPeriodInMonths

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "hosEnabled": true,
  "driverCorrectionsEnabled": true,
  "warnThreshold": "00:00:00.1234567",
  "autoDutyStatusSettings": {
    "autoDutyStatusDisabled": true,
    "gpsStaleTime": "00:00:00.1234567",
    "moveToleranceKm": 3.0,
    "stopTime": "00:00:00.1234567",
    "overrideTimeout": "00:00:00.1234567"
  },
  "retentionPeriodInMonths": 4
}