Boomi MFT - AFT Management API Reference (v1) - Report
Download OpenAPI Specification: Download
Initiates a file activity export job for audit data
Authorizations:
ApiKeyBearer
Request Body schema:
Export configuration including filters, date range, and output format for activity data
| showPurged | boolean |
| viewType | string or null |
| flowCode | string or null |
| flowId | integer <int32> |
| organizationCode | string or null |
| organizationId | integer <int32> |
| endpointCode | string or null |
| endpointId | integer <int32> |
| flowEndpointCode | string or null |
| flowEndpointId | integer <int32> |
| filename | string or null |
| fromDate | string or null <date-time> |
| toDate | string or null <date-time> |
| transferStatusId | Array of integers or null <int32> [ items <int32 > ] |
| processingStatus | Array of strings or null |
Array of objects or null (FileActivitiesListItem) | |
object (PagingModel) |
Responses
Response Schema:
| reportId | integer <int64> |
| message | string or null |
Request samples
- Payload
Content type
{- "showPurged": true,
- "viewType": "string",
- "flowCode": "string",
- "flowId": 0,
- "organizationCode": "string",
- "organizationId": 0,
- "endpointCode": "string",
- "endpointId": 0,
- "flowEndpointCode": "string",
- "flowEndpointId": 0,
- "filename": "string",
- "fromDate": "2019-08-24T14:15:22Z",
- "toDate": "2019-08-24T14:15:22Z",
- "transferStatusId": [
- 0
], - "processingStatus": [
- "string"
], - "items": [
- {
- "archivePath": "string",
- "flowEndpointType": "string",
- "reportId": "string",
- "requestId": 0,
- "sourceReportId": "string",
- "transferType": "string",
- "transferState": "string",
- "transferStateMessage": "string",
- "transferStateDateTime": "2019-08-24T14:15:22Z",
- "transferStateDateTimeConvert": "string",
- "processingType": "string",
- "processingStateId": 0,
- "processingState": "string",
- "processingStateMessage": "string",
- "processingStateDateTime": "2019-08-24T14:15:22Z",
- "flowCode": "string",
- "flowName": "string",
- "flowDeletedDate": "2019-08-24T14:15:22Z",
- "flowId": "string",
- "flowEndpointName": "string",
- "flowEndpointDeletedDate": "2019-08-24T14:15:22Z",
- "flowEndpointId": 0,
- "endpointCode": "string",
- "endpointName": "string",
- "endpointId": "string",
- "endpointTypeId": 0,
- "endpointTypeLabel": "string",
- "organizationId": "string",
- "organizationCode": "string",
- "organizationName": "string",
- "organizationDeletedDate": "2019-08-24T14:15:22Z",
- "transferStarted": "2019-08-24T14:15:22Z",
- "transferComplete": "2019-08-24T14:15:22Z",
- "progress": 0,
- "bytesTransferred": 0,
- "protocol": "string",
- "filename": "string",
- "originalFilename": "string",
- "remoteFilePath": "string",
- "isOverwritten": true,
- "isDeleted": true,
- "isRetentionApplied": true,
- "retentionDate": "2019-08-24T14:15:22Z",
- "originalFileSize": 0,
- "fileSize": 0,
- "isArchived": true,
- "isDeletedFromSource": true,
- "retryCount": 0,
- "warnings": [
- "string"
], - "existsInCloud": true,
- "canReplay": true,
- "thruNodeName": "string",
- "thruNodeId": 0,
- "thruNodeCode": "string"
}
], - "paging": {
- "pageNumber": 0,
- "totalCount": 0,
- "pageSize": 0,
- "skip": 0,
- "orderBy": "string",
- "orderDirection": "string",
- "lastReportId": "string",
- "lastSortValue": "string"
}
}Response samples
- 200
- 400
- 401
- 403
- 500
Content type
No sample
Retrieves the status and progress of a file activity export job
Authorizations:
ApiKeyBearer
query Parameters
| guid | string Unique identifier of the export job to check |
Responses
Response Schema:
| id | integer <int64> |
| tenantId | integer <int32> |
| contentType | string or null |
| reportRequestedBy | string or null |
| reportRequestedDate | string <date-time> |
| status | string or null |
| scheduledRetention | string or null <date-time> |
| dateRetentioned | string or null <date-time> |
| assignedTo | string or null |
| lastHeartbeat | string or null <date-time> |
| errorMessage | string or null |
| reportProcessedDate | string or null <date-time> |
| filePath | string or null |
| filters | string or null |
Response samples
- 200
- 401
- 403
- 404
- 500
Content type
No sample
Retrieves a list of all available reports for the current organization
Authorizations:
ApiKeyBearer
Responses
Response Schema:
Array
| id | integer <int64> |
| tenantId | integer <int32> |
| contentType | string or null |
| reportRequestedBy | string or null |
| reportRequestedDate | string <date-time> |
| status | string or null |
| scheduledRetention | string or null <date-time> |
| dateRetentioned | string or null <date-time> |
| assignedTo | string or null |
| lastHeartbeat | string or null <date-time> |
| errorMessage | string or null |
| reportProcessedDate | string or null <date-time> |
| filePath | string or null |
| filters | string or null |
Response samples
- 200
- 401
- 403
- 500
Content type
No sample
Was this topic helpful?