Get a file status and metric details
get
/api/erp/integrations/resources/v1/{locale}/files/{id}
Returns the processing status and current stage for a specific file.
Request
Path Parameters
-
id(required): string
The unique identifier of the file.Example:
324108415901929470
-
locale(required): string
The locale to which the file is being uploaded.Example:
en-us
Query Parameters
-
flowName: string
The name of the flow for which the service is being invoked.
Header Parameters
-
userType:
For internal use only.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
Default Response
Simple JSON containing progress status and transaction count by file
Root Schema : InboundFile
Type:
Show Source
object
-
currentStage: string
Indicates the current stage.
-
dateFormatUsed: string
The date format specified for the uploaded file.
-
elapsedTime: string
The time elapsed since the file was uploaded for processing.
-
fileId: string
The unique identifier of the file.
-
flowName: string
The name of the flow for which the service is being invoked.
-
lastStatusTime: string
The time when the status was last fetched.
-
stages: object
StageChild
-
status: string
The overall processing status of the uploaded file.
-
uploadedBy: string
The user who uploaded the file.
-
uploadedTime: string
The date and time when the file was uploaded.
Nested Schema : ImportTransactionStage
Type:
Show Source
object
-
dataflowStartUpTIme: string
-
elapsedTime: string
-
endTime: string
-
errorHeaderCount: integer
(int64)
-
errorLineCount: integer
(int64)
-
errors: string
-
exceptions: string
-
name: string
-
processInitStartTime: string
-
sparkJobTime: string
-
startTime: string
-
status: string
-
successHeaderCount: integer
(int64)
-
successLineCount: integer
(int64)
-
totalHeaderCount: integer
(int64)
-
totalLineCount: integer
(int64)