Last seen Image

With the new Genlogs Last Seen Image feature in carrier observation endpoint, you can receive details of the last time it was detected a truck of the carrier, including the URL for the image, datetime and location.

When the last_seen_image parameter is set to 'True', the carrier observation system includes details related to the recent carrier truck detection according to Genlogs Sensor network.

The last_seen_image parameter is available exclusively to premium users. Reach out to us at [email protected] now to unlock Last Seen image freight data.

In addition to the base parameters described in Query Parameters:, can be also sent the parameter

  1. last_seen_image (boolean, optional): Determine if is needed to return last seen image information. Adds to the response an attribute that contains the information about the last see image for a given carrier in the Genlogs Sensor network, when the user has this functionality enabled.

If you receive a 403 error when using the last_seen_image parameter, it means your user account doesn't have access to this premium feature. Please verify your access level and, if necessary, contact support at [email protected] for assistance.

In addition to the base attributes described in Response: when the carrier observations request includes the last_seen_image parameter, the response will also include the following attributes

  1. last_seen_image (last_seen_image objects): Details of the last seen image.

    1. url: string, address to see the image of the carrier.

    2. timestamp: datetime of the last seen image.

    3. location_city: city where data was captured.

    4. location_state: state where data was captured.

Request Example

curl -X GET 'https://api.genlogs.io/visual_sightings/carrier-observations?usdot_number=3481976&location_city=enfield&location_state=NC&last_seen_image=True' \
-H 'Access-Token: {access_token}' \
-H 'x-api-key: {your_api_key}' \
-i

Last updated