위치오브젝트가 소속 된 그룹 리스트를 조회하는 API.
API CODE : api.common.group.get.object.group.list
HOST : http://cms.catchloc.com/api.partner.common.php
Method : GET
Protocol : JSON
api : api_code
api_key : 고객사 파트너 키
timestamp : Unix timestamp
cert_key : 인증키
member_key : 단말 인증용 HASH KEY
group_name : 그룹명
group_key : 그룹키
reg_date : 등록일
===== Request =====
http://cms.catchloc.com/api.partner.common.php?
api=api.common.group.get.list&
api_key=xxxxx&
timestamp=1513319595&
cert_key=xxxxxx
===== Response =====
- 성공 시
[
{
"group_name":"***********",
"group_key":"***********",
"reg_date":1475815151
},
......
]
- 실패 시
{
"result":"FAIL",
"message":"에러 사유"
}