GET /api/v0.9/simple_fields/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 2,
            "url": "http://neavouli.cynaxis.org/api/v0.9/simple_fields/2/?format=api",
            "name": "name",
            "label": "Full name",
            "required": true,
            "info_type_key": "text",
            "order": 1
        },
        {
            "id": 4,
            "url": "http://neavouli.cynaxis.org/api/v0.9/simple_fields/4/?format=api",
            "name": "email",
            "label": "Email",
            "required": false,
            "info_type_key": "email",
            "order": 3
        },
        {
            "id": 5,
            "url": "http://neavouli.cynaxis.org/api/v0.9/simple_fields/5/?format=api",
            "name": "gender",
            "label": "Gender (e.g. “male”, “female”)",
            "required": false,
            "info_type_key": "text",
            "order": 5
        },
        {
            "id": 6,
            "url": "http://neavouli.cynaxis.org/api/v0.9/simple_fields/6/?format=api",
            "name": "birth_date",
            "label": "Date of birth (a four digit year or a full date)",
            "required": false,
            "info_type_key": "text",
            "order": 6
        },
        {
            "id": 9,
            "url": "http://neavouli.cynaxis.org/api/v0.9/simple_fields/9/?format=api",
            "name": "honorific_prefix",
            "label": "Προσφώνηση",
            "required": false,
            "info_type_key": "text",
            "order": 2
        }
    ]
}