//Create an issue without giving it an explicit id and curl https://../services/data/objects/issue -X PUT -d "{title: 'Issue 1'}" { "id": "/Issue/56bdfa2b-f737-4b50-9de6-62933e5284ca" } //Retrieve the...//Create an issue without giving it an explicit id and curl https://../services/data/objects/issue -X PUT -d "{title: 'Issue 1'}" { "id": "/Issue/56bdfa2b-f737-4b50-9de6-62933e5284ca" } //Retrieve the CreatedOn and CreatedBy (along with the name of the creator) curl https://../services/data/objects/Issue/56bdfa2b-f737-4b50-9de6-62933e5284ca?fields=CreatedOn,CreatedBy,CreatedBy.Name { "id": "/Issue/56bdfa2b-f737-4b50-9de6-62933e5284ca", "createdOn": "2014-04-06T10:26:14.2291260", "createdBy": { …
Leverage the IdeaPlace API to integrate with IT and HR systems to automate the process of disabling accounts, updating member attributes, or gathering a list of all available users in the IdeaPlace pl...Leverage the IdeaPlace API to integrate with IT and HR systems to automate the process of disabling accounts, updating member attributes, or gathering a list of all available users in the IdeaPlace platform. Get idea details - The ability to poll IdeaPlace to obtain either a complete list of ideas from a challenge or community as well as a single idea will be available as of the 3.9.2 release.