- Wefile (信天邮科技)
- 工作流(workflows)
- 任务(jobs)
- {job Id}
- result
- files
- output Documents/{output Document Id}/files
- 返回任务输出结果(Returns the result of a job.)
- 返回任务状态信息(Returns the state of a job.)
- 删除任务(Deletes a job.)
- result
- 返回多个任务的状态(Returns the states of multiple jobs.)GET
- 删除多个任务(Deletes multiple jobs.)DELETE
- 服务器(server)
- 许可(licenses)
- 队列(queue)
- 语言(languages)
- 统计分析(statistics)
- 工作站(stations)
- 返回部分服务器任务日志(Returns a portion of the server job log.)GET
- 返回服务器任务的统计信息(Returns the statistics of the server jobs.)GET
- 输出格式(output Formats)
返回可用的工作流列表(Returns a list of available workflows)
GET
/api/workflows
请求参数
Query 参数
serverLocation
string
必需
view
string
必需
示例值:
Full
Header 参数
Accept
string
必需
示例值:
application/json
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://frstrial.wefile.com/FineReaderServer14//api/workflows?serverLocation=&view=Full' \
--header 'Accept: application/json'
返回响应
🟢200The list of available workflows.
application/json
Body
array of:
WorkflowState
string
必需
Name
string
必需
InputFolder
string
必需
ExceptionsFolder
string
必需
ExportParams
object
必需
SeparationMethod
string
必需
BarcodeType
string
必需
BarcodeRegExp
string
必需
Formats
array [object {2}]
必需
ResultLocationPath
string
必需
示例
[
{
"WorkflowState": "WS_Processing",
"Name": "culpa nostrud ex",
"InputFolder": "in",
"ExceptionsFolder": "eiusmod do magna Duis pariatur",
"ExportParams": {
"SeparationMethod": "DSM_ByBarcode",
"BarcodeType": "IBT_Intelligent",
"BarcodeRegExp": "nisi exercitation qui commodo",
"Formats": [
{
"FileFormat": "OFF_PDFA",
"FileFormatId": "esse aliquip eu"
},
{
"FileFormat": "OFF_InternalFormat",
"FileFormatId": "sit enim est"
}
],
"ResultLocationPath": "dolore nisi"
}
},
{
"WorkflowState": "WS_ApplyingSettings",
"Name": "id in eu tempor",
"InputFolder": "occaecat dolor",
"ExceptionsFolder": "reprehenderit dolore",
"ExportParams": {
"SeparationMethod": "DSM_ByNumberOfPages",
"BarcodeType": "IBT_Code39WithoutAsterisk",
"BarcodeRegExp": "in",
"Formats": [
{
"FileFormat": "OFF_EPUB",
"FileFormatId": "Duis commodo laborum"
},
{
"FileFormat": "OFF_CSV",
"FileFormatId": "sint sunt est officia"
}
],
"ResultLocationPath": "cillum dolore occaecat adipisicing reprehenderit"
}
}
]
修改于 2024-04-24 10:33:55