Skip to main content

Data Sources

The Data Sources page is used to define external data sources to which the system will connect and to run connection tests.

Access Path

  • Web: /data-sources

Major Transactions

  • Data source list/detail
  • Creating a data source
  • Data source connection testing
  • Data source update
  • Delete data source

API Terminals

  • GET /api/data-sources
  • GET /api/data-sources/:id
  • POST /api/data-sources
  • POST /api/data-sources/:id/test
  • PATCH /api/data-sources/:id
  • DELETE /api/data-sources/:id

Authorization Note

  • There is admin protection in the route layer.
  • List/detail endpoints support translation with Accept-Language and ?translations= parameters.

:::info Manifest Code core:data-source:view

:::