Skip to main content
GET
/
api
/
publicapi
/
v1
/
catalogs
/
{catalogId}
/
records
Lists a portion of the records in the specified catalog
curl --request GET \
  --url https://vantage-us.abbyy.com/api/publicapi/v1/api/publicapi/v1/catalogs/{catalogId}/records \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "fields": {}
  }
]

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

catalogId
string
required

Catalog identifier. You can find it in the list of all catalogs.

Query Parameters

offset
integer
default:0

Pagination offset

limit
integer
default:1000

Maximum number of items to return

Response

Success

id
string
required

Id of the catalog record

Minimum length: 1
fields
object
required

Record fields