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-sourcesGET /api/data-sources/:idPOST /api/data-sourcesPOST /api/data-sources/:id/testPATCH /api/data-sources/:idDELETE /api/data-sources/:id
Authorization Note
- There is admin protection in the route layer.
- List/detail endpoints support translation with
Accept-Languageand?translations=parameters.
:::info Manifest Code
core:data-source:view
:::