ConcourseConnect

Open Source Initiative (OSI) PostgreSQL Java

POST profile

Creates a new profile record.

URL

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

Parameters

category

The category name for the new profile

subcategory
(optional)

The subcategory name for the new profile

parentId
(optional)

Make this a child of the specified parent unique id

title

The title of the profile

summary
(optional)

The brief description or summary of this profile

description

The long description of this profile

latitude
(optional)

The latitude, in decimal form, of this profile

longitude
(optional)

The longitude, in decimal form, of this profile

addressTo

The named location of this profile

addressLine1

The number and street address of this profile

city

The city name of this profile

state

The state abbreviation or province name of this profile

country

The country name of this profile; defaults to UNITED STATES

requestedBy
(optional)

The name of an entity which requested this profile; typically for a project

budget
(optional)

The dollar amount of this profile; typically for a project

privacy

The visibility of this profile, sometimes overridden by the category; public,members,private

Example Request

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

Example Result

[  
   {  
      "status":{  
         "code":0,
         "name":"",
         "count":1,
         "total":1
      },
      "objectList":[  
         {  
            "recordNumber":1,
            "recordName":"status",
            "statusId":15,
            "uniqueId":"new-unique-id"
         }
      ]
   }
]

Sign in to add your comment.