Tue, 12/15/2015 - 11:57
#1
How to return "total count" in the response?
I'm building an app using this API. I need to display the total number of hits matching the query in my app. I don't see where I might find this data in the results section. Can you help me out please?
Tue, 12/15/2015 - 14:32
If the response is held in a
If the response is held in a variable named data then you can find data.searchResults.length or data.resultsCount.