Change Updates

Do not miss any AZAV Pilot API changes, ever again

Subscribe to the AZAV Pilot API changelog to be up to date on recent changes.

RSS

Jun 10, 2024

main
Compare

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
GET /v1/participants
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
GET /v1/participants/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property 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
  • Response
  • 201 response Modified
    • application/json content type Modified
      • data property Modified
PUT /v1/participants/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property 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