English
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 }
Gets detailed information about the catalog structure, e.g. required column set
The access token received from the authorization server in the OAuth 2.0 flow.
Catalog identifier. You can find it in the list of all catalogs.
Catalog info is successfully returned
Unique identifier of the catalog
1
Name of the catalog
Columns of the catalog
Show child attributes
Total number of rows in the catalog
Was this page helpful?