Get exception details for a file
get
/api/erp/integrations/resources/v1/{locale}/files/{id}/transactionExceptions
Returns a summary of exceptions encountered during the transaction 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.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
Default Response
Simple JSON containing exception details for transaction stage
Root Schema : ExceptionDetails
Type:
Show Source
object
-
exceptions: array
exceptions
The exception details for a specific file.
-
fileId: string
The unique identifier of the file.
-
flowName: string
The name of the flow for which the service is being invoked.
-
stageName: string
The file processing stage in which the exceptions were encountered.