Catalog REST Endpoints

Catalog
The catalog where user content and other artifacts are stored. The content types that this API supports include folders, workbooks, subject areas, analyses, dashboards, dashboard pages, reports, connections, datasets, data flows, sequences, scripts, and semantic models.
Copy a catalog item
Method: post
Path: /api/20210901/catalog/{type}/{id}/actions/copy
Create a folder
Method: post
Path: /api/20210901/catalog/folders
Delete a folder
Method: delete
Path: /api/20210901/catalog/folders/{id}
Get catalog item ACL
Method: post
Path: /api/20210901/catalog/{type}/{id}/actions/getACL
Get catalog item details
Method: get
Path: /api/20210901/catalog/{type}/{id}
Get catalog items
Method: get
Path: /api/20210901/catalog
Get catalog items by type
Method: get
Path: /api/20210901/catalog/{type}
Move a catalog item
Method: post
Path: /api/20210901/catalog/{type}/{id}/actions/move
Update a catalog item ACL
Method: post
Path: /api/20210901/catalog/{type}/{id}/actions/updateACL