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
- {
- "select_query": "SELECT Parent_Id, Note_Title, Note_Content FROM Notes WHERE $se_module = 'Contacts' and Parent_Id = '638530000000373001'"
- }
This query is working in v5 but it gives me below error response in v6.
- {
- "code": "INVALID_QUERY",
- "details": {
- "column_name": "ParentRecord"
- },
- "message": "column given seems to be invalid",
- "status": "error"
- }

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.