Field
[Field]
Filed Get
POST https://www.emblaze-iot.com:50000/common
건물 내부 구역을 조회합니다.
Request Body
Name
Type
Description
api*
Integer
API 번호 : 12
id*
String
사용자 ID
bldg_idx*
Integer
건물 고유번호
Key
Type
Value
Object Array
f_idx
Integer
구역 고유번호
bldg_idx
Integer
건물 고유번호
f_name
String
구역 이름
img_url
String
구역 이미지 경로
create_timestamp
String
구역 생성일시
update_timestamp
String
구역 수정일시
[
{
"f_idx": 153,
"bldg_idx": 132,
"f_name": "2층",
"img_url": "floor_img/153.png",
"create_timestamp": "2023-10-20T04:28:05.250Z",
"update_timestamp": "2023-10-20T09:43:25.196Z"
},
{
"f_idx": 139,
"bldg_idx": 132,
"f_name": "1층",
"img_url": "floor_img/139.png",
"create_timestamp": "2023-10-20T04:27:45.234Z",
"update_timestamp": "2023-10-20T09:43:14.998Z"
}
]
Last updated