You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/gebruik-van-subscriptions-in-autorisaties.md
+18-18Lines changed: 18 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ A subscription (abonnement) is a registration that allows an application to be a
12
12
## Recommendations
13
13
14
14
- 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;
16
16
- Regularly check whether the subscriptions are still needed and remove unnecessary subscriptions;
17
17
- Keep the authorization structure in mind: subscriptions do not grant access to objects for which you do not have rights.
18
18
@@ -26,7 +26,7 @@ A subscription (abonnement) is a registration that allows an application to be a
26
26
27
27
## Possible Values for Filters
28
28
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.
30
30
31
31
### Filters for the Zaken channel
32
32
@@ -41,7 +41,7 @@ Filters allows your application to limit the notifications it receives to only t
41
41
|`archiefstatus`| The archival status of the case in field archiefstatus | nog_te_archiveren, gearchiveerd, gearchiveerd_procestermijn_onbekend, overgedragen |
42
42
|`archiefnominatie`| The archival nomination of the case in field archiefnominatie. | blijvend_bewaren, vernietigen |
43
43
|`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|
45
45
|`domein`| The domain of the catalog in field domein of catalogus | VTH |
46
46
|`is_eindzaakstatus`| Indicates whether the case is in its final status in field isEindstatus of statustype. | True, False |
47
47
@@ -52,9 +52,9 @@ Filters allows your application to limit the notifications it receives to only t
52
52
|`#resource`| the resources as listed in the ZGW Open Api Specification, and presented in the resource field in the notification message itself | besluit, besluitinformatieobject |
53
53
|`#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 |
54
54
|`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 |
56
56
|`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|
58
58
|`domein`| The domain of the catalog in field domein of catalogus | VTH |
59
59
60
60
### Filters for the Documenten channel
@@ -67,28 +67,28 @@ Filters allows your application to limit the notifications it receives to only t
67
67
|`informatieobjecttype`| URL of the information object type version in field informatieobjecttype |https://ztc.zgw.nl/api/v1/informatieobjecttypen/cadd1ce5-5a1a-7070-dabb-c1a551f1ab1e|
68
68
|`vertrouwelijkheidaanduiding`| Confidentiality indication in field vertrouwelijkheidaanduiding | openbaar, beperkt_openbaar, intern, zaakvertrouwelijk, vertrouwelijk, confidentieel, geheim, zeer_geheim |
69
69
|`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|
71
71
|`domein`| The domain of the catalog in field domein of catalogus | VTH |
72
72
|`status`| Status of the document in field status | in_bewerking, ter_vaststelling, definitief, gearchiveerd |
73
73
|`inhoud_is_vervallen`| Whether the content has expired in field inhoudIsVervallen | True, False |
|`#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 |
|`#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 |
|`#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 |
|`#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 |
0 commit comments