Skip to content

Commit a9d0eba

Browse files
s
s
1 parent c431058 commit a9d0eba

File tree

2 files changed

+24
-14
lines changed

2 files changed

+24
-14
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
slug: "2026.3.5"
3+
title: "2026.3.5: Bug fixes"
4+
---
5+
6+
| Component | Summary (english) | Relevance for consumers (English) | Relevance for end users (Dutch) | Relevance for system administration (Dutch) |
7+
| --------- | ---------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------- | ------------------------------------------- |
8+
| ZRC | Allow object as value for zaakobject. objectIdentificatie. overigeData | The `objectIdentificatie. overigeData` field for a `zaakobject` with `objectType` "overige" now accepts any valid JSON object as a value, not just a string. This aligns with the ZGW specification. Existing string values remain valid and supported. | | |
9+
| NRC | subscription zaken with criterium DRN | It is now possible to filter NRC subscriptions for the `zaken` channel based on the `bron` of a `kenmerk`. A new filter `kenmerk_bron` has been added. If this filter is provided in the subscription, notifications will only be sent for `zaken` that contain a `kenmerk` with a matching `bron`. This is useful for scenarios like filtering for a DSO verzoeknummer. | | |

docs/notifications/nrc-subscriptions-use.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,21 @@ Filters allow your application to limit the notifications it receives to only th
3737

3838
### Filters for the Zaken channel
3939

40-
| Filter Key | Description | Allowed/Example Values |
41-
| ----------------------------- | --------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
42-
| `#resource` | The resources as listed in the ZGW Open Api Specification, and presented in the resource field in the notification message itself | zaak, status, zaakobject, zaakinformatieobject, zaakeigenschap, rol, resultaat, zaakbesluit |
43-
| `#actie` | The actions as listed in the ZGW Open Api Specification, and presented in the resource field in the notification message itself | create, update, destroy |
44-
| `bronorganisatie` | The rsin of the organization that initiated or owns the case in the field bronorganisatie | 000001375 |
45-
| `zaaktype` | URL's of the casetype versions of the case in the field zaaktype | https://ztc.zgw.nl/api/v1/zaaktypen/b1fac1a1-7117-1e50-1d01-d155a715f1ed |
46-
| `vertrouwelijkheidaanduiding` | The confidentiality indication of the case in field vertrouwelijkheidaanduiding | openbaar, beperkt_openbaar, intern, zaakvertrouwelijk, vertrouwelijk, confidentieel, geheim, zeer_geheim |
47-
| `zaaktype_identificatie` | The case type in the field 'identificatie' of zaaktype | RX-ADVIES |
48-
| `archiefstatus` | The archival status of the case in field archiefstatus | nog_te_archiveren, gearchiveerd, gearchiveerd_procestermijn_onbekend, overgedragen |
49-
| `archiefnominatie` | The archival nomination of the case in field archiefnominatie. | blijvend_bewaren, vernietigen |
50-
| `opdrachtgevende_organisatie` | The rsin of the organization that commissioned the case in field opdrachtgevendeOrganisatie | 123443210 |
51-
| `catalogus` | The URL of the catalog to which the case type belongs. | https://ztc.zgw.nl/api/v1/catalogussen/fe0ff0r5-fdd1-5011-1177-d15ac1d1f1ed456 |
52-
| `domein` | The domain of the catalog in field domein of catalogus | VTH |
53-
| `is_eindzaakstatus` | Indicates whether the case is in its final status in field isEindstatus of statustype. | True, False |
40+
| Filter Key | Description | Allowed/Example Values |
41+
| ----------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
42+
| `#resource` | The resources as listed in the ZGW Open Api Specification, and presented in the resource field in the notification message itself | zaak, status, zaakobject, zaakinformatieobject, zaakeigenschap, rol, resultaat, zaakbesluit |
43+
| `#actie` | The actions as listed in the ZGW Open Api Specification, and presented in the resource field in the notification message itself | create, update, destroy |
44+
| `bronorganisatie` | The rsin of the organization that initiated or owns the case in the field bronorganisatie | 000001375 |
45+
| `zaaktype` | URL's of the casetype versions of the case in the field zaaktype | https://ztc.zgw.nl/api/v1/zaaktypen/b1fac1a1-7117-1e50-1d01-d155a715f1ed |
46+
| `vertrouwelijkheidaanduiding` | The confidentiality indication of the case in field vertrouwelijkheidaanduiding | openbaar, beperkt_openbaar, intern, zaakvertrouwelijk, vertrouwelijk, confidentieel, geheim, zeer_geheim |
47+
| `zaaktype_identificatie` | The case type in the field 'identificatie' of zaaktype | RX-ADVIES |
48+
| `archiefstatus` | The archival status of the case in field archiefstatus | nog_te_archiveren, gearchiveerd, gearchiveerd_procestermijn_onbekend, overgedragen |
49+
| `archiefnominatie` | The archival nomination of the case in field archiefnominatie. | blijvend_bewaren, vernietigen |
50+
| `opdrachtgevende_organisatie` | The rsin of the organization that commissioned the case in field opdrachtgevendeOrganisatie | 123443210 |
51+
| `catalogus` | The URL of the catalog to which the case type belongs. | https://ztc.zgw.nl/api/v1/catalogussen/fe0ff0r5-fdd1-5011-1177-d15ac1d1f1ed456 |
52+
| `domein` | The domain of the catalog in field domein of catalogus | VTH |
53+
| `is_eindzaakstatus` | Indicates whether the case is in its final status in field isEindstatus of statustype. | True, False |
54+
| `kenmerk_bron` | This filter matches the `kenmerk.bron` field. It allows filtering for cases with a specific source, such as 'DSO'. | DSO |
5455

5556
### Filters for the Besluiten channel
5657

0 commit comments

Comments
 (0)