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": "e21138a2-f039-4622-aa1e-5189898b67de",
"SrcName": "sample string 2",
"TgtGuid": "8c93be11-20a9-47f3-8a9c-15d33571eb84"
}
application/octet-stream
Sample:
{"SrcGuid":"e21138a2-f039-4622-aa1e-5189898b67de","SrcName":"sample string 2","TgtGuid":"8c93be11-20a9-47f3-8a9c-15d33571eb84"}
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>e21138a2-f039-4622-aa1e-5189898b67de</SrcGuid> <SrcName>sample string 2</SrcName> <TgtGuid>8c93be11-20a9-47f3-8a9c-15d33571eb84</TgtGuid> </SrcTgtViewModel>