POST api/DriveAlert/UserStats

Request Information

URI Parameters

None.

Body Parameters

DriveAlertStatsCriteria
NameDescriptionTypeAdditional information
CurStartDate

date

None.

CurEndDate

date

None.

PrevStartDate

date

None.

PrevEndDate

date

None.

DriveCamIncidentTypeId

integer

None.

GroupList

string

None.

VehicleList

string

None.

GroupId

integer

None.

CustomerList

string

None.

ApiConfigId

integer

None.

ApiConfigList

string

None.

StartDate

date

None.

EndDate

date

None.

Interval

integer

None.

Year

integer

None.

Quarter

integer

None.

Month

integer

None.

Week

integer

None.

ExportType

integer

None.

Filename

string

None.

EventTypeId

integer

None.

IsFatigue

boolean

None.

IsDistracted

boolean

None.

UserEmailAddress

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CurStartDate": "2025-12-23T16:03:06.6925023+02:00",
  "CurEndDate": "2025-12-23T16:03:06.6925023+02:00",
  "PrevStartDate": "2025-12-23T16:03:06.6925023+02:00",
  "PrevEndDate": "2025-12-23T16:03:06.6925023+02:00",
  "DriveCamIncidentTypeId": 1,
  "GroupList": "sample string 1",
  "VehicleList": "sample string 2",
  "GroupId": 1,
  "CustomerList": "sample string 3",
  "ApiConfigId": 1,
  "ApiConfigList": "sample string 4",
  "StartDate": "2025-12-23T16:03:06.6925023+02:00",
  "EndDate": "2025-12-23T16:03:06.6925023+02:00",
  "Interval": 1,
  "Year": 1,
  "Quarter": 1,
  "Month": 1,
  "Week": 1,
  "ExportType": 1,
  "Filename": "sample string 5",
  "EventTypeId": 1,
  "IsFatigue": true,
  "IsDistracted": true,
  "UserEmailAddress": "sample string 6"
}

application/xml, text/xml

Sample:
<DriveAlertStatsCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DriveRisk.RDLC.Api.Models">
  <ApiConfigId>1</ApiConfigId>
  <ApiConfigList>sample string 4</ApiConfigList>
  <CurEndDate>2025-12-23T16:03:06.6925023+02:00</CurEndDate>
  <CurStartDate>2025-12-23T16:03:06.6925023+02:00</CurStartDate>
  <CustomerList>sample string 3</CustomerList>
  <DriveCamIncidentTypeId>1</DriveCamIncidentTypeId>
  <EndDate>2025-12-23T16:03:06.6925023+02:00</EndDate>
  <EventTypeId>1</EventTypeId>
  <ExportType>1</ExportType>
  <Filename>sample string 5</Filename>
  <GroupId>1</GroupId>
  <GroupList>sample string 1</GroupList>
  <Interval>1</Interval>
  <IsDistracted>true</IsDistracted>
  <IsFatigue>true</IsFatigue>
  <Month>1</Month>
  <PrevEndDate>2025-12-23T16:03:06.6925023+02:00</PrevEndDate>
  <PrevStartDate>2025-12-23T16:03:06.6925023+02:00</PrevStartDate>
  <Quarter>1</Quarter>
  <StartDate>2025-12-23T16:03:06.6925023+02:00</StartDate>
  <UserEmailAddress>sample string 6</UserEmailAddress>
  <VehicleList>sample string 2</VehicleList>
  <Week>1</Week>
  <Year>1</Year>
</DriveAlertStatsCriteria>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.