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": "83a0be33-82df-4aba-8c92-629f398bece5",
"SrcName": "sample string 2",
"TgtGuid": "86db6f0c-e5aa-4e77-a78b-a0923ea30f04"
},
{
"SrcGuid": "83a0be33-82df-4aba-8c92-629f398bece5",
"SrcName": "sample string 2",
"TgtGuid": "86db6f0c-e5aa-4e77-a78b-a0923ea30f04"
}
]
application/octet-stream
Sample:
[{"SrcGuid":"83a0be33-82df-4aba-8c92-629f398bece5","SrcName":"sample string 2","TgtGuid":"86db6f0c-e5aa-4e77-a78b-a0923ea30f04"},{"SrcGuid":"83a0be33-82df-4aba-8c92-629f398bece5","SrcName":"sample string 2","TgtGuid":"86db6f0c-e5aa-4e77-a78b-a0923ea30f04"}]
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>83a0be33-82df-4aba-8c92-629f398bece5</SrcGuid>
<SrcName>sample string 2</SrcName>
<TgtGuid>86db6f0c-e5aa-4e77-a78b-a0923ea30f04</TgtGuid>
</SrcTgtViewModel>
<SrcTgtViewModel>
<SrcGuid>83a0be33-82df-4aba-8c92-629f398bece5</SrcGuid>
<SrcName>sample string 2</SrcName>
<TgtGuid>86db6f0c-e5aa-4e77-a78b-a0923ea30f04</TgtGuid>
</SrcTgtViewModel>
</ArrayOfSrcTgtViewModel>