메인 콘텐츠로 건너뛰기
GET
/
api
/
publicapi
/
v1
/
transactions
/
{transactionId}
/
documents
/
{documentId}
트랜잭션 문서의 정보를 가져옵니다
curl --request GET \
  --url https://vantage-us.abbyy.com/api/publicapi/v1/transactions/{transactionId}/documents/{documentId} \
  --header 'Authorization: Bearer <token>'
{
  "documentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "sourceFiles": [
    {
      "id": "<string>",
      "name": "<string>"
    }
  ]
}

인증

Authorization
string
header
필수

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

경로 매개변수

transactionId
string<uuid>
필수

트랜잭션 ID

documentId
string<uuid>
필수

트랜잭션 문서 ID

응답

트랜잭션 문서 정보

documentId
string<uuid>
필수

문서 ID

sourceFiles
object[]
필수

원본 파일 컬렉션