Waiting for engine...
Skip to main content

Boomi MFT - AFT Management API Reference (v1) - FlowEndpointTriggerFiles

Toggle Pane

Download OpenAPI Specification: Download

FlowEndpointTriggerFiles

Retrieves a specific trigger file configuration by ID

Authorizations:
ApiKeyBearer
path Parameters
flowEndpointTriggerFilesId
required
integer <int32>

Unique identifier of the trigger file configuration

Responses

Response Schema:
id
integer <int32>
flowEndpointId
integer <int32>
isEnabled
boolean
isTriggerSemaphoreFile
boolean
isTriggerTemporaryFilename
boolean
isTriggerBatchSemaphore
boolean
isAddExtension
boolean
isReplaceExtension
boolean
isTemporaryPrefix
boolean
isTemporaryExtension
boolean
createdBy
string or null
createdDate
string or null <date-time>
updatedBy
string or null
updatedDate
string or null <date-time>
deletedBy
string or null
deletedDate
string or null <date-time>
filePrefix
string or null
fileExtension
string or null
batchSemaphoreFilename
string or null

Response samples

Content type
No sample

Deletes a specific trigger file configuration

Authorizations:
ApiKeyBearer
path Parameters
flowEndpointTriggerFilesId
required
integer <int32>

Unique identifier of the trigger file configuration to delete

Responses

Response Schema:
isDeleted
boolean

Response samples

Content type
No sample

Retrieves all trigger file configurations for a specific flow endpoint

Authorizations:
ApiKeyBearer
query Parameters
flowEndpointId
integer <int32>

Unique identifier of the flow endpoint

Responses

Response Schema:
Array
id
integer <int32>
flowEndpointId
integer <int32>
isEnabled
boolean
isTriggerSemaphoreFile
boolean
isTriggerTemporaryFilename
boolean
isTriggerBatchSemaphore
boolean
isAddExtension
boolean
isReplaceExtension
boolean
isTemporaryPrefix
boolean
isTemporaryExtension
boolean
createdBy
string or null
createdDate
string or null <date-time>
updatedBy
string or null
updatedDate
string or null <date-time>
deletedBy
string or null
deletedDate
string or null <date-time>
filePrefix
string or null
fileExtension
string or null
batchSemaphoreFilename
string or null

Response samples

Content type
No sample

Creates a new trigger file configuration for a flow endpoint

Authorizations:
ApiKeyBearer
Request Body schema:

Trigger file configuration details including trigger conditions and file patterns

id
integer <int32>
flowEndpointId
integer <int32>
isEnabled
boolean
isTriggerSemaphoreFile
boolean
isTriggerTemporaryFilename
boolean
isTriggerBatchSemaphore
boolean
isAddExtension
boolean
isReplaceExtension
boolean
isTemporaryPrefix
boolean
isTemporaryExtension
boolean
createdBy
string or null
createdDate
string or null <date-time>
updatedBy
string or null
updatedDate
string or null <date-time>
deletedBy
string or null
deletedDate
string or null <date-time>
filePrefix
string or null
fileExtension
string or null
batchSemaphoreFilename
string or null

Responses

Response Schema:
id
integer <int32>
flowEndpointId
integer <int32>
isEnabled
boolean
isTriggerSemaphoreFile
boolean
isTriggerTemporaryFilename
boolean
isTriggerBatchSemaphore
boolean
isAddExtension
boolean
isReplaceExtension
boolean
isTemporaryPrefix
boolean
isTemporaryExtension
boolean
createdBy
string or null
createdDate
string or null <date-time>
updatedBy
string or null
updatedDate
string or null <date-time>
deletedBy
string or null
deletedDate
string or null <date-time>
filePrefix
string or null
fileExtension
string or null
batchSemaphoreFilename
string or null

Request samples

Content type
{
  • "id": 0,
  • "flowEndpointId": 0,
  • "isEnabled": true,
  • "isTriggerSemaphoreFile": true,
  • "isTriggerTemporaryFilename": true,
  • "isTriggerBatchSemaphore": true,
  • "isAddExtension": true,
  • "isReplaceExtension": true,
  • "isTemporaryPrefix": true,
  • "isTemporaryExtension": true,
  • "createdBy": "string",
  • "createdDate": "2019-08-24T14:15:22Z",
  • "updatedBy": "string",
  • "updatedDate": "2019-08-24T14:15:22Z",
  • "deletedBy": "string",
  • "deletedDate": "2019-08-24T14:15:22Z",
  • "filePrefix": "string",
  • "fileExtension": "string",
  • "batchSemaphoreFilename": "string"
}

Response samples

Content type
No sample

Updates an existing trigger file configuration for a flow endpoint

Authorizations:
ApiKeyBearer
Request Body schema:

Updated trigger file configuration details

