File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Retrieving cases using a BSN (Dutch Social Security Number) can be done in two w
1414The current, widely-used method for fetching cases by BSN is a ` GET ` request where the BSN is passed as a URL parameter:
1515
1616``` plain
17- https://zaken.oneground.local/api/v1/zaken?rol__betrokkeneIdentificatie__natuurlijkPersoon__inpBsn=123443210
17+ https://zaken.oneground.local/api/v1/zaken?rol__betrokkeneIdentificatie__natuurlijkPersoon__inpBsn=999999990
1818```
1919
2020** This is a security and privacy risk.**
@@ -41,7 +41,7 @@ Host: zaken.oneground.local
4141Content-Type: application/json
4242
4343{
44- "rol__betrokkeneIdentificatie__natuurlijkPersoon__inpBsn" : " 123443210 " ,
44+ "rol__betrokkeneIdentificatie__natuurlijkPersoon__inpBsn" : " 999999990 " ,
4545 "expand" : " rollen"
4646}
4747```
You can’t perform that action at this time.
0 commit comments