Get Notes related to specific contact in rest api v6 using coql query

Get Notes related to specific contact in rest api v6 using coql query

I'm trying to fetch list of notes for a specifc contact using coql query.

Here is my query

  1. {
  2. "select_query": "SELECT Parent_Id, Note_Title, Note_Content FROM Notes WHERE $se_module = 'Contacts' and Parent_Id = '638530000000373001'"
  3. }
This query is working in v5 but it gives me below error response in v6.

  1. {
  2.     "code": "INVALID_QUERY",
  3.     "details": {
  4.         "column_name": "ParentRecord"
  5.     },
  6.     "message": "column given seems to be invalid",
  7.     "status": "error"
  8. }


Moderation Update:
We have fixed the challenge with the GetNotes API in API v6 (version 6). We are locking the post as the challenge is solved.