With IdeaJam v1.7 in beta on the public site, I'm getting busy with the next version.
One of the major features we're going to be adding is an API similar to what we've got in IQJam already. So you'll have two options; web service or JSON, both will offer the same functionality.
At the moment we have the following operations planned out, but we want to check with you see what else you would find useful. So add your answers here, if someone else has already added what you want then vote it up and I'll get busy with the coding!
addComment(ideaId, comment, securityKey)
addIdea (idea, securityKey)
findIdeaById(ideaId, securityKey)
getIdeaSpaces(securityKey)
getRecentComments(ideaSpace, securityKey)
getRecentIdeas(ideaSpace, count, securityKey)
getRecentIdeasByAuthor(author, count, securityKey)
getRecentIdeasByTag(tag, ideaSpace, count, securityKey)
getStats(securityKey, numberOfIdeas, numberOfComments, securitykey)
getTopInnovators(securityKey)
getTopTags(securityKey)
getVotesForIdea(ideaId, securityKey)
getWhatsHot(timeFrame, securityKey)
searchIdeas(search, securityKey)