GET /api/v1/vacancy/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1719,
            "vacancy_category": 2,
            "title": "Yurist",
            "experience_from": 4,
            "experience_to": 6,
            "salary_from": "",
            "salary_to": "20 000 000",
            "is_agreed_upon": false,
            "tags": [
                {
                    "id": 1,
                    "title": "To'liq stavka",
                    "color": "#FFFF90"
                }
            ],
            "icon": null
        },
        {
            "id": 1857,
            "vacancy_category": 2,
            "title": "IT mutaxassis",
            "experience_from": 1,
            "experience_to": 3,
            "salary_from": "5 000 000",
            "salary_to": "7 000 000",
            "is_agreed_upon": false,
            "tags": [
                {
                    "id": 1,
                    "title": "To'liq stavka",
                    "color": "#FFFF90"
                }
            ],
            "icon": null
        },
        {
            "id": 1858,
            "vacancy_category": 2,
            "title": "Kuchsiz tokchali tarmoqlar montajchisi",
            "experience_from": 1,
            "experience_to": 3,
            "salary_from": "5 000 000",
            "salary_to": "7 000 000",
            "is_agreed_upon": false,
            "tags": [
                {
                    "id": 1,
                    "title": "To'liq stavka",
                    "color": "#FFFF90"
                }
            ],
            "icon": null
        },
        {
            "id": 1859,
            "vacancy_category": 2,
            "title": "Xitoy tilini biladigan taʼminotchi",
            "experience_from": 3,
            "experience_to": 6,
            "salary_from": "10 000 000",
            "salary_to": "12 000 000",
            "is_agreed_upon": true,
            "tags": [
                {
                    "id": 1,
                    "title": "To'liq stavka",
                    "color": "#FFFF90"
                }
            ],
            "icon": null
        },
        {
            "id": 1860,
            "vacancy_category": 3,
            "title": "Savdo menejeri",
            "experience_from": 0,
            "experience_to": 3,
            "salary_from": "5 000 000",
            "salary_to": "7 000 000",
            "is_agreed_upon": true,
            "tags": [
                {
                    "id": 1,
                    "title": "To'liq stavka",
                    "color": "#FFFF90"
                }
            ],
            "icon": null
        }
    ]
}