API for checking targeted section of location for specified time of an object.
http://cms.catchloc.com/api.get.member.location.list.php
api_key : Partner API_KEY
member_key : MEMBER_KEY for applied target
timestamp : Current time Unix timestamp
cert_key : Hash key for API attestation use
from_date : time for “Start collecting location” (Unix timestamp)
to_date : time for” End collecting location” (Unix timestamp)
protocol : JSON Array
number : Number
latitude : Latitude
longitude : Longitude
accuracy : Location accuracy(m)
in_date : Check in time(Unix timestamp)
out_date : Check out time(Unix timestamp)
reg_date : Registered time(Unix timestamp)
poi_info : Location Information
distance : Distance
speed : Speed
===== Request =====
http://cms.catchloc.com/api.get.member.location.last.php?
api_key= abcdefghijklmnopqrstuvwxyz1234567890&
member_key=abcdefghijklmnopqrstuvwxyz1234567890&
timestamp=1446624149000&
cert_key=abcdefghijklmnopqrstuvwxyz1234567890
===== Response =====
- Success
{
"member_key":"developer@catchloc.com",
"name":"developer@catchloc.com",
"latitude":"37.3984002",
"longitude":"126.9632804",
"accuracy":44.343,
"speed":64.5,
"odometer":735976,
"location_date":1459927833000
}
- Fail
{
"result":"FAIL",
"message":"Reason"
}