Case
Get a case based on a case id
get/case/{caseID}
Path parameters
caseIDstring uuid required
Identifier of a case
Identifier of a case
Response
Case response
Example response
{
"data": {
"bsn": "111222333"
}
}Get a case based on a case id
Identifier of a case
Identifier of a case
Case response
{
"data": {
"bsn": "111222333"
}
}