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 TransferFileName | 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": "fe11109a-f90e-430a-a2a5-7ec39037ec6f", "Name": "sample string 2", "Description": "sample string 3", "DateCreated": "2025-09-10T04:03:29.4864366+02:00", "DateLastModified": "2025-09-10T04:03:29.4864366+02:00" }, { "Id": "fe11109a-f90e-430a-a2a5-7ec39037ec6f", "Name": "sample string 2", "Description": "sample string 3", "DateCreated": "2025-09-10T04:03:29.4864366+02:00", "DateLastModified": "2025-09-10T04:03:29.4864366+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>2025-09-10T04:03:29.4864366+02:00</DateCreated> <DateLastModified>2025-09-10T04:03:29.4864366+02:00</DateLastModified> <Description>sample string 3</Description> <Id>fe11109a-f90e-430a-a2a5-7ec39037ec6f</Id> <Name>sample string 2</Name> </TransferFileWsDto> <TransferFileWsDto> <DateCreated>2025-09-10T04:03:29.4864366+02:00</DateCreated> <DateLastModified>2025-09-10T04:03:29.4864366+02:00</DateLastModified> <Description>sample string 3</Description> <Id>fe11109a-f90e-430a-a2a5-7ec39037ec6f</Id> <Name>sample string 2</Name> </TransferFileWsDto> </ArrayOfTransferFileWsDto>