ConcourseConnect

Open Source Initiative (OSI) PostgreSQL Java

GET profile

Returns the record details for a profile matching the profile uniqueId. Properties returned depend on the type of profile, whether values are available, and whether certain fields have been requested. Properties include information about the current user's access permissions to this profile.

URL

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

Parameters

uniqueId

The uniqueId of the profile to query; the uniqueId is always lowercase without spaces and special characters

fields
(optional)

A comma-delimited list of fields to return, otherwise most fields will be returned

Example Request

https://www.concursive.com/api/profile?format=json&uniqueId=concourseconnect-support

Example Result

[  
   {  
      "status":{  
         "code":0,
         "name":"profileList",
         "count":1,
         "total":1
      },
      "objectList":[  
         {  
            "recordNumber":1,
            "recordName":"profile",
            "id":"15568",
            "privacyType":"public",
            "canMessage":"true",
            "category":"Groups",
            "categoryLabel":"Community",
            "uniqueId":"concourseconnect-support",
            "title":"ConcourseConnect Support",
            "country":"UNITED STATES",
            "description":"The official community for ConcourseConnect. We aim to provide insight, explanation and answers to your questions.  Please help in making ConcourseConnect a great product!",
            "imageUrl":"http:\/\/www.concursive.com\/image\/2008090514-15568-9761-45x45-123456789-330878000-2\/ConcourseConnectIcon200.png",
            "imageWidth":"45",
            "imageHeight":"45",
            "image100Url":"http:\/\/www.concursive.com\/image\/2008090514-15568-9761-100x100-123456789-330878000-2\/ConcourseConnectIcon200.png",
            "image200Url":"http:\/\/www.concursive.com\/image\/2008090514-15568-9761-200x200-123456789-330878000-2\/ConcourseConnectIcon200.png",
            "approved":"true",
            "closed":"false",
            "guests":"true",
            "participants":"true",
            "membership":"false",
            "readCount":"97322",
            "ratingCount":"0",
            "ratingValue":"0",
            "ratingAverage":"0",
            "isActiveMember":"true",
            "isPendingMember":"false",
            "canJoin":"false",
            "canRequestToJoin":"false",
            "canLeave":"false",
            "canPostActivity":"true",
            "canPostPhotos":"true",
            "canPostProfileImages":"true",
            "canDeleteProfileImages":"true",
            "canVote":"false",
            "canPostTopics":"false",
            "canInvite":"true",
            "canEditTeam":"true",
            "canEditInfo":"true",
            "canEditTaskFolders":"true",
            "canEditTasks":"true",
            "canPostEvents":"true",
            "canAddIssues":"true",
            "canShare":"true",
            "canAddProfiles":"true",
            "canCreateNotifications":"true",
            "canDeleteProfile":"true",
            "memberCount":"34",
            "hasFoursquareId":"false"
         }
      ]
   }
]

Sign in to add your comment.