Source:
apps/erp-backend/src/integration/integration.controller.ts. Base path: /api/entities/:entityId/integrations.POST /integrations
Create an Integration.
- Body:
CreateIntegrationDto. - Response:
integrationWithFeedSchema(the Integration and its linked Source Feed, if any).
GET /integrations
List every Integration for the Entity.
- Response: array of
integrationWithFeedSchema.
DELETE /integrations/:integrationId
Remove an Integration. Any attached Source Feed is removed as part of the same operation.
- Response:
integrationWithFeedSchema(the deleted state).