Change Updates

Do not miss any Affix API changes, ever again

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

RSS

Dec 27, 2023

master
2023-03-01
Compare

API structure has changed

10 structure changes including:
4 Additions
6 Modifications
Modified 6 Breaking
GET /2023-03-01/developer/company
  • Response
  • 200 response Modified
    • application/json content type Modified
GET /2023-03-01/developer/employees
  • Response
  • 200 response Modified
    • application/json content type Modified
GET /2023-03-01/official/company
  • Response
  • 200 response Modified
    • application/json content type Modified
GET /2023-03-01/official/employees
  • Response
  • 200 response Modified
    • application/json content type Modified
POST /2023-03-01/developer/employee
  • Body
  • application/json content type Modified
    • home_location property Modified
      • location property Removed
        • Removing a resource is always breaking unless it was deprecated before

          Breaking

      • street_address, locality, administrative_area, country, post_code properties Added
    • work_location property Modified
      • location property Removed
        • Removing a resource is always breaking unless it was deprecated before

          Breaking

      • id, remote_id, address properties Added
    • groups property Modified
    • company property Removed
      • Removing a resource is always breaking unless it was deprecated before

        Breaking

  • Response
  • 201 response Modified
    • application/json content type Modified
      • home_location, work_location, groups properties Modified
      • company property Removed
        • Removing a resource is always breaking unless it was deprecated before

          Breaking

POST /2023-03-01/official/employee
  • Body
  • application/json content type Modified
    • home_location property Modified
      • location property Removed
        • Removing a resource is always breaking unless it was deprecated before

          Breaking

      • street_address, locality, administrative_area, country, post_code properties Added
    • work_location property Modified
      • location property Removed
        • Removing a resource is always breaking unless it was deprecated before

          Breaking

      • id, remote_id, address properties Added
    • groups property Modified
    • company property Removed
      • Removing a resource is always breaking unless it was deprecated before

        Breaking

  • Response
  • 201 response Modified
    • application/json content type Modified
      • home_location, work_location, groups properties Modified
      • company property Removed
        • Removing a resource is always breaking unless it was deprecated before

          Breaking

Added 4
GET /2023-03-01/developer/groups
GET /2023-03-01/developer/work-locations
GET /2023-03-01/official/groups
GET /2023-03-01/official/work-locations