cancel
Showing results for 
Search instead for 
Did you mean: 

Wiki access via a restfull service [Solved]

michaelc
Champ on-the-rise
Champ on-the-rise
I am trying to get a wiki page via a restful service.
it does not seem to be in my restful service doc, but there must be an API.

thanks
Michael C Ford
2 REPLIES 2

michaelc
Champ on-the-rise
Champ on-the-rise
Get /alfresco/service/slingshot/wiki/page/{siteId}/{pageTitle}

  Returns
{
   "title": "EULA",
   "pagetext": "<p><br \/>Dreamed I was an eskimo<br \/>Frozen wind began to blow<\/div>",
   "tags": [
   ],
   "links": [
   ],
   "pageList": [
      "EULA"
   ],
   "versionhistory": [
   {
      "name": "EULA",
      "version": "1.0",
      "versionId": "87a2888f-9900-4339-9369-00220a3179eb",
      "date": "12 April 2011 16:44",
      "author": "a447738"    
   }
   ],
   "permissions":
   {
      "create": true,
      "edit": true,
      "delete": true
   }
}

to find restful service and there associated parameters /alfresco/service/index/all

Many may know this already, but I didn't and I figure others may not also.

mikeh
Star Contributor
Star Contributor
Note that every webscript/API in the slingshot namespace is there solely to support the Share UI and shouldn't be considered a "public API". In other words, these are likely to change between versions.

Thanks,
Mike