De lijst van de gegevens van alle notitiestatussen.
http[s]://<url>:<poort>/odapi/rest/TMethods/noteStatuses/[key]
Geen
Geen
{
"data": {
"noteStatuses": [
{
"noteStatus": {
"id": 1,
"description": "In behandeling"
}
},
{
"noteStatus": {
"id": 2,
"description": "Terugbellen"
}
},
{
"noteStatus": {
"id": 7,
"description": "Vraag beantwoord"
}
},
{
"noteStatus": {
"id": 8,
"description": "Probleem opgelost"
}
},
{
"noteStatus": {
"id": 9,
"description": "Relatie belt zelf terug"
}
}
]
}
}