GET DataMarts/Copy?datamartID={datamartID}

Copies the specified datamart and returns the ID of the new datamart.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
datamartID

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

globally unique identifier

Response Formats

application/json, text/json

Sample:
{
  "results": [
    "038abb3f-24cc-4dd0-8d7f-847d15ef0cab"
  ]
}

text/javascript

Sample:
{"results":["038abb3f-24cc-4dd0-8d7f-847d15ef0cab"]}

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

application/xml, text/xml

Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">038abb3f-24cc-4dd0-8d7f-847d15ef0cab</guid>