ConcourseConnect

Open Source Initiative (OSI) PostgreSQL Java

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
(optional)

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
(optional)

The GPS accuracy value

altitude
(optional)

The GPS altitude value

heading
(optional)

The GPS heading value

speed
(optional)

The GPS speed value

message

A comment to go with the check-in

foursquareToken
(optional)

The foursquare token for which the user checked-in

media
(optional)

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.