GET v1/File/{imageGuid}/ToCopy
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| imageGuid | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
SrcTgtViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SrcGuid | globally unique identifier |
None. |
|
| SrcName | string |
None. |
|
| TgtGuid | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"SrcGuid": "0a20adec-e11a-4256-93df-bbbd389b8f09",
"SrcName": "sample string 2",
"TgtGuid": "d8508602-6b5e-486f-90e6-56027c07920a"
}
application/octet-stream
Sample:
{"SrcGuid":"0a20adec-e11a-4256-93df-bbbd389b8f09","SrcName":"sample string 2","TgtGuid":"d8508602-6b5e-486f-90e6-56027c07920a"}
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>0a20adec-e11a-4256-93df-bbbd389b8f09</SrcGuid> <SrcName>sample string 2</SrcName> <TgtGuid>d8508602-6b5e-486f-90e6-56027c07920a</TgtGuid> </SrcTgtViewModel>