跳轉到主要內容
GET
/
api
/
publicapi
/
v1
/
transactions
/
{transactionId}
/
skillParameters
取得為此處理作業設定的 skill Parameter
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>
必填

交易識別碼

回應

技能的參數已成功傳回

key
string | null

參數的鍵(名稱)

value
string | null

參數的值

type
enum<string>
可用選項:
String,
Catalog,
Bool,
TenantConnection