Hello, I’m not sure if I’m doing anything wrong, but I’m stuck getting my external API up and running. I’m using a Global API, and I’m successfully returning data to my API Tester (see below), but I’m unable to return any of the fields for some reason. For instance, I create a looper consumer, and enter {{dc:looper:field key="total"}}
, but no data returns.
The only thing I can figure is that the JSON that is returned doesn’t include the array square brackets []
at the beginning and the end, and therefore is not readable by the loopers? Am I right or wrong on that?