GET /automation/v1/fileTransfers/{FileTransferId}/

Retrieve all details related to a specific File Transfer Activity definition.

NAMETYPEDESCRIPTION
{FileTransferId}guidRequiredThe unique identifier of the file transfer activity definition to retrieve. This is the same value returned in the ID property from the /automation/v1/fileTransfers/ route.
STATUSNAMETYPEDESCRIPTION
200OK
IDguidUnique identifier of the file transfer activity.
NamestringName of the file transfer activity.
CustomerKeystringClient-specified unique identifier of the file transfer activity.
FileSpecstringName of the file that will be used in the File Transfer Activity.
IsEncryptedboolIndicates whether the File Transfer Activity will perform encryption/decryption.
IsCompressedboolIndicates whether the File Transfer Activity will perform compression/decompression.
MaxFileAgenumberMaximum age of a file in hours that can be processed by the File Transfer Activity. If the file is older than this number of hours, an Invalid File Age error will occur. Set to 0 to disable this guardrail.
MaxFileAgeScheduleOffsetnumberMaximum delay in hours that can be tolerated for processing the file. If the activity takes longer than this timespan to process the file, an Invalid File Age error will occur. Set to 0 to disable this guardrail.
MaxImportFrequencynumberMinimum number of hours required between runs of this File Transfer Activity. If an instance of the File Transfer Activity attempts to run sooner than the specified number of hours, that instance will fail. Set to 0 to disable this guardrail.
FileTransferLocationIdguidUnique identifier of the file transfer location that holds the file. This can be retrieved from the /automations/v1/ftpLocations route.
IsUploadboolValid values are true/false. This indicates whether data is coming in or out. For activities that transfer files, true causes the file to be uploaded to the file transfer location, and false causes the file to be downloaded from the file transfer location. If IsEncrypted is set, then true will trigger encryption, and false will trigger decryption. If IsCompressed is set, then true will trigger compression, and false will trigger decompression.
IsPgpboolSet this value to true to use asymmetric encryption. False will cause the File Transfer Activity to run with symmetric encryption.
IsFileSpecLocalizedboolDetermines if the time should be localized when using file naming patterns like %%Hour%% in the FileSpec property.
CreatedDatedateTimestamp when the file transfer activity was created.
ModifiedDatedateTimestamp when the file transfer activity was last modified.
400Bad Request
MessagestringIdentifying Guid is invalid and could not be parsed.
Note: If you encounter this error, please ensure that the ID used in the route is a valid GUID and corresponds to a definition that exists.
403Unauthorized
MessagestringInsufficient privileges
500Error
ErrorCodenumber10000