GET v1/File/ToCopies
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of SrcTgtViewModelName | 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": "b643391c-57fd-42ae-975b-9db72389ede4", "SrcName": "sample string 2", "TgtGuid": "57bdb8fd-1791-471d-b144-add3481dd911" }, { "SrcGuid": "b643391c-57fd-42ae-975b-9db72389ede4", "SrcName": "sample string 2", "TgtGuid": "57bdb8fd-1791-471d-b144-add3481dd911" } ]
application/octet-stream
Sample:
[{"SrcGuid":"b643391c-57fd-42ae-975b-9db72389ede4","SrcName":"sample string 2","TgtGuid":"57bdb8fd-1791-471d-b144-add3481dd911"},{"SrcGuid":"b643391c-57fd-42ae-975b-9db72389ede4","SrcName":"sample string 2","TgtGuid":"57bdb8fd-1791-471d-b144-add3481dd911"}]
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>b643391c-57fd-42ae-975b-9db72389ede4</SrcGuid> <SrcName>sample string 2</SrcName> <TgtGuid>57bdb8fd-1791-471d-b144-add3481dd911</TgtGuid> </SrcTgtViewModel> <SrcTgtViewModel> <SrcGuid>b643391c-57fd-42ae-975b-9db72389ede4</SrcGuid> <SrcName>sample string 2</SrcName> <TgtGuid>57bdb8fd-1791-471d-b144-add3481dd911</TgtGuid> </SrcTgtViewModel> </ArrayOfSrcTgtViewModel>