You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
851 B
YAML
26 lines
851 B
YAML
get:
|
|
tags:
|
|
- Population statistics
|
|
operationId: groupByItems
|
|
summary: Group-by items
|
|
parameters:
|
|
- name: agb
|
|
in: query
|
|
schema:
|
|
$ref: ../schemas/agb.yaml
|
|
responses:
|
|
200:
|
|
description: |-
|
|
Returns a list of all available group-by items for the _common statistics_ end point, but only if the items are available for the customer with `agb`. The output of this end point should be the same as the documentation below.
|
|
content:
|
|
application/json:
|
|
schema:
|
|
type: array
|
|
items:
|
|
$ref: ../schemas/StatisticsGroupBy-enum.yaml
|
|
400:
|
|
$ref: '../zoo-api.yaml#/components/responses/ReqFailure'
|
|
401:
|
|
$ref: '../zoo-api.yaml#/components/responses/JwtFailure'
|
|
404:
|
|
$ref: '../zoo-api.yaml#/components/responses/PatNotFound' |