The following functions available through Wridea API connection:
Pages.Get — Get the page list
This command returns the list of pages included in your Wridea account.
An example usage:
http://youraccount.wridea.com/api/NickName=yournickname&Email=your@email.com&Password=yourpassword&Command=Pages.Get
An example returned data:
<xml>
<pages>
<page>
<PageID>2353</PageID>
<PageTitle>Example Page Title</PageTitle>
<PageVisibility>private</PageVisibility>
<AllowComments>true</AllowComments>
</page>
</pages>
</xml>
Pages.Add — Add a new page
Pages.Save — Update a page
Pages.Delete — Delete a page
Ideas.Get — Get the idea list
Ideas.Add — Add a new idea
Ideas.Save — Update an idea
Ideas.Delete — Delete an idea
Categories.Get — Get the category list