Einstein.GetDataSets

This method is used to fetch all the available datasets that are availabled in your Einstein platform acccount.

Parameters:

This method does not require any parameter.

Sample Response:

{
 "datasets": [
 {
 "clientShardsUrl": "/services/data/v49.0/wave/datasets/0Fb2w000000HGNMCA4/shards",
 "createdBy": {
 "id": "0052w000005ltohAAA",
 "name": "Sandeep Rimal",


 "profilePhotoUrl": "https://c.ap16.content.force.com/profilephoto/005/T"
 },
 "createdDate": "2020-09-04T08:00:50Z",
 "currentVersionId": "0Fc2w000002C0f9CAC",
 "currentVersionUrl": "/services/data/v49.0/wave/datasets/0Fb2w000000HGNMCA4/versions/0Fc2w000002C0f9CAC",
 "dataRefreshDate": "2020-09-04T08:08:56Z",
 "datasetType": "default",
 "folder": {
 "id": "00l2w000000uYhpAAE",
 "label": "VoiceworxSalesApp",
 "name": "VoiceworxSalesApp",
 "url": "/services/data/v49.0/wave/folders/00l2w000000uYhpAAE"
 },
 "id": "0Fb2w000000HGNMCA4",
 "label": "Pipeline Trending",
 "lastAccessedDate": "2020-11-19T12:10:42Z",
 "lastModifiedBy": {
 "id": "0052w000006TsBIAA0",
 "name": "Integration User",
 "profilePhotoUrl": "https://c.ap16.content.force.com/profilephoto/005/T"
 },
 "lastModifiedDate": "2020-09-04T08:08:57Z",
 "lastQueriedDate": "2020-11-19T11:50:00Z",
 "name": "pipeline_trending1",
 "permissions": {
 "create": true,
 "manage": true,
 "modify": true,
 "view": true
 },
 "type": "dataset",
 "url": "/services/data/v49.0/wave/datasets/0Fb2w000000HGNMCA4",
 "versionsUrl": "/services/data/v49.0/wave/datasets/0Fb2w000000HGNMCA4/versions"
 }

Last updated