Zone
[Zone]
Zone Get
POST https://www.emblaze-iot.com:50000/common
구역 내부의 그룹을 조회합니다.
Request Body
Name
Type
Description
api*
Integer
API 번호 : 13
id*
String
사용자 ID
f_idx*
Integer
구역 고유번호
Key
Type
Value
Object Array
z_idx
Integer
그룹 고유번호
f_idx
Integer
구역 고유번호
z_name
String
그룹 이름
area
Object Array
그룹 영역 Polygon
[
{
"z_idx": 412,
"f_idx": 139,
"z_name": "그룹 1",
"area": null
}
]Last updated