Skip to content

Instantly share code, notes, and snippets.

@ricn
Created March 2, 2011 10:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ricn/850724 to your computer and use it in GitHub Desktop.
Save ricn/850724 to your computer and use it in GitHub Desktop.
In 3.3:
http://localhost:8080/alfresco/service/api/server?alf_callback=func
returns
func({
"data":
{
"edition": "Enterprise",
"version": "3.3.3 (205)",
"schema": "4016"
}
})
In 3.4:
http://localhost:8080/alfresco/service/api/server?alf_callback=func
returns
{
"data":
{
"edition": "Enterprise",
"version": "3.4.0 (168)",
"schema": "4115"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment