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": "2542946a-9be0-4f8b-b81c-b3c456cbe9e7",
"SrcName": "sample string 2",
"TgtGuid": "1be00bb5-b7f2-4a72-b5f5-8ed423625bd0"
},
{
"SrcGuid": "2542946a-9be0-4f8b-b81c-b3c456cbe9e7",
"SrcName": "sample string 2",
"TgtGuid": "1be00bb5-b7f2-4a72-b5f5-8ed423625bd0"
}
]
application/octet-stream
Sample:
[{"SrcGuid":"2542946a-9be0-4f8b-b81c-b3c456cbe9e7","SrcName":"sample string 2","TgtGuid":"1be00bb5-b7f2-4a72-b5f5-8ed423625bd0"},{"SrcGuid":"2542946a-9be0-4f8b-b81c-b3c456cbe9e7","SrcName":"sample string 2","TgtGuid":"1be00bb5-b7f2-4a72-b5f5-8ed423625bd0"}]
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>2542946a-9be0-4f8b-b81c-b3c456cbe9e7</SrcGuid>
<SrcName>sample string 2</SrcName>
<TgtGuid>1be00bb5-b7f2-4a72-b5f5-8ed423625bd0</TgtGuid>
</SrcTgtViewModel>
<SrcTgtViewModel>
<SrcGuid>2542946a-9be0-4f8b-b81c-b3c456cbe9e7</SrcGuid>
<SrcName>sample string 2</SrcName>
<TgtGuid>1be00bb5-b7f2-4a72-b5f5-8ed423625bd0</TgtGuid>
</SrcTgtViewModel>
</ArrayOfSrcTgtViewModel>