update
This commit is contained in:
6
views.py
6
views.py
@@ -38,12 +38,6 @@ def parse_survey_param(raw: str) -> list[int]:
|
||||
# **************************************************************
|
||||
|
||||
class PixelAggregateView(APIView):
|
||||
"""
|
||||
GET /pixel-aggregate/?pixel=<hpid>&survey=<spec>
|
||||
- <spec> can be a single number (e.g. 5),
|
||||
a CSV list (e.g. 1,3,7) or a hyphen range (e.g. 2-5).
|
||||
Returns sums of counts & exposure across the selected surveys.
|
||||
"""
|
||||
|
||||
def get(self, request):
|
||||
# GET PARAMETERS FROM THE QUERY
|
||||
|
Reference in New Issue
Block a user