Claim

Get all claims

get/claims/{bsn}

Path parameters

bsnstring required

Burgerservicenummer of a Dutch citizen

Example:111222333

Burgerservicenummer of a Dutch citizen

Query parameters

approvedboolean
Example:true

If added to URI only approved claims will be returned.

includeRejectedboolean

If added to URI rejected claims will be added to the return

Response

Claim list response

Example response

{
  "data": [
    {
      "bsn": "111222333"
    }
  ]
}

Changes

Changed in 2 of the 15 revisions of this API.12

    • api operation id claimListBasedOnBSN was added

      api-operation-id-added

  • 73ada8f5263511See the full diff
    • the response property data/items/caseId became nullable for the status 200

      response-property-became-nullable

    • api operation id claimListBasedOnBSN removed and replaced with

      api-operation-id-removed

    This revision also has 27 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog