You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking again at the reference implementation after a break of a couple years, thanks for all your work. I had a couple issues with count responses:
using GET, there appears to be no way to change the requestedGranularity parameter, api/individuals?requested_granularity=count and similar calls (camelCase, and with and without quotes around "count") all return 404.
using POST, the numTotalResults value in the response summary is typically incorrect for a count response if the request happens to include pagination values. I offer up a fix here.
The text was updated successfully, but these errors were encountered:
Hi @gsfk,
it's a pleasure to have you here again. Thanks for your feedback.
For the first question, I'm afraid that requested_granularity is not in the specs as a get request parameter:
Looking again at the reference implementation after a break of a couple years, thanks for all your work. I had a couple issues with count responses:
api/individuals?requested_granularity=count
and similar calls (camelCase, and with and without quotes around "count") all return 404.numTotalResults
value in the response summary is typically incorrect for a count response if the request happens to include pagination values. I offer up a fix here.The text was updated successfully, but these errors were encountered: