cURL
curl --request GET \ --url https://vantage-us.abbyy.com/api/publicapi/v1/catalogs/{catalogId} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "columns": [ { "name": "<string>", "type": "Text", "notEmpty": true } ], "rowCount": 123 }
카탈로그 구조(예: 필수 열 집합)에 대한 세부 정보를 가져옵니다.
The access token received from the authorization server in the OAuth 2.0 flow.
카탈로그 식별자입니다. 전체 카탈로그 목록에서 확인할 수 있습니다.
카탈로그 정보가 성공적으로 반환되었습니다.
카탈로그의 고유 식별자
1
카탈로그 이름
카탈로그의 열
표시 하위 속성
카탈로그의 전체 행 수
이 페이지가 도움이 되었나요?