LiquidPlanner Classic Forum

Ask a Question
Back to All

Get Notes via API

Posted on behalf of William. Original post date 2014-07-14

I am having some serious trouble getting notes from tasks via the API. I'm using nearly every other task GET call and they are all executing just fine. Not sure what I'm doing wrong with the notes, but I continually receive the message:

error: "NotFound", message: "Record not found (or you don't have permission to access it).", type: "Error"

I know for a fact that the task includes a note, both via the LP site and my tasks API call as the property has_note = 1. Also, if I visit the page directly in my browser while logged in, I see the note. I just can't get it to come through in json. Any idea what I'm doing wrong here?