ConcourseConnect

Open Source Initiative (OSI) PostgreSQL Java

GET site

Returns information about the site and information about the current user. The user information returned is determined by the request header login credentials. This endpoint is typically used for the user login process so apps can determine user permissions and the user's profile image.

URL

https://demo.onsocialcloud.com/api/site

Parameters

deviceId
(optional)

The iOS or Android device id; supplying this value along with the client’s platform (iOS, android, etc) in the request header will register this device for push notifications.

Example Request

https://www.concursive.com/api/site?format=json

Example Result

[  
   {  
      "status":{  
         "code":0,
         "name":"",
         "count":1,
         "total":1
      },
      "objectList":[  
         {  
            "recordNumber":1,
            "recordName":"site",
            "title":"Concursive Corporation",
            "description":"Social Business Software and CRM - Concursive Corporation is a privately held media and software development company headquartered in Norfolk Virginia.  We are the developer of several products, including ConcourseSuite, a dedicated CRM solution, and ConcourseConnect, an integrated Social Mobile Local web-based software platform that brings together Corporate Social Networking, Collaboration, Online Community, Business Directory, and CRM capabilities.  Concursive products are used by large enterprises and thousands of small businesses alike and our thriving developer and user community has more than 18,000 registered community members.",
        "logoUrl":"http:\/\/www.concursive.com\/image\/2009030915-0-10032-600x200\/logo.png",
            "theme":"f5modern",
            "colorScheme":"concursive",
            "userName":"Matt Rajkowski",
            "firstName":"Matt",
            "lastName":"Rajkowski",
            "userUniqueId":"matt-r",
            "userImageUrl":"http:\/\/www.concursive.com\/image\/2008090514-204-8858-45x45-0123456789-12345-2\/matt-headshot.png",
            "userImageWidth":"45",
            "userImageHeight":"45",
            "userLanguage":"en_US",
            "isGuest":"false",
            "canAddProfiles":"true",
            "canAddProjects":"true",
            "canInviteByEmail":"true",
            "canPostActivity":"true",
            "canPostEvents":"true",
            "canPostPhotos":"true",
            "canCreateNotifications":"true",
            "lastCheckInDate":"5 months ago",
            "lastLocation":"Concursive Suffolk"
         }
      ]
   }
]

Sign in to add your comment.