ConcourseConnect

Open Source Initiative (OSI) PostgreSQL Java

GET _site

Returns information about the site and the user.

URL

http://social.preview.concursive.com/api/site

Supported formats

xml

Supported request methods

GET

Requires authentication

true

Parameters

Required

none

Optional

none

Example request and response

/site

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<concursive>
  <response>
    <status>0</status>
    <errorText/>
    <recordSet count="1">
      <record name="site">
        <title>Weekend Wanderings</title>
        <logoUrl>[[http://social.preview.concursive.com/image/2009030915-0-52-250x100/logo.png]]</logoUrl>
        <description>This is an example social network based on the theme of things people do in their spare time (weekends). This a broad theme and will allow for a wide range of content and topics. Create a group to organize others with similar interests, get help getting started or developing your hobby from those already in the know.</description>
        <theme>default</theme>
        <colorScheme>dark_blue</colorScheme>
        <userName>Matt Rajkowski</userName>
        <userImageUrl>[[http://social.preview.concursive.com/image/2008090514-1-139-45x45/DSC01277.jpg]]</userImageUrl>
        <userImageWidth>45</userImageWidth>
        <userImageHeight>45</userImageHeight>
        <userLanguage>en_US</userLanguage>
      </record>
    </recordSet>
  </response>
</concursive>

Sign in to add your comment.