---
title: "List location of company assets (based on proximity)"
method: GET
path: "/v1/freight_visibility/asset_association"
---

# List location of company assets (based on proximity)

`GET /v1/freight_visibility/asset_association`

## Query parameters

- `company_id` integer
- `dot_id` integer
- `lat` number, float
- `lon` number, float

## Response `200`

200

- object
  - `data` object
    - `asset_details` object[]
      - `name` string
      - `status` string
      - `type` string
      - `vin` unknown
      - `license_plate_state` unknown
      - `license_plate_number` unknown
      - `make` string
      - `model` string
      - `year` string
      - `axle` unknown
      - `weight_metric_units` boolean
      - `length_metric_units` boolean
      - `leased` unknown
      - `notes` unknown
      - `length` unknown
      - `gvwr` unknown
      - `gawr` unknown
      - `asset_gateway` object
        - `id` integer
        - `identifier` string
        - `active` boolean
      - `asset_id` integer
      - `trailer_id` unknown
      - `located_at` string
      - `lat` number
      - `lon` number
      - `distance_origin` number
      - `description` string
    - `company_id` integer
    - `dot_ids` string[]
    - `integration_status` string
  - `pagination` object
    - `per_page` integer
    - `page_no` integer
    - `total` integer

## Other responses

- `400` — 400
- `403` — 403
- `404` — 404

---

[API](https://skmtc.net/gomotive/apis/motive.md) · [All operations](https://skmtc.net/gomotive/apis/motive/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gomotive/motive/revisions/c71780e497f5/schema)
