Changes
<-- Terms and conditions



Changes

Version 1.1.0:

List of changes

  • Added support for redirect configuration in the API and frontend
  • Updated base URL for API

Redirect support

While the backend already had support for SMP Redirects, it could only be configured by the administrator. You can now manage redirects for your Participants directly, through either the web interface or the API.

Configuring redirects in the web interface is documented on the Managing Redirects page.

As for the API, there are two new general endpoints:

  • /api/v1/redirects for global configuration of the redirects themselves
  • /api/v1/participants/<id>/redirects to assign redirects to participant/document types

A full list of endpoints, methods, and datastructures can be found in the API redoc page

Renamed the base API endpoint.

Originally, the base API endpoint was versioned as ‘1.0’, e.g. /api/smp/1.0. Since minor releases such as 1.1 should be backwards compatible, we have decided to rename it to /api/smp/v1 instead.

It is not required to update your configured client settings, as 1.0 has been kept as an alias for your convenience, but we do recommend to update to /api/smp/v1.

Version 1.0.0:

Initial release.