API structure has changed
21 structure changes including:
16 Breaking changes
5 Modifications
16 Removals
Modified
5
Breaking
DELETE /v1/participants/{id}
- Response
-
204 response Modified
-
application/json content type Modified
- data property Modified
-
application/json content type Modified
GET /v1/participants
- Response
-
200 response Modified
-
application/json content type Modified
- data property Modified
-
application/json content type Modified
GET /v1/participants/{id}
- Response
-
200 response Modified
-
application/json content type Modified
- data property Modified
-
application/json content type Modified
POST /v1/participants
- Body
-
application/json content type Modified
-
user property Modified
-
birthday, inserted_at, name, updated_at properties Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- birthCity, birthCountry, customerNumber, date_of_birth, firstName, gender, insertedAt, internalCustomerNumber, lastName, marketingChannel, preferredName, salutation, status, updatedAt properties Added
-
birthday, inserted_at, name, updated_at properties Removed
-
user property Modified
- Response
-
201 response Modified
-
application/json content type Modified
- data property Modified
-
application/json content type Modified
PUT /v1/participants/{id}
- Response
-
200 response Modified
-
application/json content type Modified
- data property Modified
-
application/json content type Modified
Removed
16
Breaking
DELETE /v1/coaching/{id}
- Removing a resource is always breaking unless it was deprecated before Breaking
DELETE /v1/courses/{id}
- Removing a resource is always breaking unless it was deprecated before Breaking
DELETE /v1/programs/{id}
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /v1/coaching
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /v1/coaching/{id}
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /v1/courses
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /v1/courses/{id}
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /v1/programs
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /v1/programs/{id}
- Removing a resource is always breaking unless it was deprecated before Breaking
POST /v1/coaching
- Removing a resource is always breaking unless it was deprecated before Breaking
POST /v1/courses
- Removing a resource is always breaking unless it was deprecated before Breaking
POST /v1/programs
- Removing a resource is always breaking unless it was deprecated before Breaking
PUT /v1/coaching/{id}
- Removing a resource is always breaking unless it was deprecated before Breaking
PUT /v1/courses/{id}
- Removing a resource is always breaking unless it was deprecated before Breaking
PUT /v1/participants/{id}/add_to_course/{course_id}
- Removing a resource is always breaking unless it was deprecated before Breaking
PUT /v1/programs/{id}
- Removing a resource is always breaking unless it was deprecated before Breaking