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
NameDescriptionTypeAdditional 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": "806394ad-504f-4baf-963f-71ee7c1b85a4",
    "Name": "sample string 2",
    "Description": "sample string 3",
    "DateCreated": "2025-05-17T16:06:05.5263973+02:00",
    "DateLastModified": "2025-05-17T16:06:05.5263973+02:00"
  },
  {
    "Id": "806394ad-504f-4baf-963f-71ee7c1b85a4",
    "Name": "sample string 2",
    "Description": "sample string 3",
    "DateCreated": "2025-05-17T16:06:05.5263973+02:00",
    "DateLastModified": "2025-05-17T16:06:05.5263973+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-05-17T16:06:05.5263973+02:00</DateCreated>
    <DateLastModified>2025-05-17T16:06:05.5263973+02:00</DateLastModified>
    <Description>sample string 3</Description>
    <Id>806394ad-504f-4baf-963f-71ee7c1b85a4</Id>
    <Name>sample string 2</Name>
  </TransferFileWsDto>
  <TransferFileWsDto>
    <DateCreated>2025-05-17T16:06:05.5263973+02:00</DateCreated>
    <DateLastModified>2025-05-17T16:06:05.5263973+02:00</DateLastModified>
    <Description>sample string 3</Description>
    <Id>806394ad-504f-4baf-963f-71ee7c1b85a4</Id>
    <Name>sample string 2</Name>
  </TransferFileWsDto>
</ArrayOfTransferFileWsDto>