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
claimListBasedOnBSNwas addedapi-operation-id-added
- ○
- ▲
the response property
data/items/caseIdbecame nullable for the status200response-property-became-nullable
- ○
api operation id
claimListBasedOnBSNremoved and replaced withapi-operation-id-removed
This revision also has 27 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