v1

latestOpenAPI 3.0.0Proprietary - Commercial Use Only2026-08-06172139621.6 KB
Company Digital Footprint

List all the weighted coordinate information of the company assets.

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

get/api/v2/companies/{id}/geomap

Path parameters

idinteger required

The id of the target company.

Query parameters

page_numberinteger
Example:1

The number of the page requested.

page_size10 | 20 | 30 | 50 | 100 | 250
Example:10

The number of result items in a single response.

Response

Success

Latitudestring

The latitude value of the weighted assets.

Longitudestring

The longtitude value of the weighted assets.

Assetsstring[]

The list of assets on the location.

Weightinteger

The number of assets at this location.

Example response

[
  {
    "Latitude": "39.04372",
    "Longitude": "-77.48749",
    "Assets": [
      "www.acmeinc.com"
    ],
    "Weight": 12
  }
]