GET v1/File/{imageGuid}/ToCopy

Request Information

URI Parameters

NameDescriptionTypeAdditional information
imageGuid

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

SrcTgtViewModel
NameDescriptionTypeAdditional information
SrcGuid

globally unique identifier

None.

SrcName

string

None.

TgtGuid

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "SrcGuid": "3e13f491-3bae-442a-9293-999b758a6002",
  "SrcName": "sample string 2",
  "TgtGuid": "4d761d37-6e21-42dc-93d2-d8f25b9722e8"
}

application/octet-stream

Sample:
{"SrcGuid":"3e13f491-3bae-442a-9293-999b758a6002","SrcName":"sample string 2","TgtGuid":"4d761d37-6e21-42dc-93d2-d8f25b9722e8"}

application/xml, text/xml

Sample:
<SrcTgtViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Small">
  <SrcGuid>3e13f491-3bae-442a-9293-999b758a6002</SrcGuid>
  <SrcName>sample string 2</SrcName>
  <TgtGuid>4d761d37-6e21-42dc-93d2-d8f25b9722e8</TgtGuid>
</SrcTgtViewModel>