POST checkin
Returns the check-in points (latitude/longitude) over time for a given profile. Useful for showing related check-ins on a map, particularly for events.
URL
https://demo.onsocialcloud.com/api/checkin
Parameters
uniqueId | The profile unique id in which the check-in relates to; otherwise the location will be discovered |
latitude | The latitude of the check-in, in decimal form |
longitude | The longitude of the check-in, in decimal form |
accuracy | The GPS accuracy value |
altitude | The GPS altitude value |
heading | The GPS heading value |
speed | The GPS speed value |
message | A comment to go with the check-in |
foursquareToken | The foursquare token for which the user checked-in |
media | An image associated with the check-in |
Example Request
https://www.concursive.com/api/checkin?format=json
Example Result
[ { "status":{ "code":0, "name":"", "count":1, "total":1 }, "objectList":[ { "recordNumber":1, "recordName":"status", "id":1020 } ] } ]
Sign in to add your comment.