跳转到主要内容
GET
/
api
/
publicapi
/
v1
/
transactions
/
{transactionId}
/
skillParameters
获取为该事务设置的技能参数
curl --request GET \
  --url https://vantage-us.abbyy.com/api/publicapi/v1/transactions/{transactionId}/skillParameters \
  --header 'Authorization: Bearer <token>'
[
  {
    "key": "<string>",
    "value": "<string>",
    "type": "String"
  }
]

授权

Authorization
string
header
必填

The access token received from the authorization server in the OAuth 2.0 flow.

路径参数

transactionId
string<uuid>
必填

事务标识符

响应

已成功返回技能的 Parameter

key
string | null

Parameter 的键(名称)

value
string | null

Parameter 的值

type
enum<string>
可用选项:
String,
Catalog,
Bool,
TenantConnection