메인 콘텐츠로 건너뛰기
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>
필수

카탈로그의 전체 행 수