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": "3e67f6fd-b96b-4e82-8d92-e5b324b86a15",
"SrcName": "sample string 2",
"TgtGuid": "2d599af0-ebf3-4708-90aa-28f68f2bb5d0"
}
application/octet-stream
Sample:
{"SrcGuid":"3e67f6fd-b96b-4e82-8d92-e5b324b86a15","SrcName":"sample string 2","TgtGuid":"2d599af0-ebf3-4708-90aa-28f68f2bb5d0"}
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>3e67f6fd-b96b-4e82-8d92-e5b324b86a15</SrcGuid> <SrcName>sample string 2</SrcName> <TgtGuid>2d599af0-ebf3-4708-90aa-28f68f2bb5d0</TgtGuid> </SrcTgtViewModel>