Skip to content

Commit 9d54e13

Browse files
Update gebruik-van-subscriptions-in-autorisaties.md
1 parent 2c0cfa4 commit 9d54e13

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

docs/gebruik-van-subscriptions-in-autorisaties.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A subscription (abonnement) is a registration that allows an application to be a
1212
## Recommendations
1313

1414
- Only create subscriptions for objects or events that are relevant to your application;
15-
- Restrict the number of notitifcations by using filter values in your subscriptions;
15+
- Restrict the number of notifications by using filter values in your subscriptions;
1616
- Regularly check whether the subscriptions are still needed and remove unnecessary subscriptions;
1717
- Keep the authorization structure in mind: subscriptions do not grant access to objects for which you do not have rights.
1818

@@ -26,7 +26,7 @@ A subscription (abonnement) is a registration that allows an application to be a
2626

2727
## Possible Values for Filters
2828

29-
Filters allows your application to limit the notifications it receives to only those changes that match specific criteria. Each channel supports its own set of filter fields. When evaluating filter values, they are combined using AND logic, meaning that only changes matching _all_ specified filters will trigger a notification. Below you will find the possible filter fields for each channel. The vule of a filter field always is a single string. If you need to subscribe to multiple values you can either create multiple subscriptions or an array of channels within a subscription.
29+
Filters allow your application to limit the notifications it receives to only those changes that match specific criteria. Each channel supports its own set of filter fields. When evaluating filter values, they are combined using AND logic, meaning that only changes matching _all_ specified filters will trigger a notification. Below you will find the possible filter fields for each channel. The value of a filter field always is a single string. If you need to subscribe to multiple values you can either create multiple subscriptions or an array of channels within a subscription.
3030

3131
### Filters for the Zaken channel
3232

@@ -41,7 +41,7 @@ Filters allows your application to limit the notifications it receives to only t
4141
| `archiefstatus` | The archival status of the case in field archiefstatus | nog_te_archiveren, gearchiveerd, gearchiveerd_procestermijn_onbekend, overgedragen |
4242
| `archiefnominatie` | The archival nomination of the case in field archiefnominatie. | blijvend_bewaren, vernietigen |
4343
| `opdrachtgevende_organisatie` | The rsin of the organization that commissioned the case in field opdrachtgevendeOrganisatie | 123443210 |
44-
| `catalogus` | The URL of the catalog to which the case type belongs. | https://ztc.zgw.nl/api/v1/catalogi/fe0ff0r5-fdd1-5011-1177-d15ac1d1f1ed456 |
44+
| `catalogus` | The URL of the catalog to which the case type belongs. | https://ztc.zgw.nl/api/v1/catalogussen/fe0ff0r5-fdd1-5011-1177-d15ac1d1f1ed456 |
4545
| `domein` | The domain of the catalog in field domein of catalogus | VTH |
4646
| `is_eindzaakstatus` | Indicates whether the case is in its final status in field isEindstatus of statustype. | True, False |
4747

@@ -52,9 +52,9 @@ Filters allows your application to limit the notifications it receives to only t
5252
| `#resource` | the resources as listed in the ZGW Open Api Specification, and presented in the resource field in the notification message itself | besluit, besluitinformatieobject |
5353
| `#action` | The actions as listed in the ZGW Open Api Specification, and presented in the resource field in the notification message itself | create, update, destroy |
5454
| `besluittype` | URL of the decision type version in the field besluittype | https://ztc.zgw.nl/api/v1/besluittypen/ce571dae-f0c1-a1e5-115a-f1acc1d171e5 |
55-
| `verantwoordelijke_organisatie` | Rsin ofthe organisation responsible for the decision in field verantwoordelijkeOrganisatie | 010110100 |
55+
| `verantwoordelijke_organisatie` | Rsin of the organisation responsible for the decision in field verantwoordelijkeOrganisatie | 010110100 |
5656
| `besluittype_omschrijving` | The decision type in field omschrijving of besluittype | Beschikken op aanvraag |
57-
| `catalogus` | The URL of the catalog in field catalogus of besluittype | https://ztc.zgw.nl/api/v1/catalogi/fe0ff0r5-fdd1-5011-1177-d15ac1d1f1ed |
57+
| `catalogus` | The URL of the catalog in field catalogus of besluittype | https://ztc.zgw.nl/api/v1/catalogussen/fe0ff0r5-fdd1-5011-1177-d15ac1d1f1ed |
5858
| `domein` | The domain of the catalog in field domein of catalogus | VTH |
5959

