File tree 1 file changed +15
-0
lines changed
api-specificatie/zrc/1.5.x/1.5.2
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -6526,6 +6526,15 @@ paths:
6526
6526
description: Deze lijst kan gefilterd wordt met query-string parameters.
6527
6527
summary: Alle ZAAKen opvragen.
6528
6528
parameters:
6529
+ - name: countExact
6530
+ required: false
6531
+ in: query
6532
+ description: Geeft aan of de `count` van de resultaten exact moet zijn, of dat deze wegens performance doeleinden niet exact hoeft te worden berekend.
6533
+ schema:
6534
+ type: boolean
6535
+ default: true
6536
+ example: false
6537
+ deprecated: true
6529
6538
- name: identificatie
6530
6539
required: false
6531
6540
in: query
@@ -11987,7 +11996,13 @@ components:
11987
11996
properties:
11988
11997
count:
11989
11998
type: integer
11999
+ deprecated: true
11990
12000
example: 123
12001
+ countExact:
12002
+ description: Geeft aan of de `count` exact is, of dat deze wegens performance doeleinden niet exact berekend is.
12003
+ type: boolean
12004
+ deprecated: true
12005
+ example: false
11991
12006
next:
11992
12007
type: string
11993
12008
nullable: true
You can’t perform that action at this time.
0 commit comments