GET api/v4/groupcrash/{userID}/{token}/{groupID}/{from}/{to}
Pull back a list of crash events for vehicles in a group
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| userID | 
                         The ID returned from a successful login  | 
                    unsigned integer | 
                                 Required  | 
                
| token | 
                         The authentication token returned from a successful login  | 
                    string | 
                                 Required  | 
                
| groupID | 
                         The group id being queried  | 
                    unsigned integer | 
                                 Required  | 
                
| from | 
                         The start date being queried yyyyMMddHHmmss  | 
                    string | 
                                 Required  | 
                
| to | 
                         The end date being queried yyyyMMddHHmmss  | 
                    string | 
                                 Required  | 
                
Body Parameters
None.
Response Information
Resource Description
A list of AlertLog records
Collection of AlertLog| Name | Description | Type | Additional information | 
|---|---|---|---|
| CSVKey | string | 
                             None.  | 
                |
| TimeAlertSent | date | 
                             None.  | 
                |
| AlertRecipients | string | 
                             None.  | 
                |
| SysServiceId | unsigned integer | 
                             None.  | 
                |
| AssetId | unsigned integer | 
                             None.  | 
                |
| Timestamp | date | 
                             None.  | 
                |
| SysUserId | unsigned integer | 
                             None.  | 
                |
| AlertType | AlertType | 
                             None.  | 
                |
| PDFKey | string | 
                             None.  | 
                |
| GroupId | unsigned integer | 
                             None.  | 
                |
| Status | AlertStatus | 
                             None.  | 
                |
| DateTriggeredValue | 
                         The date which triggered a date service alert  | 
                    date | 
                             None.  | 
                
| DateThreshold | 
                         The date threshold in date service alerts  | 
                    date | 
                             None.  | 
                
| NumericalThreshold | 
                         The threshold of hours and mileage service alerts  | 
                    integer | 
                             None.  | 
                
| PeriodicValue | 
                         The periodic value of an alert in days, seconds or meters depending on the service alert type  | 
                    integer | 
                             None.  | 
                
| NumericalTriggeredValue | 
                         The value which triggered a hours or mileage service alert  | 
                    integer | 
                             None.  | 
                
| Offset | 
                         An offset applied to an alert in days, seconds or meters depending on the service alert type  | 
                    integer | 
                             None.  | 
                
| AlertId | 
                         The alert id which triggered the alert if applicable  | 
                    unsigned integer | 
                             None.  | 
                
| POIId | 
                         The POI id which triggered the alert if applicable  | 
                    unsigned integer | 
                             None.  | 
                
| TimestampEpoch | decimal number | 
                             None.  | 
                |
| MessageType | event_t | 
                             None.  | 
                |
| CrashCategory | CrashCategory | 
                             None.  | 
                |
| MaxXGForce | decimal number | 
                             None.  | 
                |
| MaxYGForce | decimal number | 
                             None.  | 
                |
| MaxZGForce | decimal number | 
                             None.  | 
                |
| ImpactDirection | ImpactDirectionEnum | 
                             None.  | 
                |
| Comments | string | 
                             None.  | 
                
Response Formats
application/json, text/json
[
  {
    "CSVKey": "sample string 1",
    "TimeAlertSent": "2025-11-04T14:32:59.1022563+00:00",
    "AlertRecipients": "sample string 3",
    "SysServiceId": 4,
    "AssetId": 5,
    "Timestamp": "2025-11-04T14:32:59.1022563+00:00",
    "SysUserId": 7,
    "AlertType": 0,
    "PDFKey": "sample string 8",
    "GroupId": 9,
    "Status": 0,
    "DateTriggeredValue": "2025-11-04T14:32:59.1022563+00:00",
    "DateThreshold": "2025-11-04T14:32:59.1022563+00:00",
    "NumericalThreshold": 12,
    "PeriodicValue": 13,
    "NumericalTriggeredValue": 14,
    "Offset": 15,
    "AlertId": 16,
    "POIId": 17,
    "TimestampEpoch": 18.1,
    "MessageType": 0,
    "CrashCategory": 0,
    "MaxXGForce": 19.1,
    "MaxYGForce": 20.1,
    "MaxZGForce": 21.1,
    "ImpactDirection": 0,
    "Comments": "sample string 22"
  },
  {
    "CSVKey": "sample string 1",
    "TimeAlertSent": "2025-11-04T14:32:59.1022563+00:00",
    "AlertRecipients": "sample string 3",
    "SysServiceId": 4,
    "AssetId": 5,
    "Timestamp": "2025-11-04T14:32:59.1022563+00:00",
    "SysUserId": 7,
    "AlertType": 0,
    "PDFKey": "sample string 8",
    "GroupId": 9,
    "Status": 0,
    "DateTriggeredValue": "2025-11-04T14:32:59.1022563+00:00",
    "DateThreshold": "2025-11-04T14:32:59.1022563+00:00",
    "NumericalThreshold": 12,
    "PeriodicValue": 13,
    "NumericalTriggeredValue": 14,
    "Offset": 15,
    "AlertId": 16,
    "POIId": 17,
    "TimestampEpoch": 18.1,
    "MessageType": 0,
    "CrashCategory": 0,
    "MaxXGForce": 19.1,
    "MaxYGForce": 20.1,
    "MaxZGForce": 21.1,
    "ImpactDirection": 0,
    "Comments": "sample string 22"
  }
]
        application/xml, text/xml
