jsonCreateFolder
The Shared Platform implements a number of JSON REST Services that allows full customisation of interactions between client systems and the platform. jsonCreateFolder: Create a folder in the user's area in the Shared Portal
Live document is here.
Description
Create a Folder in the data portal
Arguments
-
title
-
description
Return values
A JSON object of the form:
{ ‘status’ : ‘success|failed’,
‘msgs’ : [error1, error2],
‘url’: URL of the new folder
}