Skip to content
Get started

Regiondevicecount

Region Device Count

API operation to get the device count in the specified area during a certain time interval.
client.regiondevicecount.getCount(RegiondevicecountGetCountParams { area, endtime, filter, 4 more } params, RequestOptionsoptions?): RegiondevicecountGetCountResponse { count, status }
POST/regiondevicecount/count
ModelsExpand Collapse
RegiondevicecountGetCountResponse { count, status }

RegionDeviceCount result

count?: number

Device Count

status?: "SUPPORTED_AREA" | "PART_OF_AREA_NOT_SUPPORTED" | "AREA_NOT_SUPPORTED" | 2 more

SUPPORTED_AREA: The whole requested area is supported Region Device Count for the entire requested area is returned - Telco Coverage = 100 %

PART_OF_AREA_NOT_SUPPORTED: Part of the requested area is outside the MNOs coverage area, the area outside the coverage area are not returned - 100% >Telco Coverage >=50%

AREA_NOT_SUPPORTED: The whole requested area is outside the MNO coverage area No data will be returned- Telco Coverage <50%

DENSITY_BELOW_PRIVACY_THRESHOLD: The number of connected devices is below privacy threshold of local regulation

TIME_INTERVAL_NO_DATA_FOUND: Unable to find device count data within the requested time interval

One of the following:
"SUPPORTED_AREA"
"PART_OF_AREA_NOT_SUPPORTED"
"AREA_NOT_SUPPORTED"
"DENSITY_BELOW_PRIVACY_THRESHOLD"
"TIME_INTERVAL_NO_DATA_FOUND"