---
title: "List all the weighted coordinate information of the company assets."
method: GET
path: "/api/v2/companies/{id}/geomap"
tags: ["Company Digital Footprint"]
---

# List all the weighted coordinate information of the company assets.

`GET /api/v2/companies/{id}/geomap`

Lists all the weighted longtitude and lattitude information, along with consolidated assets.

## Path parameters

- `id` integer, required

## Query parameters

- `page_number` integer
- `page_size` 10 | 20 | 30 | 50 | 100 | 250

## Response `200`

Success

- Geo[]
  - `Latitude` string — The latitude value of the weighted assets.
  - `Longitude` string — The longtitude value of the weighted assets.
  - `Assets` string[] — The list of assets on the location.
  - `Weight` integer — The number of assets at this location.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `default` — Failure

---

[API](https://skmtc.net/blackkitetech/apis/black-kite-api.md) · [All operations](https://skmtc.net/blackkitetech/apis/black-kite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blackkitetech/black-kite-api/versions/7dadaba760fb/schema)
