Newer Version Available

This content describes an older version of this product. View Latest

XMD List Resource

Returns a list of XMD resources for a version of a dataset.
Resource URL
1/wave/datasets/<datasetIdOrApiName>/versions/<version ID>/xmds
Formats
JSON
Available Version
36.0
HTTP Methods
GET
GET Response Body
Property Name Type Description Filter Group and Version Available Version
url String The location of the XMD collection. Small, 36.0 36.0
xmds XMD Metadata[] The list of XMD resources. Small, 36.0 36.0
XMD Metadata
Property Name Type Description Filter Group and Version Available Version
type String The type of XMD. Values are:
  • main
  • system
  • user
Small, 36.0 36.0
url String The location of this XMD. Small, 36.0 36.0
Example Response Body
1{
2  "url" : "/services/data/v36.0/wave/datasets/0Fb4000000000FtCAI/versions/0Fc4000000001VOCAY/xmds",
3  "xmds" : [ {
4    "type" : "main",
5    "url" : "/services/data/v36.0/wave/datasets/0Fb4000000000FtCAI/versions/0Fc4000000001VOCAY/xmds/main"
6  }, {
7    "type" : "user",
8    "url" : "/services/data/v36.0/wave/datasets/0Fb4000000000FtCAI/versions/0Fc4000000001VOCAY/xmds/user"
9  }, {
10    "type" : "system",
11    "url" : "/services/data/v36.0/wave/datasets/0Fb4000000000FtCAI/versions/0Fc4000000001VOCAY/xmds/system"
12  } ]
13}