Feature Pack 4Feature Pack 5Feature Pack 6

get the specified client location

The following example shows how to get the specified client location.

Request


GET /wcs/resources/lbs/store/10101/clientLocation/10502 HTTPS/1.1
Host: myserver.mycompany.com
Content-Type: application/json

Response


HTTPS/1.1 200 OK
Content-Type: application/json

{
	"accuracy": "0.0",
	"altitude": "0.0",
	"altitudeAccuracy": "0.0",
	"clientId": "3",
	"clientLocationId": "10502",
	"clientType": "user",
	"creationTime": "2011-11-23T16:00:28Z",
	"heading": "0.0",
	"latitude": "123.09999",
	"longitude": "234.09999",
	"modificationTime": "2011-11-23T16:02:43Z",
	"personalizationId": "1321978876424-1",
	"poiType": "Store",
	"pointOfInterestId": "10039",
	"programId": "0",
	"regionId": "Ontario",
	"resourceId": "https:\/\/myserver.mycompany.com\/wcs\/resources\/lbs\/store\/10101\/clientLocation\/10502",
	"resourceName": "clientlocation",
	"sourceType": "GPS",
	"speed": "0.0",
	"status": "shopping",
	"storeId": "10101",
	"zoneId": "unknown-zone"
}