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": "085d048f-ad1f-44d9-8c81-709c35cc1b18",
"Name": "sample string 2",
"Description": "sample string 3",
"DateCreated": "2025-12-11T17:31:43.0308405+01:00",
"DateLastModified": "2025-12-11T17:31:43.0308405+01:00"
},
{
"Id": "085d048f-ad1f-44d9-8c81-709c35cc1b18",
"Name": "sample string 2",
"Description": "sample string 3",
"DateCreated": "2025-12-11T17:31:43.0308405+01:00",
"DateLastModified": "2025-12-11T17:31:43.0308405+01: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>2025-12-11T17:31:43.0308405+01:00</DateCreated>
<DateLastModified>2025-12-11T17:31:43.0308405+01:00</DateLastModified>
<Description>sample string 3</Description>
<Id>085d048f-ad1f-44d9-8c81-709c35cc1b18</Id>
<Name>sample string 2</Name>
</TransferFileWsDto>
<TransferFileWsDto>
<DateCreated>2025-12-11T17:31:43.0308405+01:00</DateCreated>
<DateLastModified>2025-12-11T17:31:43.0308405+01:00</DateLastModified>
<Description>sample string 3</Description>
<Id>085d048f-ad1f-44d9-8c81-709c35cc1b18</Id>
<Name>sample string 2</Name>
</TransferFileWsDto>
</ArrayOfTransferFileWsDto>