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": "7bccf115-2401-4e03-b9df-608f7b3c66eb",
"SrcName": "sample string 2",
"TgtGuid": "b391067c-15b9-4621-b65f-d49e80eb4f6c"
}
application/octet-stream
Sample:
{"SrcGuid":"7bccf115-2401-4e03-b9df-608f7b3c66eb","SrcName":"sample string 2","TgtGuid":"b391067c-15b9-4621-b65f-d49e80eb4f6c"}
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>7bccf115-2401-4e03-b9df-608f7b3c66eb</SrcGuid> <SrcName>sample string 2</SrcName> <TgtGuid>b391067c-15b9-4621-b65f-d49e80eb4f6c</TgtGuid> </SrcTgtViewModel>