GET - Shipment Positions

GET Shipment Positions

The GET position endpoint allows the retrieval of a specific shipment's historical tracking in the 10-4 Freight Portal.

The GET position endpoint has multiple parameter values that can be used as the shipmentReference. These values can be found below:

1. TenFourLicensePlate
2. FreightProviderReferenceNumber

The HTTP Endpoint for position event retrieval is listed below:

HTTP Verb: GET
URI: /atlas/frexapi/shipment/{shipmentReference}/positions
Authentication: Basic Auth or Bearer Token

Success Response:

[
    {
        "TenFourLicensePlate": "CO51E0MD",
        "FreightHaulerProviderXId": "TENFOURXID",
        "FreightProviderReferenceNumber": "THEBIGKAHUNA11",
        "CarrierScac": "TEST",
        "CarrierMc": null,
        "CarrierDot": null,
        "PositionReportTime": "8/11/2018 9:37:51 PM -06:00",
        "PositionEventType": 3,
        "PositionSourceType": 7,
        "HeadingType": 3,
        "PositionEventHeading": "East",
        "Latitude": 50.1234,
        "Longitude": -45.1234,
        "StreetAddress1": null,
        "StreetAddress2": null,
        "City": null,
        "State": null,
        "PostalCode": null,
        "Country": null,
        "HasTeamDrivers": null,
        "CurrentTemperature": null,
        "TractorReferenceNumber": null,
        "TrailerReferenceNumber": null,
        "RemainingHours": null,
        "AdditionalShipmentReferences": null
    }
]