Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/cases/use-of-bsn.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Retrieving cases using a BSN (Dutch Social Security Number) can be done in two w
The current, widely-used method for fetching cases by BSN is a `GET` request where the BSN is passed as a URL parameter:

```plain
https://zaken.preprod-rx-services.nl/api/v1/zaken?rol__betrokkeneIdentificatie__natuurlijkPersoon__inpBsn=123443210
https://zaken.oneground.local/api/v1/zaken?rol__betrokkeneIdentificatie__natuurlijkPersoon__inpBsn=123443210
```

**This is a security and privacy risk.**
Expand All @@ -37,7 +37,7 @@ Here is an example of how to use the `/_zoek` endpoint. Many other attributes ar

```json
POST /api/v1/zaken/_zoek
Host: zaken.preprod-rx-services.nl
Host: zaken.oneground.local
Content-Type: application/json

{
Expand Down
10 changes: 5 additions & 5 deletions static/files/examplepm.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"method": "GET",
"header": [],
"url": {
"raw": "https://documenten.preprod-rx-services.nl/api/v1/enkelvoudiginformatieobjecten/a1e69580-3a10-4ff3-93da-251dae96b5ce",
"raw": "https://documenten.oneground.local/api/v1/enkelvoudiginformatieobjecten/a1e69580-3a10-4ff3-93da-251dae96b5ce",
"protocol": "https",
"host": ["documenten", "preprod-rx-services", "nl"],
"path": ["api", "v1", "enkelvoudiginformatieobjecten", "a1e69580-3a10-4ff3-93da-251dae96b5ce"]
Expand Down Expand Up @@ -51,15 +51,15 @@
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"identificatie\": \"\",\r\n \"bronorganisatie\": \"361249160\",\r\n \"creatiedatum\": \"2024-08-27\",\r\n \"titel\": \"test johannes\",\r\n \"vertrouwelijkheidaanduiding\": \"openbaar\",\r\n \"auteur\": \"Roxit\",\r\n \"status\": \"\",\r\n \"formaat\": \"application/pdf\",\r\n \"taal\": \"nld\",\r\n \"bestandsnaam\": \"iets.pdf\",\r\n \"inhoud\":null,\r\n \"bestandsomvang\": 29607,\r\n \"link\": \"\",\r\n \"beschrijving\": \"\",\r\n \"ontvangstdatum\": null,\r\n \"verzenddatum\": null,\r\n \"indicatieGebruiksrecht\": false,\r\n \"ondertekening\": null,\r\n \"integriteit\": null,\r\n \"informatieobjecttype\": \"https://catalogi.preprod-rx-services.nl/api/v1/informatieobjecttypen/ba39dada-a497-4066-92d0-8aac46ce3d64\"\r\n}",
"raw": "{\r\n \"identificatie\": \"\",\r\n \"bronorganisatie\": \"361249160\",\r\n \"creatiedatum\": \"2024-08-27\",\r\n \"titel\": \"test johannes\",\r\n \"vertrouwelijkheidaanduiding\": \"openbaar\",\r\n \"auteur\": \"Roxit\",\r\n \"status\": \"\",\r\n \"formaat\": \"application/pdf\",\r\n \"taal\": \"nld\",\r\n \"bestandsnaam\": \"iets.pdf\",\r\n \"inhoud\":null,\r\n \"bestandsomvang\": 29607,\r\n \"link\": \"\",\r\n \"beschrijving\": \"\",\r\n \"ontvangstdatum\": null,\r\n \"verzenddatum\": null,\r\n \"indicatieGebruiksrecht\": false,\r\n \"ondertekening\": null,\r\n \"integriteit\": null,\r\n \"informatieobjecttype\": \"https://catalogi.oneground.local/api/v1/informatieobjecttypen/ba39dada-a497-4066-92d0-8aac46ce3d64\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://documenten.preprod-rx-services.nl/api/v1/enkelvoudiginformatieobjecten",
"raw": "https://documenten.oneground.local/api/v1/enkelvoudiginformatieobjecten",
"protocol": "https",
"host": ["documenten", "preprod-rx-services", "nl"],
"path": ["api", "v1", "enkelvoudiginformatieobjecten"]
Expand Down Expand Up @@ -175,15 +175,15 @@
],
"body": {
"mode": "raw",
"raw": "{\r\n \"informatieobject\": \"{{document_url}}\",\r\n \"zaak\": \"https://zaken.preprod-rx-services.nl/api/v1/zaken/7a89ea95-a167-415f-80d8-6b9bb0c61da7\",\r\n \"titel\": \"\",\r\n \"beschrijving\": \"\"\r\n}",
"raw": "{\r\n \"informatieobject\": \"{{document_url}}\",\r\n \"zaak\": \"https://zaken.oneground.local/api/v1/zaken/7a89ea95-a167-415f-80d8-6b9bb0c61da7\",\r\n \"titel\": \"\",\r\n \"beschrijving\": \"\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://zaken.preprod-rx-services.nl/api/v1/zaakinformatieobjecten",
"raw": "https://zaken.oneground.local/api/v1/zaakinformatieobjecten",
"protocol": "https",
"host": ["zaken", "preprod-rx-services", "nl"],
"path": ["api", "v1", "zaakinformatieobjecten"]
Expand Down
Loading