How to create a site with REST API from javascript?
This is what am trying to do ,top create a site from REST API in javascript.(Alfresco community edition 201707)function CreateSite(){ /*TEST API - START*/ var siteBodyCreate = { "id": "NewTest", "title": "NewTest", "description": "NewTest", "visibili...