메인 콘텐츠로 건너뛰기
GET
/
api
/
publicapi
/
v1
/
transactions
/
{transactionId}
/
skillParameters
트랜잭션에 설정된 스킬 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>
필수

트랜잭션 식별자

응답

Skill의 Parameter가 성공적으로 반환되었습니다

key
string | null

Parameter 키(이름)

value
string | null

Parameter 값

type
enum<string>
사용 가능한 옵션:
String,
Catalog,
Bool,
TenantConnection