Skip to main content
GET
Get custom file type

Authorizations

Authorization
string
header
required

Get a token from auth/login endpoint and then pass it in the Authorization HTTP header in every subsequent API call. For more information visit our help center.

Path Parameters

customFileTypeUid
string
required

Custom file type UID

Response

OK

createdBy
object
dateCreated
string<date-time>

Date and time the custom file type was created

fileImportSettings
object
filenamePattern
string

Regular expression matched against file names to detect this custom file type

name
string

Name of the custom file type

supportsContinuousJob
boolean

Whether this custom file type supports continuous jobs. Derived from the underlying file type.

type
enum<string>

Underlying file format

Available options:
html,
json,
xml,
multiling_xml,
txt
uid
string

Unique identifier used in API paths