Change Updates

Do not miss any infoodle API changes, ever again

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

RSS

Aug 23, 2024

main
2.0.0
Compare

API structure has changed

Next Change

We have added 3 new end points to increase the functionality Edit person Add group Add person to a group

There are other minor additions to end points to increase the data made available Note that updating a note now uses PATCH, the PUT method is still present but deprecated.

10 structure changes including:
1 Breaking change
4 Additions
5 Modifications
1 Removal
Modified 5 Breaking
GET /global/mysettings
  • Response
  • 200 response Modified
    • application/json content type Modified
      • user, email, address properties Added
GET /global/site
  • Response
  • 200 response Modified
    • application/json content type Modified
      • country_code property Added
GET /people/directorysearch/{searchmethod}/{query}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • phone property Modified
        • for property Added
GET /people/search/{searchmethod}/{query}/{page}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • people property Modified
        • phone property Modified
POST /people
  • Body
  • application/json content type Modified
    • [customfield ID] property Modified
      • Full types is no longer string

        Breaking

    • customfields property Added
Removed 1 Breaking
PUT /notes/{noteid}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
Added 4
PATCH /notes/{noteid}
PATCH /people/{unique_id}
POST /group
POST /group/{id}/{unique_id}