| GET | /pulsit/currenttripdetail |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| PulsitModuleId | query | string | No | |
| PulsitStartId | query | int | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ApiKey | form | string | Yes | The API Key required for authentication |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| TripEvents | form | List<PulsitCurrentTripDetailItem> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Description | form | string | No | |
| Heading | form | string | No | |
| WasSuccessful | form | bool | No | |
| ModelState | form | Object | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| PulsitModuleId | form | string | No | |
| Latitude | form | double | No | |
| Longitude | form | double | No | |
| Speed | form | int | No | |
| Heading | form | int | No | |
| VehicleBatteryVolts | form | int | No | |
| ModuleBatteryVolts | form | int | No | |
| EventDescription | form | string | No | |
| EventTime | form | DateTime | No | |
| Address | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /pulsit/currenttripdetail HTTP/1.1 Host: galaxymobile.api.client.prod.86degrees.com Accept: text/jsonl
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length
{"TripEvents":[{"PulsitModuleId":"String","Latitude":0,"Longitude":0,"Speed":0,"Heading":0,"VehicleBatteryVolts":0,"ModuleBatteryVolts":0,"EventDescription":"String","EventTime":"0001-01-01T00:00:00.0000000","Address":"String"}],"Description":"String","Heading":"String","WasSuccessful":false,"ModelState":{}}