HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Control: max-age=86400
Content-Type: application/json
Expires: Sun, 02 Nov 2025 03:35:04 GMT
Vary: Accept
[
{
"id": 1,
"background": "#bae1ff",
"disabled": false,
"name": "Call scheduled",
"order": 1,
"value": "call_scheduled"
},
{
"id": 2,
"background": "#adcae6",
"disabled": false,
"name": "Call done",
"order": 2,
"value": "call_done"
},
{
"id": 3,
"background": "#FBCEB1",
"disabled": false,
"name": "No show on call",
"order": 3,
"value": "no_show_on_call"
},
{
"id": 4,
"background": "#ffb3ba",
"disabled": false,
"name": "Cancelled the call",
"order": 4,
"value": "cancelled_the_call"
},
{
"id": 5,
"background": "#CBC3E3",
"disabled": false,
"name": "FUP email sent",
"order": 5,
"value": "fup_email_sent"
},
{
"id": 6,
"background": "#ffdb99",
"disabled": false,
"name": "Rescheduling call",
"order": 6,
"value": "rescheduling_call"
},
{
"id": 7,
"background": "#ffb3ba",
"disabled": false,
"name": "No response",
"order": 7,
"value": "no_response"
},
{
"id": 8,
"background": "#c0c5ce",
"disabled": false,
"name": "Not interested",
"order": 8,
"value": "not_interested"
},
{
"id": 9,
"background": "#f9e076",
"disabled": false,
"name": "App incomplete FU",
"order": 9,
"value": "app_incomplete_fu"
}
]