---
title: "Een specifiek ZAAKBESLUIT opvragen"
method: GET
path: "/zaken/{zaak_uuid}/besluiten/{uuid}"
tags: ["zaken"]
---

# Een specifiek ZAAKBESLUIT opvragen

`GET /zaken/{zaak_uuid}/besluiten/{uuid}`

Een specifiek ZAAKBESLUIT opvragen.

## Path parameters

- `uuid` string, uuid, required — Unieke resource identifier (UUID4)
- `zaak_uuid` string, uuid, required

## Query parameters

- `expand` string

## Response `200`

OK

- ZaakBesluitExpanded — A type of `ModelSerializer` that uses hyperlinked relationships with compound keys instead of primary key relationships. Specifically: * A 'url' field is included instead of the 'id' field. * Relationships to other instances are hyperlinks, instead of primary keys. NOTE: this only works with DRF 3.1.0 and above.
  - `url` string, uri, required
  - `uuid` string, uuid, required — Unieke resource identifier (UUID4)
  - `besluit` string, uri, required — URL-referentie naar het BESLUIT (in de Besluiten API), waar ook de relatieinformatie opgevraagd kan worden.
  - `_expand` ZaakBesluitEmbedded
    - `besluit` union
      - Besluit — unresolved $ref
      - object — Geneste expansie zoals gedefinieerd in de BRC 1.1.0.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `406` — Not acceptable
- `409` — Conflict
- `410` — Gone
- `415` — Unsupported media type
- `429` — Too many requests
- `500` — Internal server error

---

[API](https://skmtc.net/vng-realisatie/apis/zaken-api.md) · [All operations](https://skmtc.net/vng-realisatie/apis/zaken-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vng-realisatie/zaken-api/revisions/e4bb3b85eb48/schema)
