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
The v2 REST API no longer officially supports the /count path. Although empirical evidence would suggest it still exists for /incidents/count, there is no documentation supporting this, and plenty of support conversations suggesting otherwise. This is especially true for sub-container elements such as Incident.log_entries
To be v2 compliant, all count() calls should be changed to use the documented total=true parameter on a single paginated request. The use of limit=1should theoretically allow for the smallest possible request, though some testing on older incidents seems to suggest that this must be limit=2 or higher to avoid HTTP errors.
The text was updated successfully, but these errors were encountered:
For tracking purposes.
The v2 REST API no longer officially supports the
/count
path. Although empirical evidence would suggest it still exists for/incidents/count
, there is no documentation supporting this, and plenty of support conversations suggesting otherwise. This is especially true for sub-container elements such asIncident.log_entries
To be v2 compliant, all
count()
calls should be changed to use the documentedtotal=true
parameter on a single paginated request. The use oflimit=1
should theoretically allow for the smallest possible request, though some testing on older incidents seems to suggest that this must belimit=2
or higher to avoid HTTP errors.The text was updated successfully, but these errors were encountered: