I was told to post here to hopefully get an answer from support. Hubspot gives me the infamous “Response deserialization error” without actually telling me why.
Hopefully someone can tell me why?
Here is a redacted json blob:
{ "results": [ { "id": "3563b48d-582b-4cc7-b82d-287f93829b35", "title": "Some title", "authorId": 222, "authorName": "bobby mcbob", "accountId": 1111, "accountName": "Foo Bob", "noteType": "admin", "noteContentType": "text\/plain", "note": "malesuada dapibus nec viverra", "created": "2017-07-07T19:15:27+00:00", "tags": [], "accountAccessible": false, "appId": null, "appName": null, "starred": false, "updated": "2017-07-07T19:15:27+00:00", "updateAuthorId": null, "updateAuthorName": null, "associations": null, "isPartial": false }, { "id": "3563b48d-582b-4cc7-b82d-287f93829b35", "title": "Some title", "authorId": 222, "authorName": "bobby mcbob", "accountId": 1111, "accountName": "Foo Bob", "noteType": "admin", "noteContentType": "text\/plain", "note": "malesuada dapibus nec viverra", "created": "2017-07-07T19:15:27+00:00", "tags": [], "accountAccessible": false, "appId": null, "appName": null, "starred": false, "updated": "2017-07-07T19:15:27+00:00", "updateAuthorId": null, "updateAuthorName": null, "associations": null, "isPartial": false } ]}
my properties