6060
### Filters for the Documenten channel
@@ -67,28 +67,28 @@ Filters allows your application to limit the notifications it receives to only t
6767
| `informatieobjecttype` | URL of the information object type version in field informatieobjecttype | https://ztc.zgw.nl/api/v1/informatieobjecttypen/cadd1ce5-5a1a-7070-dabb-c1a551f1ab1e |
6868
| `vertrouwelijkheidaanduiding` | Confidentiality indication in field vertrouwelijkheidaanduiding | openbaar, beperkt_openbaar, intern, zaakvertrouwelijk, vertrouwelijk, confidentieel, geheim, zeer_geheim |
6969
| `informatieobjecttype_omschrijving` | Document type in field omschrijving of informatieobjecttype | Bijlage bij verzoek |
70-
| `catalogus` | The URL of the catalog in field catalogus of informatieobjecttype | https://ztc.zgw.nl/api/v1/catalogi/fe0ff0r5-fdd1-5011-1177-d15ac1d1f1ed |
70+
| `catalogus` | The URL of the catalog in field catalogus of informatieobjecttype | https://ztc.zgw.nl/api/v1/catalogussen/fe0ff0r5-fdd1-5011-1177-d15ac1d1f1ed |
7171
| `domein` | The domain of the catalog in field domein of catalogus | VTH |
7272
| `status` | Status of the document in field status | in_bewerking, ter_vaststelling, definitief, gearchiveerd |
7373
| `inhoud_is_vervallen` | Whether the content has expired in field inhoudIsVervallen | True, False |
7474

7575
### Filters for the Zaaktypen channel
7676

77-
| Filter Key | Description | Allowed/Example Values |
78-
| ----------- | --------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------- |
79-
| `#resource` | the resources as listed in the ZGW Open Api Specification, and presented in the resource field in the notification message itself | zaaktype |
80-
| `#action` | The actions as listed in the ZGW Open Api Specification, and presented in the resource field in the notification message itself | create, update, destroy |
81-
| `catalogus` | The URL of the catalog in field catalogus | https://ztc.zgw.nl/api/v1/catalogi/fe0ff0r5-fdd1-5011-1177-d15ac1d1f1ed |
82-
| `domein` | The domain of the catalog in field domein of catalogus | VTH |
77+
| Filter Key | Description | Allowed/Example Values |
78+
| ----------- | --------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
79+
| `#resource` | the resources as listed in the ZGW Open Api Specification, and presented in the resource field in the notification message itself | zaaktype |
80+
| `#action` | The actions as listed in the ZGW Open Api Specification, and presented in the resource field in the notification message itself | create, update, destroy |
81+
| `catalogus` | The URL of the catalog in field catalogus | https://ztc.zgw.nl/api/v1/catalogussen/fe0ff0r5-fdd1-5011-1177-d15ac1d1f1ed |
82+
| `domein` | The domain of the catalog in field domein of catalogus | VTH |
8383

8484
### Filters for the Informatieobjecttypen channel
8585

86-
| Filter Key | Description | Allowed/Example Values |
87-
| ----------- | --------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------- |
88-
| `#resource` | the resources as listed in the ZGW Open Api Specification, and presented in the resource field in the notification message itself | informatieobjecttype |
89-
| `#action` | The actions as listed in the ZGW Open Api Specification, and presented in the resource field in the notification message itself | create, update, destroy |
90-
| `catalogus` | The URL of the catalog in field catalogus | https://ztc.zgw.nl/api/v1/catalogi/fe0ff0r5-fdd1-5011-1177-d15ac1d1f1ed |
91-
| `domein` | The domain of the catalog in field domein of catalogus | VTH |
86+
| Filter Key | Description | Allowed/Example Values |
87+
| ----------- | --------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
88+
| `#resource` | the resources as listed in the ZGW Open Api Specification, and presented in the resource field in the notification message itself | informatieobjecttype |
89+
| `#action` | The actions as listed in the ZGW Open Api Specification, and presented in the resource field in the notification message itself | create, update, destroy |
90+
| `catalogus` | The URL of the catalog in field catalogus | https://ztc.zgw.nl/api/v1/catalogussen/fe0ff0r5-fdd1-5011-1177-d15ac1d1f1ed |
91+
| `domein` | The domain of the catalog in field domein of catalogus | VTH |
9292

9393
### Filters for the Besluittypen channel
9494

0 commit comments

Comments
 (0)