An extra state option has been added to the REST API for notes. It was already possible to use this API to retrieve only the internal notes of a request. Now the state option public has been added to make it possible to retrieve all notes of a request, except for the internal ones.
A CURL example that makes use of the public state option looks like this:
curl -u “api-token:x” -X GET -H “X-4me-Account: widget” “https://api.4me.com/v1/requests/70497/notes/public”