Skip to main content
GET
/
api
/
publicapi
/
v1
/
catalogs
/
{catalogId}
/
records
/
{recordId}
Gets a record
curl --request GET \
  --url https://vantage-us.abbyy.com/api/publicapi/v1/api/publicapi/v1/catalogs/{catalogId}/records/{recordId} \
  --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.

recordId
string
required

Record identifier. You can find it in the list of records.

Response

Success

id
string
required

Id of the catalog record

Minimum length: 1
fields
object
required

Record fields