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
SrcTgtViewModelName | 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": "ce49f87b-a68e-4f05-8421-678b598549c0", "SrcName": "sample string 2", "TgtGuid": "b8073d18-dba8-47ec-8ed2-dda114678c26" }
application/octet-stream
Sample:
{"SrcGuid":"ce49f87b-a68e-4f05-8421-678b598549c0","SrcName":"sample string 2","TgtGuid":"b8073d18-dba8-47ec-8ed2-dda114678c26"}
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>ce49f87b-a68e-4f05-8421-678b598549c0</SrcGuid> <SrcName>sample string 2</SrcName> <TgtGuid>b8073d18-dba8-47ec-8ed2-dda114678c26</TgtGuid> </SrcTgtViewModel>