GET 17.0/database/filetransfers/{id}

Description

Retrieve File Transfers

URI Parameters

Name Description Type Additional information
id

integer

Required

None.

None.

Name Description Type Additional information
ID

integer

None.

PCID

integer

None.

RecordID

integer

None.

TableID

byte

None.

SourceFileName

string

String length: inclusive between 0 and 255

DestinationFileName

string

String length: inclusive between 0 and 255

Priority

byte

None.

AddedDate

date

None.

UserID

integer

None.

application/json, text/json

Sample:
{
  "id": 1,
  "pcid": 2,
  "recordID": 3,
  "tableID": 64,
  "sourceFileName": "sample string 5",
  "destinationFileName": "sample string 6",
  "priority": 64,
  "addedDate": "2025-01-09T20:24",
  "userID": 9
}

application/xml, text/xml

Sample:
<FileTransfers xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <PCID>2</PCID>
  <RecordID>3</RecordID>
  <TableID>64</TableID>
  <SourceFileName>sample string 5</SourceFileName>
  <DestinationFileName>sample string 6</DestinationFileName>
  <Priority>64</Priority>
  <AddedDate>2025-01-09T20:24:15.7540923+00:00</AddedDate>
  <UserID>9</UserID>
</FileTransfers>