LegalStack

Реестры — каталог полей

Каталог полей реестров (типы, единицы, форматы).

Каталог полей реестров

GET
/api/v1/registry/catalog
АвторизацияBearer <токен>

В: header

Тело ответа

application/json

curl -X GET "https://loading/api/v1/registry/catalog"
null

Подсказать поля каталога по колонкам

POST
/api/v1/registry/catalog/suggest
АвторизацияBearer <токен>

В: header

Тело запроса

application/json

TypeScript-определения

Используйте тип request body в TypeScript.

columns*array<string>

Тело ответа

application/json

curl -X POST "https://loading/api/v1/registry/catalog/suggest" \  -H "Content-Type: application/json" \  -d '{    "columns": [      "string"    ]  }'
{
  "suggestions": [
    null
  ]
}