I am able to successfully create a Note, but cannot retrieve that Note afterwards.
When I create the Note it does create the note and returns a successful response:
{"changeType"=>"INSERT", "changedEntityType"=>"Note", "data"=>{"comments"=>"Testing", "personReference"=>{"id"=>118}}, "changedEntityId"=>6708730}
However I cannot retrieve that particular note via the API. I can get any other Note by ID, just not the ones I created. Is it because I need to fill in more data when creating the Note? (I know the Note is created because I can see it in our SQL database that's synced to BH, just can't access it through the API.)
Cannot get successfully created Note
Moderators: StaffingSupport, s.emmons, BullhornSupport