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
目录名称
目录中的列
显示 子属性
目录中的总行数
此页面对您有帮助吗?