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.
カタログ ID。すべてのカタログの一覧で確認できます。
カタログ情報が正常に返されました
カタログの一意の識別子
1
カタログ名
カタログの列
表示 子属性
カタログ内の総行数
このページは役に立ちましたか?