跳轉到主要內容
GET
/
api
/
publicapi
/
v1
/
catalogs
/
{catalogId}
取得該目錄的詳細資訊
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
}

授權

Authorization
string
header
必填

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

路徑參數

catalogId
string
必填

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

回應

已成功傳回目錄資訊。

id
string
必填

目錄的唯一識別碼

Minimum string length: 1
name
string
必填

目錄名稱

Minimum string length: 1
columns
object[]
必填

目錄中的欄位

rowCount
integer<int32>
必填

目錄中的總列數