ABBYY FineReader Server
  1. 服务器(server)
ABBYY FineReader Server
  • Wefile (信天邮科技)
  • 工作流(workflows)
    • {workflow Name}
      • 输入(input)
        • 创建一个单文件的任务(Creates a new job from the specified file.)
        • 创建一个多文件任务(Creates a new job from the specified files.)
        • 通过配置单创建任务(Creates a new job from the specified ticket.)
        • 通过配置单创建多文件任务,可支持formdata(Creates a new job from files and (optionally) a ticket, supplied as multipart/form-data.)
      • 返回一个工作流的信息(Returns a workflow.)
      • 返回一个工作流的配置单(Returns a ticket for a workflow.)
    • 返回可用的工作流列表(Returns a list of available workflows)
      GET
  • 任务(jobs)
    • {job Id}
      • result
        • files
          • 通过zip文件返回文件内容(Returns the contents of all output files of the job as a ZIP archive.)
          • 把输出文件通过zip文件发送到email(Sends the contents of all output files of the job as a ZIP archive by e-mail.)
        • output Documents/{output Document Id}/files
          • {file Index}
            • 返回输出文件中的单个文件的内容(Returns the contents of one output file of the output document.)
            • 发送输出文件中单个文件到指定email(Sends the contents of one output file of the output document by e-mail.
          • 返回zip中所有文件的内容(Returns the contents of all output files of the output document as a ZIP archive.)
          • 把zip包中的所有文件内容通过email发送(Sends the contents of all output files of the output document as a ZIP archive by e-mail.)
        • 返回任务输出结果(Returns the result of a job.)
      • 返回任务状态信息(Returns the state of a job.)
      • 删除任务(Deletes a job.)
    • 返回多个任务的状态(Returns the states of multiple jobs.)
      GET
    • 删除多个任务(Deletes multiple jobs.)
      DELETE
  • 服务器(server)
    • 许可(licenses)
      • 返回license列表(Returns a list of available licenses.)
      • 返回当前license(Returns the current license.)
      • 返回单个license信息(Returns a license.)
    • 队列(queue)
      • 返回服务器工作队列信息(Returns a server job queue.)
      • 返回工作流中的任务队列(Returns a workflow job queue.)
    • 语言(languages)
      • 返回可识别语言列表(Returns a list of available recognition languages for all workflows).
      • 返回某个工作流中可识别的语言列表(Returns a list of available recognition languages for a specified workflow.)
    • 统计分析(statistics)
      • 返回服务器任务统计(Returns a server statistics.)
      • 返回工作流的任务统计(Returns a workflow statistics.)
    • 工作站(stations)
      • 返回单个工作站列表(Returns a list of processing stations.)
      • 返回单个处理工作站信息(Returns a processing station.)
    • 返回部分服务器任务日志(Returns a portion of the server job log.)
      GET
    • 返回服务器任务的统计信息(Returns the statistics of the server jobs.)
      GET
  • 输出格式(output Formats)
    • 返回可输出文件列表(Returns a list of available output formats with default settings.)
      GET
    • 返回单个输出文件格式信息(Returns an output format with default settings.)
      GET
  1. 服务器(server)

返回部分服务器任务日志(Returns a portion of the server job log.)

GET
/api/server/jobLog

请求参数

Query 参数
state
string 
必需
Include records based on the state of the job.
示例值:
Succeeded
workflowName
array[string]
必需
Include only records for jobs from the specified workflows.
示例值:
["consectetur ",""]
sinceDate
string 
必需
Exclude records for jobs completed before this date.
示例值:
2003-05-16T16:12:08.559Z
untilDate
string 
必需
Exclude records for jobs completed after this date.
示例值:
2003-05-16T16:12:08.559Z
sinceId
string 
必需
Exclude records with IDs less than this value.
示例值:
87184214
untilId
string 
必需
Exclude records with IDs greater than this value.
示例值:
87184214
top
string 
必需
Only return the first N matching records.
示例值:
-93174907
skip
string 
必需
Skip the first N matching records.
示例值:
87184214
serverLocation
string 
必需
The IP address or domain name of the machine where ABBYY FineReader Server 14 Server Manager is installed.
locale
string 
必需
Locale to use for localizable strings in response (defined as a language tag).
示例值:
Ut exercitation
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/server/jobLog?state=Succeeded&workflowName=consectetur &workflowName=&sinceDate=2003-05-16T16:12:08.559Z&untilDate=2003-05-16T16:12:08.559Z&sinceId=87184214&untilId=87184214&top=-93174907&skip=87184214&serverLocation=&locale=Ut exercitation' \
--header 'Accept: application/json'

返回响应

🟢200A portion of the server job log.
application/json
Body
Top
integer 
必需
Skip
integer 
必需
Count
integer 
必需
Records
array [object {18}] 
必需
Id
integer 
必需
Priority
string 
必需
Date
string 
必需
TotalDuration
number 
必需
ProcessingDuration
number 
必需
PublishingDuration
number 
必需
IsFailed
boolean 
必需
IsProcessingSkipped
boolean 
必需
CopiedFilesCount
integer 
必需
WorkflowInputType
string 
必需
Name
string 
必需
UserName
string 
必需
Subfolder
string 
必需
InputFiles
array[string]
必需
OutputFiles
array[string]
必需
Messages
array [object {3}] 
必需
Statistics
object 
必需
WorkflowName
string 
必需
示例
{
  "Top": -5249325,
  "Skip": -25058680,
  "Count": -80535101,
  "Records": [
    {
      "Id": 41792179,
      "Priority": "P_Low",
      "Date": "1995-09-24T18:40:28.183Z",
      "TotalDuration": -19858293.864842087,
      "ProcessingDuration": -71436655.22092503,
      "PublishingDuration": 78361417.71640247,
      "IsFailed": false,
      "IsProcessingSkipped": false,
      "CopiedFilesCount": -62067070,
      "WorkflowInputType": "Mail_Exchange",
      "Name": "commodo mollit consequat fugiat",
      "UserName": "nostrud dolore mollit",
      "Subfolder": "eiusmod",
      "InputFiles": [
        "laborum",
        "proident"
      ],
      "OutputFiles": [
        "",
        "voluptate i"
      ],
      "Messages": [
        {
          "Type": "JMT_Warning",
          "Code": -99345542,
          "UnicodeStr": "dolore aute"
        },
        {
          "Type": "JMT_Error",
          "Code": -92863359,
          "UnicodeStr": "nulla eu veniam"
        }
      ],
      "Statistics": {
        "PagesArea": -21430771,
        "TotalCharacters": -55588477,
        "UncertainCharacters": 7575823
      },
      "WorkflowName": "fugiat"
    },
    {
      "Id": 53373497,
      "Priority": "P_Normal",
      "Date": "1959-05-02T16:16:45.435Z",
      "TotalDuration": -86281697.36346444,
      "ProcessingDuration": -61507870.971841164,
      "PublishingDuration": -90894936.78136703,
      "IsFailed": false,
      "IsProcessingSkipped": false,
      "CopiedFilesCount": -45256912,
      "WorkflowInputType": "DocumentLibrary_SharePoint",
      "Name": "ut veniam ",
      "UserName": "nostrud ali",
      "Subfolder": "fugiat culpa ut laborum",
      "InputFiles": [
        "anim amet cupidatat",
        "minim qui Ut"
      ],
      "OutputFiles": [
        "quis proident",
        "est minim sit"
      ],
      "Messages": [
        {
          "Type": "JMT_Information",
          "Code": 1246044,
          "UnicodeStr": "incididunt"
        },
        {
          "Type": "JMT_Information",
          "Code": -84249662,
          "UnicodeStr": "sed eu culpa"
        }
      ],
      "Statistics": {
        "PagesArea": -57007422,
        "TotalCharacters": 25768235,
        "UncertainCharacters": -9074829
      },
      "WorkflowName": "officia"
    }
  ]
}
🟠400The request contains an invalid value for at least one of the parameters.
🟠403The endpoint was disabled by the system administrator.
修改于 2024-04-24 10:47:05
上一页
返回单个处理工作站信息(Returns a processing station.)
下一页
返回服务器任务的统计信息(Returns the statistics of the server jobs.)
Built with