GET Projects/Copy?projectID={projectID}

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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
projectID

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

globally unique identifier

Response Formats

application/json, text/json

Sample:
{
  "results": [
    "0bc87b7b-4949-4e1f-8a91-5e4c41383ed9"
  ]
}

text/javascript

Sample:
{"results":["0bc87b7b-4949-4e1f-8a91-5e4c41383ed9"]}

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/">0bc87b7b-4949-4e1f-8a91-5e4c41383ed9</guid>