POST /Collections/CreateCollection HTTP/1.1 Host: Authorization: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 491 { "collectionId": 1, "collectionName": "text", "isFavourite": true, "rowLevelCollectionId": "text", "workspaceId": [ "text" ], "workspaceName": [ "text" ], "reportId": [ "text" ], "reportName": [ "text" ], "pageId": [ "text" ], "createdBy": "text", "lastUpdatedBy": "text", "pageName": [ "text" ], "createdDate": "text", "lastUpdatedDate": "text", "userActionsFlag": [ true ], "userActions": [ "text" ], "isRLS": [ true ], "datasetId": [ "text" ], "roleName": [ "text" ], "roleValue": [ "text" ], "collaboratorEmail": [ "text" ], "collaboratorAccess": [ "text" ] }
Success: The collection was successfully created.
No Content