I attempt to approach development with as little issues caused by privacy rules as possible while just building functions/features, so I save them until the end. In this case, privacy rules are not the cause.

This was the issue. I assumed since the first entry was returned, that there would have been no issues with the others, but taking the response from the API call, which is invalid JSON, I had to use a lot of find and replace to get rid of all extra characters…I guess there was a space between the commas.

Thanks @dorilama @Daniel_JTech @guillaume.raballand for pointing out what I overlooked.

1 Like