id
integer <int32>
flowEndpointId
integer <int32>
isEnabled
boolean
isTriggerSemaphoreFile
boolean
isTriggerTemporaryFilename
boolean
isTriggerBatchSemaphore
boolean
isAddExtension
boolean
isReplaceExtension
boolean
isTemporaryPrefix
boolean
isTemporaryExtension
boolean
createdBy
string or null
createdDate
string or null <date-time>
updatedBy
string or null
updatedDate
string or null <date-time>
deletedBy
string or null
deletedDate
string or null <date-time>
filePrefix
string or null
fileExtension
string or null
batchSemaphoreFilename
string or null

Responses

Response Schema:
id
integer <int32>
flowEndpointId
integer <int32>
isEnabled
boolean
isTriggerSemaphoreFile
boolean
isTriggerTemporaryFilename
boolean
isTriggerBatchSemaphore
boolean
isAddExtension
boolean
isReplaceExtension
boolean
isTemporaryPrefix
boolean
isTemporaryExtension
boolean
createdBy
string or null
createdDate
string or null <date-time>
updatedBy
string or null
updatedDate
string or null <date-time>
deletedBy
string or null
deletedDate
string or null <date-time>
filePrefix
string or null
fileExtension
string or null
batchSemaphoreFilename
string or null

Request samples

Content type
{
  • "id": 0,
  • "flowEndpointId": 0,
  • "isEnabled": true,
  • "isTriggerSemaphoreFile": true,
  • "isTriggerTemporaryFilename": true,
  • "isTriggerBatchSemaphore": true,
  • "isAddExtension": true,
  • "isReplaceExtension": true,
  • "isTemporaryPrefix": true,
  • "isTemporaryExtension": true,
  • "createdBy": "string",
  • "createdDate": "2019-08-24T14:15:22Z",
  • "updatedBy": "string",
  • "updatedDate": "2019-08-24T14:15:22Z",
  • "deletedBy": "string",
  • "deletedDate": "2019-08-24T14:15:22Z",
  • "filePrefix": "string",
  • "fileExtension": "string",
  • "batchSemaphoreFilename": "string"
}

Response samples

Content type
No sample

Saves trigger file configuration (creates new or updates existing based on ID)

Performs upsert operation: creates new configuration if ID is 0, otherwise updates existing configuration

Authorizations:
ApiKeyBearer
Request Body schema:

Trigger file configuration to save (performs upsert based on record ID)

id
integer <int32>
flowEndpointId
integer <int32>
isEnabled
boolean
isTriggerSemaphoreFile
boolean
isTriggerTemporaryFilename
boolean
isTriggerBatchSemaphore
boolean
isAddExtension
boolean
isReplaceExtension
boolean
isTemporaryPrefix
boolean
isTemporaryExtension
boolean
createdBy
string or null
createdDate
string or null <date-time>
updatedBy
string or null
updatedDate
string or null <date-time>
deletedBy
string or null
deletedDate
string or null <date-time>
filePrefix
string or null
fileExtension
string or null
batchSemaphoreFilename
string or null

Responses

Response Schema:
id
integer <int32>
flowEndpointId
integer <int32>
isEnabled
boolean
isTriggerSemaphoreFile
boolean
isTriggerTemporaryFilename
boolean
isTriggerBatchSemaphore
boolean
isAddExtension
boolean
isReplaceExtension
boolean
isTemporaryPrefix
boolean
isTemporaryExtension
boolean
createdBy
string or null
createdDate
string or null <date-time>
updatedBy
string or null
updatedDate
string or null <date-time>
deletedBy
string or null
deletedDate
string or null <date-time>
filePrefix
string or null
fileExtension
string or null
batchSemaphoreFilename
string or null

Request samples

Content type
{
  • "id": 0,
  • "flowEndpointId": 0,
  • "isEnabled": true,
  • "isTriggerSemaphoreFile": true,
  • "isTriggerTemporaryFilename": true,
  • "isTriggerBatchSemaphore": true,
  • "isAddExtension": true,
  • "isReplaceExtension": true,
  • "isTemporaryPrefix": true,
  • "isTemporaryExtension": true,
  • "createdBy": "string",
  • "createdDate": "2019-08-24T14:15:22Z",
  • "updatedBy": "string",
  • "updatedDate": "2019-08-24T14:15:22Z",
  • "deletedBy": "string",
  • "deletedDate": "2019-08-24T14:15:22Z",
  • "filePrefix": "string",
  • "fileExtension": "string",
  • "batchSemaphoreFilename": "string"
}

Response samples

Content type
No sample

Deletes all trigger file configurations for a specific flow endpoint

Authorizations:
ApiKeyBearer
query Parameters
flowEndpointId
integer <int32>

Unique identifier of the flow endpoint to remove all trigger file configurations for

Responses

Response Schema:
isDeleted
boolean

Response samples

Content type
No sample