Datasets REST Endpoints
Catalog/Datasets
A self-service data model based on a connection.
- Get reload history for a dataset
- Method: getPath:
/api/20210901/catalog/datasets/{datasetId}/history - Get the job reload information of a given jobId for a dataset
- Method: getPath:
/api/20210901/catalog/datasets/{datasetId}/history/{jobId} - Get the latest reload history for a dataset
- Method: getPath:
/api/20210901/catalog/datasets/{datasetId}/history/latest - Reload data for a dataset
- Method: postPath:
/api/20210901/catalog/datasets/{datasetId}/actions/reload