跳轉到主要內容
GET
/
api
/
publicapi
/
v1
/
catalogs
/
{catalogId}
/
records
列出指定目錄中的記錄
curl --request GET \
  --url https://vantage-us.abbyy.com/api/publicapi/v1/catalogs/{catalogId}/records \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "fields": {}
  }
]

授權

Authorization
string
header
必填

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

路徑參數

catalogId
string
必填

型錄識別碼。您可以在所有型錄的清單中找到它。

查詢參數

offset
integer<int32>
預設值:0

分頁偏移量

limit
integer<int32>
預設值:1000

要回傳的項目之最大數量

回應

成功

id
string
必填

目錄記錄的 ID

Minimum string length: 1
fields
object
必填

記錄欄位