<ArrayOfAlertLog xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <AlertLog>
    <CSVKey>sample string 1</CSVKey>
    <TimeAlertSent>2025-11-04T14:32:59.1022563+00:00</TimeAlertSent>
    <AlertRecipients>sample string 3</AlertRecipients>
    <SysServiceId>4</SysServiceId>
    <AssetId>5</AssetId>
    <Timestamp>2025-11-04T14:32:59.1022563+00:00</Timestamp>
    <SysUserId>7</SysUserId>
    <AlertType>ACCOUNT_ACTIVATION_10_DAY</AlertType>
    <PDFKey>sample string 8</PDFKey>
    <GroupId>9</GroupId>
    <Status>Requested</Status>
    <DateTriggeredValue>2025-11-04T14:32:59.1022563+00:00</DateTriggeredValue>
    <DateThreshold>2025-11-04T14:32:59.1022563+00:00</DateThreshold>
    <NumericalThreshold>12</NumericalThreshold>
    <PeriodicValue>13</PeriodicValue>
    <NumericalTriggeredValue>14</NumericalTriggeredValue>
    <Offset>15</Offset>
    <AlertId>16</AlertId>
    <POIId>17</POIId>
    <TimestampEpoch>18.1</TimestampEpoch>
    <MessageType>NO_EVENT</MessageType>
    <CrashCategory>Unset</CrashCategory>
    <MaxXGForce>19.1</MaxXGForce>
    <MaxYGForce>20.1</MaxYGForce>
    <MaxZGForce>21.1</MaxZGForce>
    <ImpactDirection>FrontCentre</ImpactDirection>
    <Comments>sample string 22</Comments>
  </AlertLog>
  <AlertLog>
    <CSVKey>sample string 1</CSVKey>
    <TimeAlertSent>2025-11-04T14:32:59.1022563+00:00</TimeAlertSent>
    <AlertRecipients>sample string 3</AlertRecipients>
    <SysServiceId>4</SysServiceId>
    <AssetId>5</AssetId>
    <Timestamp>2025-11-04T14:32:59.1022563+00:00</Timestamp>
    <SysUserId>7</SysUserId>
    <AlertType>ACCOUNT_ACTIVATION_10_DAY</AlertType>
    <PDFKey>sample string 8</PDFKey>
    <GroupId>9</GroupId>
    <Status>Requested</Status>
    <DateTriggeredValue>2025-11-04T14:32:59.1022563+00:00</DateTriggeredValue>
    <DateThreshold>2025-11-04T14:32:59.1022563+00:00</DateThreshold>
    <NumericalThreshold>12</NumericalThreshold>
    <PeriodicValue>13</PeriodicValue>
    <NumericalTriggeredValue>14</NumericalTriggeredValue>
    <Offset>15</Offset>
    <AlertId>16</AlertId>
    <POIId>17</POIId>
    <TimestampEpoch>18.1</TimestampEpoch>
    <MessageType>NO_EVENT</MessageType>
    <CrashCategory>Unset</CrashCategory>
    <MaxXGForce>19.1</MaxXGForce>
    <MaxYGForce>20.1</MaxYGForce>
    <MaxZGForce>21.1</MaxZGForce>
    <ImpactDirection>FrontCentre</ImpactDirection>
    <Comments>sample string 22</Comments>
  </AlertLog>
</ArrayOfAlertLog>