API changes
2026-08-10 — Platform-independent provisioning
- Replaced provider-specific provisioning with the idempotent
PUT /integrations/v1/surveys/{externalSurveyId}contract. - Made external survey IDs opaque and organization-scoped.
- Changed newly issued integration credentials to the generic
rmn_int_…format. The earlier LimeSurvey-specific contract was not publicly released.
2026-07-25 — Integrator documentation baseline
- Added public documentation for
/integrations/v1authentication, rate limits, survey provisioning, session lookup, scoring runs, and asynchronous deletion. - Established the API-hosted OpenAPI document and Swagger UI as the canonical interactive reference for public collector and Integration API operations.
- Documented an unversioned public contract while a single active Integration API version is supported.
Future incompatible API changes will be announced here before implementation, with migration instructions where applicable.