Newer Version Available
Versions List Resource
- Resource URL
-
1/wave/datasets/<dataset ID>/versions - Formats
- JSON
- Available Version
- 34.0
- HTTP Methods
- GET
- GET Response Body
-
Property Name Type Description Filter Group and Version Available Version url String The URL to retrieve the collection. Small, 34.0 34.0 versions Dataset Version[] The collection of dataset versions for a particular dataset. Small, 34.0 34.0 - Example Response Body
-
1{ 2 "url" : "/services/data/v34.0/wave/datasets/0Fb4000000000FtCAI/versions", 3 "versions" : [ { 4 "createdBy" : { 5 "id" : "00540000000DhrEAAS", 6 "name" : "Integration User", 7 "profilePhotoUrl" : "https://na1.salesforce.com/profilephoto/005/T" 8 }, 9 "createdDate" : "2015-05-20T23:19:33.000Z", 10 "dataset" : { 11 "id" : "0Fb4000000000FtCAI", 12 "url" : "/services/data/v34.0/wave/datasets/0Fb4000000000FtCAI" 13 }, 14 "files" : [ ], 15 "id" : "0Fc4000000001VOCAY", 16 "lastModifiedBy" : { 17 "id" : "00540000000DhrEAAS", 18 "name" : "Integration User", 19 "profilePhotoUrl" : "https://na1.salesforce.com/profilephoto/005/T" 20 }, 21 "lastModifiedDate" : "2015-05-20T23:19:49.000Z", 22 "permissions" : { 23 "modify" : true, 24 "view" : true 25 }, 26 "type" : "datasetversion", 27 "url" : "/services/data/v34.0/wave/datasets/0Fb4000000000FtCAI/versions/0Fc4000000001VOCAY", 28 "xmdsUrl" : "/services/data/v34.0/wave/datasets/0Fb4000000000FtCAI/versions/0Fc4000000001VOCAY/xmds" 29 } ] 30}