ConcourseConnect

Open Source Initiative (OSI) PostgreSQL Java

GET _show

Returns information about a specific profile specified by the unique-id value. The user must have access to the data.

URL

http://social.preview.concursive.com/api/show/:unique-id

Supported formats

xml

Supported request methods

GET

Requires authentication

true

Parameters

Required
  • unique-id

the text id of the desired profile
http://social.preview.concursive.com/api/show/matt-rajkowski

Optional

none

Example request and response

/show/matt-rajkowski

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<concursive>
  <response>
    <status>0</status>
    <errorText/>
    <recordSet count="1" name="profileList" total="1">
      <record name="profile">
        <id>1</id>
        <category>People</category>
        <subcategory/>
        <uniqueId>matt-rajkowski</uniqueId>
        <title>Matt Rajkowski</title>
        <location>Norfolk VA 23510</location>
        <longitude>-76.29028</longitude>
        <latitude>36.852547</latitude>
        <description>I'm an avid lover of nature and like to get out as much as possible.  Whether it's a canoe, bike or running, it's always nice to have company.</description>
        <imageUrl>[[http://social.preview.concursive.com/image/2008090514-1-139-45x45/DSC01277.jpg]]</imageUrl>
        <imageWidth>45</imageWidth>
        <imageHeight>45</imageHeight>
        <image100Url>[[http://social.preview.concursive.com/image/2008090514-1-139-100x100/DSC01277.jpg]]</image100Url>
        <image200Url>[[http://social.preview.concursive.com/image/2008090514-1-139-200x200/DSC01277.jpg]]</image200Url>
        <webPage/>
        <approved>true</approved>
        <closed>false</closed>
        <guests>true</guests>
        <participants>true</participants>
        <membership>true</membership>
        <ratingCount>0</ratingCount>
        <ratingValue>0</ratingValue>
        <ratingAverage>0</ratingAverage>
      </record>
    </recordSet>
  </response>
</concursive>

Sign in to add your comment.