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

[
    {
        "id": 1,
        "value": "lgbt",
        "name": "LGBTQ+"
    },
    {
        "id": 3,
        "value": "burnout",
        "name": "Experienced burnout"
    },
    {
        "id": 4,
        "value": "expat",
        "name": "Expat"
    },
    {
        "id": 5,
        "value": "mom",
        "name": "Single mom"
    },
    {
        "id": 6,
        "value": "parenthood",
        "name": "Balancing career and parenthood"
    },
    {
        "id": 7,
        "value": "introvert",
        "name": "Introverted personality"
    },
    {
        "id": 8,
        "value": "extrovert",
        "name": "Extroverted personality"
    },
    {
        "id": 9,
        "value": "adhd",
        "name": "ADHD"
    },
    {
        "id": 2,
        "value": "color",
        "name": "Person of color"
    }
]