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": "a6eeff0e-4b57-4a8d-82de-de6f790ecd26",
"SrcName": "sample string 2",
"TgtGuid": "fdf6471d-fcc5-4b33-ab14-a9bcb78e8f52"
},
{
"SrcGuid": "a6eeff0e-4b57-4a8d-82de-de6f790ecd26",
"SrcName": "sample string 2",
"TgtGuid": "fdf6471d-fcc5-4b33-ab14-a9bcb78e8f52"
}
]
application/octet-stream
Sample:
[{"SrcGuid":"a6eeff0e-4b57-4a8d-82de-de6f790ecd26","SrcName":"sample string 2","TgtGuid":"fdf6471d-fcc5-4b33-ab14-a9bcb78e8f52"},{"SrcGuid":"a6eeff0e-4b57-4a8d-82de-de6f790ecd26","SrcName":"sample string 2","TgtGuid":"fdf6471d-fcc5-4b33-ab14-a9bcb78e8f52"}]
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>a6eeff0e-4b57-4a8d-82de-de6f790ecd26</SrcGuid>
<SrcName>sample string 2</SrcName>
<TgtGuid>fdf6471d-fcc5-4b33-ab14-a9bcb78e8f52</TgtGuid>
</SrcTgtViewModel>
<SrcTgtViewModel>
<SrcGuid>a6eeff0e-4b57-4a8d-82de-de6f790ecd26</SrcGuid>
<SrcName>sample string 2</SrcName>
<TgtGuid>fdf6471d-fcc5-4b33-ab14-a9bcb78e8f52</TgtGuid>
</SrcTgtViewModel>
</ArrayOfSrcTgtViewModel>