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
目錄名稱
目錄中的欄位
顯示 子屬性
目錄中的總列數
這個頁面有幫助嗎?