a4add2402a
5 endpoints нужны admin-UI для завершения UI-фич:
1. GET /dictionaries/{name}/changelog — History tab + TimeTravel
2. GET /dictionaries/{name}/snapshots — TimeTravel slider marks
3. POST drafts/.../{review,decision,publish} — workflow state machine
4. PATCH /dictionaries/{name}/schema — Fields tab inline edit
5. GET /dictionaries/graph/outgoing — catalog → FK count column
Каждый endpoint содержит: purpose, route, query/body, response example,
errors, frontend integration estimate. Total frontend work after backend
ship — ~14h (1.5 sprint day).
39 lines
1.3 KiB
YAML
39 lines
1.3 KiB
YAML
title: Ordinis НСИ ЦУОД ОДХ — Integrator Guide
|
|
href: index.md
|
|
|
|
items:
|
|
- name: Введение
|
|
href: index.md
|
|
|
|
- name: Интеграция по API
|
|
items:
|
|
- name: Обзор
|
|
href: integration/api/index.md
|
|
- name: Авторизация
|
|
href: integration/api/auth.md
|
|
- name: Read-side endpoints
|
|
href: integration/api/read-endpoints.md
|
|
- name: События (Kafka outbox)
|
|
href: integration/api/events.md
|
|
- name: Webhooks
|
|
href: integration/api/webhooks.md
|
|
- name: Bitemporal модель
|
|
href: integration/api/bitemporal.md
|
|
- name: Cross-references (FK)
|
|
href: integration/api/x-references.md
|
|
- name: Кэширование
|
|
href: integration/api/caching.md
|
|
- name: Ошибки и rate limits
|
|
href: integration/api/errors.md
|
|
- name: Best practices
|
|
href: integration/api/best-practices.md
|
|
- name: Bundle справочников cuod
|
|
href: integration/api/bundle-cuod.md
|
|
- name: Pending endpoints (admin-UI wishlist)
|
|
href: integration/api/pending-endpoints.md
|
|
|
|
- name: Прикладные сценарии
|
|
items:
|
|
- name: Альтум — заказ съёмки
|
|
href: integration/altum-imaging-order.md
|