View content collection folders under 'content' root node.

get

/gsadmin/v1/{appName}/content

Returns a list of immediate content collection folders under 'content'. If zip extension is specified (add ".zip" at the end of the path), '/content' is exported as a zip file.

Request

Supported Media Types
Path Parameters
Security
Back to Top

Response

Supported Media Types

200 Response

List of content collection folders under '/content'.
Body ()
Root Schema : ContentCollectionFolder
Represents a folder under which a user can create and manage rules. User can logically group rules under different folders.
Match All
Show Source
Nested Schema : BaseECR
Type: object
Show Source
Nested Schema : ContentCollectionFolder-allOf[1]
Type: object
Show Source
Back to Top

Examples

The following example shows how to view content collection folders under the content root node:

curl -H "Authorization:Bearer <token>" -X GET http://host:port/gsadmin/v1/cloud/content (JSON format)
curl -H "Authorization:Bearer <token>" -X GET http://host:port/gsadmin/v1/cloud/content.zip (ZIP format)
Back to Top