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": "133a9c8c-7f4f-4076-8eb4-2bdf3812d720",
"SrcName": "sample string 2",
"TgtGuid": "3b193ebc-072f-4c01-b4ee-98814a98b34f"
}
application/octet-stream
Sample:
{"SrcGuid":"133a9c8c-7f4f-4076-8eb4-2bdf3812d720","SrcName":"sample string 2","TgtGuid":"3b193ebc-072f-4c01-b4ee-98814a98b34f"}
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>133a9c8c-7f4f-4076-8eb4-2bdf3812d720</SrcGuid> <SrcName>sample string 2</SrcName> <TgtGuid>3b193ebc-072f-4c01-b4ee-98814a98b34f</TgtGuid> </SrcTgtViewModel>