Product Update

Using the API to Retrieve Public Notes

Carlyn Manly
2018-05-01
1 Min Read

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-4meAccount: widget” β€œhttps://api.4me.com/v1/requests/70497/notes/public”