API structure has changed
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
-
application/json content type Modified
GET /global/site
- Response
-
200 response Modified
-
application/json content type Modified
- country_code property Added
-
application/json content type Modified
GET /people/directorysearch/{searchmethod}/{query}
- Response
-
200 response Modified
-
application/json content type Modified
-
phone property Modified
- for property Added
-
phone property Modified
-
application/json content type Modified
GET /people/search/{searchmethod}/{query}/{page}
- Response
-
200 response Modified
-
application/json content type Modified
-
people property Modified
- phone property Modified
-
people property Modified
-
application/json content type Modified
POST /people
- Body
-
application/json content type Modified
-
[customfield ID] property Modified
-
Full types is no longer
string
Breaking
-
- customfields property Added
-
[customfield ID] property Modified
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}