- Subcategories:
- Connections
- Data Flows
- Datasets
- Sequences
- Workbooks
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: postPath:
/api/20210901/catalog/{type}/{id}/actions/copy
- Create a folder
- Method: postPath:
/api/20210901/catalog/folders
- Delete a folder
- Method: deletePath:
/api/20210901/catalog/folders/{id}
- Get catalog item ACL
- Method: postPath:
/api/20210901/catalog/{type}/{id}/actions/getACL
- Get catalog item details
- Method: getPath:
/api/20210901/catalog/{type}/{id}
- Get catalog items
- Method: getPath:
/api/20210901/catalog
- Get catalog items by type
- Method: getPath:
/api/20210901/catalog/{type}
- Move a catalog item
- Method: postPath:
/api/20210901/catalog/{type}/{id}/actions/move
- Update a catalog item ACL
- Method: postPath:
/api/20210901/catalog/{type}/{id}/actions/updateACL