GET v1/File/ToCopies
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of 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": "ff6c3c1a-103c-4c1c-96c9-8b5f509b640d",
"SrcName": "sample string 2",
"TgtGuid": "eccaecf1-83b8-4209-aeaa-e4cfb2ab465e"
},
{
"SrcGuid": "ff6c3c1a-103c-4c1c-96c9-8b5f509b640d",
"SrcName": "sample string 2",
"TgtGuid": "eccaecf1-83b8-4209-aeaa-e4cfb2ab465e"
}
]
application/octet-stream
Sample:
[{"SrcGuid":"ff6c3c1a-103c-4c1c-96c9-8b5f509b640d","SrcName":"sample string 2","TgtGuid":"eccaecf1-83b8-4209-aeaa-e4cfb2ab465e"},{"SrcGuid":"ff6c3c1a-103c-4c1c-96c9-8b5f509b640d","SrcName":"sample string 2","TgtGuid":"eccaecf1-83b8-4209-aeaa-e4cfb2ab465e"}]
application/xml, text/xml
Sample:
<ArrayOfSrcTgtViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Small">
<SrcTgtViewModel>
<SrcGuid>ff6c3c1a-103c-4c1c-96c9-8b5f509b640d</SrcGuid>
<SrcName>sample string 2</SrcName>
<TgtGuid>eccaecf1-83b8-4209-aeaa-e4cfb2ab465e</TgtGuid>
</SrcTgtViewModel>
<SrcTgtViewModel>
<SrcGuid>ff6c3c1a-103c-4c1c-96c9-8b5f509b640d</SrcGuid>
<SrcName>sample string 2</SrcName>
<TgtGuid>eccaecf1-83b8-4209-aeaa-e4cfb2ab465e</TgtGuid>
</SrcTgtViewModel>
</ArrayOfSrcTgtViewModel>