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": "bb4f7204-9606-4c35-9d4c-30c33f346abb",
"SrcName": "sample string 2",
"TgtGuid": "83e6a7d7-0265-44ea-bf19-f4555d54af1a"
},
{
"SrcGuid": "bb4f7204-9606-4c35-9d4c-30c33f346abb",
"SrcName": "sample string 2",
"TgtGuid": "83e6a7d7-0265-44ea-bf19-f4555d54af1a"
}
]
application/octet-stream
Sample:
[{"SrcGuid":"bb4f7204-9606-4c35-9d4c-30c33f346abb","SrcName":"sample string 2","TgtGuid":"83e6a7d7-0265-44ea-bf19-f4555d54af1a"},{"SrcGuid":"bb4f7204-9606-4c35-9d4c-30c33f346abb","SrcName":"sample string 2","TgtGuid":"83e6a7d7-0265-44ea-bf19-f4555d54af1a"}]
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>bb4f7204-9606-4c35-9d4c-30c33f346abb</SrcGuid>
<SrcName>sample string 2</SrcName>
<TgtGuid>83e6a7d7-0265-44ea-bf19-f4555d54af1a</TgtGuid>
</SrcTgtViewModel>
<SrcTgtViewModel>
<SrcGuid>bb4f7204-9606-4c35-9d4c-30c33f346abb</SrcGuid>
<SrcName>sample string 2</SrcName>
<TgtGuid>83e6a7d7-0265-44ea-bf19-f4555d54af1a</TgtGuid>
</SrcTgtViewModel>
</ArrayOfSrcTgtViewModel>