REST API Usage and getting cust_notes?
Hello!
I am using the REST API (and formatted JSON) to get ticket data. I am able to log in, create tickets, and get ticket data (certain fields, filtering, etc all seem to work just fine).
I'm running into a problem with cust_notes though. I can't seem to get the notes from the ticket through a http/get request.
When I include the cust_notes field, it is just empty:
{"id":"136079","canUpdate":true,"canDelete":false,"canArchive":false,"info":[{"key":"update_time","value":1485792408000,"keyCaption":"Modify time","valueCaption":"01/30/2017 10:06:48 AM"},{"key":"cust_notes","value":"","keyCaption":"SR Custom Notes","valueCaption":""},{"key":"request_user","value":1280,"keyCaption":"Request user","valueCaption":"Cliff Adair"},{"key":"description","value":"test","keyCaption":"Description","valueCaption":"test"},{"key":"title","value":"DEFAULT","keyCaption":"Subject","valueCaption":"DEFAULT"},{"key":"status","value":1,"keyCaption":"Status","valueCaption":"New"}]}]
regardless if it is