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

{
    "count": 9,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1,
            "url": "http://neavouli.cynaxis.org/api/v0.9/complex_fields/1/?format=api",
            "name": "twitter_username",
            "label": "Twitter username (e.g. democlub)",
            "popolo_array": "contact_details",
            "field_type": "text",
            "info_type_key": "contact_type",
            "info_type": "twitter",
            "old_info_type": "",
            "info_value_key": "value",
            "order": 1
        },
        {
            "id": 2,
            "url": "http://neavouli.cynaxis.org/api/v0.9/complex_fields/2/?format=api",
            "name": "facebook_personal_url",
            "label": "Facebook profile URL",
            "popolo_array": "links",
            "field_type": "url",
            "info_type_key": "note",
            "info_type": "facebook personal",
            "old_info_type": "",
            "info_value_key": "url",
            "order": 2
        },
        {
            "id": 3,
            "url": "http://neavouli.cynaxis.org/api/v0.9/complex_fields/3/?format=api",
            "name": "facebook_page_url",
            "label": "Facebook page (e.g. for their campaign)",
            "popolo_array": "links",
            "field_type": "url",
            "info_type_key": "note",
            "info_type": "facebook page",
            "old_info_type": "",
            "info_value_key": "url",
            "order": 3
        },
        {
            "id": 4,
            "url": "http://neavouli.cynaxis.org/api/v0.9/complex_fields/4/?format=api",
            "name": "homepage_url",
            "label": "Homepage URL",
            "popolo_array": "links",
            "field_type": "url",
            "info_type_key": "note",
            "info_type": "homepage",
            "old_info_type": "",
            "info_value_key": "url",
            "order": 4
        },
        {
            "id": 5,
            "url": "http://neavouli.cynaxis.org/api/v0.9/complex_fields/5/?format=api",
            "name": "wikipedia_url",
            "label": "Wikipedia URL",
            "popolo_array": "links",
            "field_type": "url",
            "info_type_key": "note",
            "info_type": "wikipedia",
            "old_info_type": "",
            "info_value_key": "url",
            "order": 5
        },
        {
            "id": 6,
            "url": "http://neavouli.cynaxis.org/api/v0.9/complex_fields/6/?format=api",
            "name": "linkedin_url",
            "label": "LinkedIn URL",
            "popolo_array": "links",
            "field_type": "url",
            "info_type_key": "note",
            "info_type": "linkedin",
            "old_info_type": "",
            "info_value_key": "url",
            "order": 6
        },
        {
            "id": 7,
            "url": "http://neavouli.cynaxis.org/api/v0.9/complex_fields/7/?format=api",
            "name": "party_ppc_page_url",
            "label": "The party's candidate page for this person",
            "popolo_array": "links",
            "field_type": "url",
            "info_type_key": "note",
            "info_type": "party candidate page",
            "old_info_type": "party PPC page",
            "info_value_key": "url",
            "order": 7
        },
        {
            "id": 8,
            "url": "http://neavouli.cynaxis.org/api/v0.9/complex_fields/8/?format=api",
            "name": "candidacy_announcement_video",
            "label": "Βίντεο ανακοίνωσης υποψηφιότητας",
            "popolo_array": "links",
            "field_type": "url",
            "info_type_key": "note",
            "info_type": "Candidacy announcement video",
            "old_info_type": "",
            "info_value_key": "url",
            "order": 9
        },
        {
            "id": 9,
            "url": "http://neavouli.cynaxis.org/api/v0.9/complex_fields/9/?format=api",
            "name": "parliament_url",
            "label": "Προφίλ στην ιστοσελίδα της Βουλής",
            "popolo_array": "links",
            "field_type": "url",
            "info_type_key": "note",
            "info_type": "parliament",
            "old_info_type": "",
            "info_value_key": "url",
            "order": 8
        }
    ]
}