GET /personal_attributes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Control: max-age=86400
Content-Type: application/json
Expires: Thu, 02 Apr 2026 05:04:34 GMT
Vary: Accept

[
    {
        "id": 1,
        "value": "lgbt",
        "name": "LGBTQ+",
        "cz_value": "LGBTQ+"
    },
    {
        "id": 2,
        "value": "color",
        "name": "Person of color",
        "cz_value": "Etnická menšina"
    },
    {
        "id": 3,
        "value": "burnout",
        "name": "Experienced burnout",
        "cz_value": "Zkušenost s vyhořením"
    },
    {
        "id": 4,
        "value": "expat",
        "name": "Expat",
        "cz_value": "Expat"
    },
    {
        "id": 7,
        "value": "introvert",
        "name": "Introverted",
        "cz_value": "Introvert"
    },
    {
        "id": 8,
        "value": "extrovert",
        "name": "Extroverted",
        "cz_value": "Extrovert"
    },
    {
        "id": 9,
        "value": "adhd",
        "name": "Experience with ADHD",
        "cz_value": "Zkušenost s ADHD"
    },
    {
        "id": 5,
        "value": "single",
        "name": "Single parent",
        "cz_value": "Samoživitel/ka"
    },
    {
        "id": 6,
        "value": "balancing",
        "name": "Balancing career and parenthood",
        "cz_value": "Sladění kariéry a rodičovství"
    }
]