From 95f49b19ff9de1c5b2f7d78c4353292e9f5ab441 Mon Sep 17 00:00:00 2001 From: Patrick Schaefer Date: Tue, 22 Apr 2025 13:23:04 -0400 Subject: [PATCH 1/2] Update README.md Added note to counts explaining how to resolve errors --- docs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/README.md b/docs/README.md index be54bd0..5c75199 100644 --- a/docs/README.md +++ b/docs/README.md @@ -98,6 +98,7 @@ OData accepts certain query parameters. The ones supported by this API are: - Return only the count for the request. When the value is large enough it becomes an estimate (~0.0005% accurate) - Example: `$count=true` - Default: `false` + - *Note: Unlike raw data retrieval, `$count=true` is not paginated and will not automatically iterate over locations. This can result in 408 or 413 error codes for large queries. Lowering `$top` will not resolve these errors. Instead, add narrower filters (e.g., LocationId, CharacteristicName, ActivityStartYear)* - **$top**