Hi
Is there any parameter to Notes which makes it possible for me to get all notes and not only notes for the user credential I use against the API?
I did a request to /api/v1/Note using my own personal login as basic auth, and I get 500 records. When I instead use the API key I created I get 0 records.
I would like to retrieve a list of all notes in the system last 30 days. Is this possible via the API?
Is there any parameter to Notes which makes it possible for me to get all notes and not only notes for the user credential I use against the API?
I did a request to /api/v1/Note using my own personal login as basic auth, and I get 500 records. When I instead use the API key I created I get 0 records.
I would like to retrieve a list of all notes in the system last 30 days. Is this possible via the API?
Comment