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": "d8600830-e6ea-4dc7-b94a-b7532884b456", "SrcName": "sample string 2", "TgtGuid": "db4d3cd6-05e9-491b-9eff-58dfcea01383" }
application/octet-stream
Sample:
{"SrcGuid":"d8600830-e6ea-4dc7-b94a-b7532884b456","SrcName":"sample string 2","TgtGuid":"db4d3cd6-05e9-491b-9eff-58dfcea01383"}
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>d8600830-e6ea-4dc7-b94a-b7532884b456</SrcGuid> <SrcName>sample string 2</SrcName> <TgtGuid>db4d3cd6-05e9-491b-9eff-58dfcea01383</TgtGuid> </SrcTgtViewModel>