Get Assets Count Across Location
GET/asm/api/v1/dashboard/asset/geolocation
Get Assets Count Across Location
Responses
- 200
- 404
Ok
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
value object[]
List of assets grouped by geolocation
country string
Country name
count int32
Asset count
convertible int32
Convertible assets count
nonConvertible int32
Non-convertible assets count
{
"value": [
{
"country": "string",
"count": 0,
"convertible": 0,
"nonConvertible": 0
}
]
}
Data not found
- application/json
- Schema
- Example (from schema)
Schema
timestamp int64
status int32
message string
path string
{
"timestamp": 0,
"status": 0,
"message": "string",
"path": "string"
}
Loading...