Skip to content

Commit b61aeb0

Browse files
committed
countExact toegevoegd conform PR #2484 en issue #2284 aan zaken endpoint
1 parent b507e71 commit b61aeb0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

api-specificatie/zrc/1.5.x/1.5.2/openapi.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -6526,6 +6526,15 @@ paths:
65266526
description: Deze lijst kan gefilterd wordt met query-string parameters.
65276527
summary: Alle ZAAKen opvragen.
65286528
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
65296538
- name: identificatie
65306539
required: false
65316540
in: query
@@ -11987,7 +11996,13 @@ components:
1198711996
properties:
1198811997
count:
1198911998
type: integer
11999+
deprecated: true
1199012000
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
1199112006
next:
1199212007
type: string
1199312008
nullable: true

0 commit comments

Comments
 (0)