APIРеестры
Реестры — каталог полей
Каталог полей реестров (типы, единицы, форматы).
curl -X GET "https://loading/api/v1/registry/catalog"nullПодсказать поля каталога по колонкам
Авторизация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
]
}