GET /post-lead-statuses/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Control: max-age=86400
Content-Type: application/json
Expires: Sun, 02 Nov 2025 03:40:10 GMT
Vary: Accept

[
    {
        "id": 1,
        "background": "#faf0e3",
        "disabled": false,
        "name": "Application sent",
        "order": 1,
        "value": "application_sent"
    },
    {
        "id": 2,
        "background": "#b4f0a9",
        "disabled": false,
        "name": "Applied",
        "order": 2,
        "value": "applied"
    },
    {
        "id": 3,
        "background": "#8b8bff",
        "disabled": false,
        "name": "Needs time to decide",
        "order": 3,
        "value": "needs_time_to_decide"
    },
    {
        "id": 4,
        "background": "#cc9966",
        "disabled": false,
        "name": "Scholarship",
        "order": 4,
        "value": "scholarship"
    },
    {
        "id": 5,
        "background": "#f9e076",
        "disabled": false,
        "name": "Follow up",
        "order": 5,
        "value": "follow_up"
    },
    {
        "id": 6,
        "background": "#ffb3ba",
        "disabled": false,
        "name": "No response",
        "order": 7,
        "value": "no_response"
    },
    {
        "id": 9,
        "background": "#c0c5ce",
        "disabled": false,
        "name": "Not interested",
        "order": 8,
        "value": "not_interested"
    },
    {
        "id": 7,
        "background": "#F5F1DE",
        "disabled": false,
        "name": "Not a good fit",
        "order": 9,
        "value": "not_a_good_fit"
    },
    {
        "id": 8,
        "background": "#ffb3ba",
        "disabled": false,
        "name": "Didn't apply",
        "order": 9,
        "value": "did_not_apply"
    }
]