GET Tk-Ws/Export/GetExportTemplates
Get the list of all Transfer File templates available for the current organization.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of TransferFile| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
The Id of the Transfer File |
globally unique identifier |
None. |
| Name |
The Name of the Transfer File |
string |
None. |
| Description |
The Description of the Transfer File Template |
string |
None. |
| DateCreated |
The DateTime when the Transfer File Template was created |
date |
None. |
| DateLastModified |
The DateTime when the Transfer File was lastly modified |
date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "a4d69143-690f-4344-935d-8e6f58662af8",
"Name": "sample string 2",
"Description": "sample string 3",
"DateCreated": "2026-05-12T16:12:04.4503417+02:00",
"DateLastModified": "2026-05-12T16:12:04.4503417+02:00"
},
{
"Id": "a4d69143-690f-4344-935d-8e6f58662af8",
"Name": "sample string 2",
"Description": "sample string 3",
"DateCreated": "2026-05-12T16:12:04.4503417+02:00",
"DateLastModified": "2026-05-12T16:12:04.4503417+02:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfTransferFileWsDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Core.WebService.Dto.Ws.TransferFile">
<TransferFileWsDto>
<DateCreated>2026-05-12T16:12:04.4503417+02:00</DateCreated>
<DateLastModified>2026-05-12T16:12:04.4503417+02:00</DateLastModified>
<Description>sample string 3</Description>
<Id>a4d69143-690f-4344-935d-8e6f58662af8</Id>
<Name>sample string 2</Name>
</TransferFileWsDto>
<TransferFileWsDto>
<DateCreated>2026-05-12T16:12:04.4503417+02:00</DateCreated>
<DateLastModified>2026-05-12T16:12:04.4503417+02:00</DateLastModified>
<Description>sample string 3</Description>
<Id>a4d69143-690f-4344-935d-8e6f58662af8</Id>
<Name>sample string 2</Name>
</TransferFileWsDto>
</ArrayOfTransferFileWsDto>