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
Example response
[
{
"Latitude": "39.04372",
"Longitude": "-77.48749",
"Assets": [
"www.acmeinc.com"
],
"Weight": 12
}
]