API Changes
Current changes
- The POST /api/v1/signup endpoint is deprecated and is planned to be removed after the 1st of May.
- invoice_set_id attribute of the invoices is deprecated and is planned to be removed after the 1st of September.
- The GET /api/v1/program/personal_program_elements endpoint is deprecated and is planned to be removed in the future.
Previous changes
2023-02-01
To keep the API maintainable we will be removing the program-block endpoints in the public API. This because of a renaming of the blocks to personal program elements.
The endpoint to get all program-blocks will be renamed to one to get all personal program elements. The functionality of the other removed endpoints will no longer be supported by the public API.
caution
The changes on the API will take effect from 1 February 2023. The personal program elements endpoint is already available such that any integration can be tested.
In case you run into issues or have any questions, contact our support department at support@eduframe.nl.
Renamed
The following endpoint will be renamed.
Request | Old PATH | New PATH |
---|---|---|
GET | /api/v1/program/blocks | /api/v1/program/personal_program_elements |
Removed
The following endpoints will be removed.
Request | PATH |
---|---|
POST | /api/v1/program/blocks |
GET | /api/v1/program/blocks/{id} |
DEL | /api/v1/program/blocks/{id} |
PATCH | /api/v1/program/blocks/{id} |