Skip to content

Commit

Permalink
countExact toegevoegd conform PR #2484 en issue #2284 aan zaken endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriKorver committed Nov 26, 2024
1 parent b507e71 commit b61aeb0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions api-specificatie/zrc/1.5.x/1.5.2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6526,6 +6526,15 @@ paths:
description: Deze lijst kan gefilterd wordt met query-string parameters.
summary: Alle ZAAKen opvragen.
parameters:
- name: countExact
required: false
in: query
description: Geeft aan of de `count` van de resultaten exact moet zijn, of dat deze wegens performance doeleinden niet exact hoeft te worden berekend.
schema:
type: boolean
default: true
example: false
deprecated: true
- name: identificatie
required: false
in: query
Expand Down Expand Up @@ -11987,7 +11996,13 @@ components:
properties:
count:
type: integer
deprecated: true
example: 123
countExact:
description: Geeft aan of de `count` exact is, of dat deze wegens performance doeleinden niet exact berekend is.
type: boolean
deprecated: true
example: false
next:
type: string
nullable: true
Expand Down

0 comments on commit b61aeb0

Please sign in to comment.