List projects.

Fields

id (integer)

Primary key.

Expansions

To activate relation expansion add the desired fields as a comma separated list to the expand query parameter like this:

?expand=<field>,<field>,<field>,...

The following relational fields can be expanded:

  • organization
  • category
  • type
  • partner_function
  • manager
  • contact
  • status
  • grant
  • research
  • event
  • study
  • language
  • program
  • funders

Filters

To filter for exact value matches:

?<fieldname>=<value>

Possible exact filters:

  • organization
  • category
  • manager
  • contact
  • status
  • grant
  • research
  • study
  • language
  • funders
  • program

For advanced filtering use lookups:

?<fieldname>__<lookup>=<value>

All fields with advanced lookups can also be used for exact value matches as described above.

Possible advanced lookups:

  • begin_planned: gt, gte, lt, lte
  • begin_effective: gt, gte, lt, lte
  • end_planned: gt, gte, lt, lte
  • end_effective: gt, gte, lt, lte
GET /v1/research/project/?format=api&offset=920&ordering=end_effective
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 2266,
    "next": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=940&ordering=end_effective",
    "previous": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=900&ordering=end_effective",
    "results": [
        {
            "id": 3418,
            "title": {
                "de": "Globale Initiative zur Gen-Umwelt-Interaktion für Diabetes / Adipositas Risiko",
                "en": "Global initiative on Gene-environment interaction on Diabetes/Obesity risk"
            },
            "short": "Interconnect",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2013-10-01T02:00:00+02:00",
            "begin_effective": "2013-10-01T02:00:00+02:00",
            "end_planned": "2017-09-30T02:00:00+02:00",
            "end_effective": "2017-09-30T02:00:00+02:00",
            "assignment": "2013-11-05T10:22:26+01:00",
            "program": 24,
            "subprogram": "HEALTH",
            "organization": 14038,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51632,
            "contact": null,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "602068",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3418-51632-10"
            ]
        },
        {
            "id": 3780,
            "title": {
                "de": "Entwicklung eines generativen Verfahrens und neuer Polymer-Compounds für personalisierte Schädel- und Gesichtsimplantate",
                "en": "Development of a generative procedure and of new polymer-compounds for personlized skull- and face implants"
            },
            "short": "iPRINT",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2014-10-01T02:00:00+02:00",
            "begin_effective": "2014-10-01T02:00:00+02:00",
            "end_planned": "2016-09-30T02:00:00+02:00",
            "end_effective": "2017-09-30T02:00:00+02:00",
            "assignment": "2014-10-06T14:32:30+02:00",
            "program": 60,
            "subprogram": null,
            "organization": 14050,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 61927,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                416
            ],
            "funder_projectcode": "846058",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3780-100991-12",
                "3780-50911-12",
                "3780-61927-10",
                "3780-63490-12",
                "3780-67749-12",
                "3780-72095-12"
            ]
        },
        {
            "id": 4328,
            "title": {
                "de": "Transkriptome-Analyse von Plazenta-Gefäßen diabetischer Schwangerschaften",
                "en": "Transcriptome analysis of gestational diabetic placental capillaries using laser capture microdissection"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2015-10-01T02:00:00+02:00",
            "begin_effective": "2015-10-01T02:00:00+02:00",
            "end_planned": "2017-09-30T02:00:00+02:00",
            "end_effective": "2017-09-30T02:00:00+02:00",
            "assignment": "2016-02-25T10:49:26+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14038,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51632,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                431
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "4328-51632-10"
            ]
        },
        {
            "id": 4093,
            "title": {
                "de": "Liquid Biopsies Datenanalyse",
                "en": "Liquid biopsies data analysis"
            },
            "short": "LIBIDA",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2015-03-01T01:00:00+01:00",
            "begin_effective": "2015-10-01T02:00:00+02:00",
            "end_planned": "2017-02-28T01:00:00+01:00",
            "end_effective": "2017-09-30T02:00:00+02:00",
            "assignment": "2015-09-08T15:31:48+02:00",
            "program": 60,
            "subprogram": null,
            "organization": 14021,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                416
            ],
            "funder_projectcode": "850700",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 4710,
            "title": {
                "de": "Mikrobiom bei Schizophrenie",
                "en": "Microbiome in Schizophrenia "
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2016-04-01T02:00:00+02:00",
            "begin_effective": "2016-04-01T02:00:00+02:00",
            "end_planned": "2017-10-01T02:00:00+02:00",
            "end_effective": "2017-10-01T02:00:00+02:00",
            "assignment": "2016-11-29T12:48:26+01:00",
            "program": null,
            "subprogram": null,
            "organization": 29444,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                457
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 2975,
            "title": {
                "de": "DK Molecular Fundamentals of Inflammation",
                "en": "DK Molecular Fundamentals of Inflammation"
            },
            "short": "DK-MOLIN",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2012-03-01T01:00:00+01:00",
            "begin_effective": "2012-10-24T02:00:00+02:00",
            "end_planned": "2016-02-28T01:00:00+01:00",
            "end_effective": "2017-10-23T02:00:00+02:00",
            "assignment": "2012-09-06T13:05:56+02:00",
            "program": 66,
            "subprogram": null,
            "organization": 14047,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51618,
            "contact": 51618,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "W1241",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2975-51618-10"
            ]
        },
        {
            "id": 3189,
            "title": {
                "de": "BBMRI-LPC - Großangelegte prospektive Kohortenstudien ",
                "en": "BBMRI-LPC - Large-scale prospective cohort studies "
            },
            "short": "BBMRI-LPC",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2013-01-01T01:00:00+01:00",
            "begin_effective": "2013-02-01T01:00:00+01:00",
            "end_planned": "2016-12-31T01:00:00+01:00",
            "end_effective": "2017-10-30T01:00:00+01:00",
            "assignment": "2013-02-27T11:31:58+01:00",
            "program": 24,
            "subprogram": "INFRA-2012-1.1.9",
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51663,
            "contact": null,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "313010",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3189-51663-10"
            ]
        },
        {
            "id": 2974,
            "title": {
                "de": "DK \"Molecular Fundametals of Inflammation\"",
                "en": "DK \"Molecular Fundametals of Inflammation\""
            },
            "short": "DK-MOLIN",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2012-03-01T01:00:00+01:00",
            "begin_effective": "2013-03-01T01:00:00+01:00",
            "end_planned": "2016-02-28T01:00:00+01:00",
            "end_effective": "2017-10-30T01:00:00+01:00",
            "assignment": "2012-09-06T13:05:36+02:00",
            "program": 66,
            "subprogram": null,
            "organization": 14038,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51632,
            "contact": 51632,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "W1241",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2974-56938-12",
                "2974-83661-12",
                "2974-51632-10"
            ]
        },
        {
            "id": 3415,
            "title": {
                "de": "Food-based solutions for Optimal vitamin D Nutrition and Health through the life cycle (ODIN)",
                "en": "Food-based solutions for Optimal vitamin D Nutrition and Health through the life cycle (ODIN)"
            },
            "short": "ODIN",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2013-11-01T01:00:00+01:00",
            "begin_effective": "2013-11-01T01:00:00+01:00",
            "end_planned": "2016-11-01T01:00:00+01:00",
            "end_effective": "2017-10-31T01:00:00+01:00",
            "assignment": "2013-10-29T11:20:08+01:00",
            "program": 24,
            "subprogram": "FP7-KBBE-2013-7-single stage",
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 53344,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "613977",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3415-53344-10"
            ]
        },
        {
            "id": 3322,
            "title": {
                "de": "Hochdurchsatzidentifizierung von molekularen Lipid Spezies aus LC-MS/MS Daten",
                "en": "High-Throughput Identification of Lipid Molecular Species in LC-MS/MS Data"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2013-04-01T02:00:00+02:00",
            "begin_effective": "2013-04-01T02:00:00+02:00",
            "end_planned": "2016-03-31T02:00:00+02:00",
            "end_effective": "2017-10-31T01:00:00+01:00",
            "assignment": "2013-07-10T10:41:55+02:00",
            "program": 72,
            "subprogram": null,
            "organization": 17225,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 58455,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "P26148",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3322-58455-10"
            ]
        },
        {
            "id": 4935,
            "title": {
                "de": "EFSD - Albert Renold Travel Fellowship",
                "en": "EFSD - Albert Renold Travel Fellowship"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2017-05-01T02:00:00+02:00",
            "begin_effective": "2017-05-01T02:00:00+02:00",
            "end_planned": "2017-10-31T01:00:00+01:00",
            "end_effective": "2017-10-31T01:00:00+01:00",
            "assignment": "2017-04-25T16:33:52+02:00",
            "program": 103,
            "subprogram": null,
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                431
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 3025,
            "title": {
                "de": "Single-Port Insulininfusion für verbessertes Diabetesmanagement",
                "en": "Single-Port Insulin Infusion for Improved Diabetes Management"
            },
            "short": "SPIDIMAN",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2012-09-01T02:00:00+02:00",
            "begin_effective": "2012-11-01T01:00:00+01:00",
            "end_planned": "2016-09-01T02:00:00+02:00",
            "end_effective": "2017-10-31T01:00:00+01:00",
            "assignment": "2012-11-06T11:34:40+01:00",
            "program": 24,
            "subprogram": "HEALTH.2012.2.4.3-1",
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 62036,
            "contact": 62036,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "305343",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3025-62036-10"
            ]
        },
        {
            "id": 3343,
            "title": {
                "de": "Veränderungen der Ca2+-vermittelten Transkription bei Herzinsuffizienz",
                "en": "Early changes of Ca2+-mediated transcription in heart failure"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2013-10-01T02:00:00+02:00",
            "begin_effective": "2013-10-01T02:00:00+02:00",
            "end_planned": "2016-09-30T02:00:00+02:00",
            "end_effective": "2017-10-31T01:00:00+01:00",
            "assignment": "2013-08-05T13:19:29+02:00",
            "program": 86,
            "subprogram": null,
            "organization": 14083,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 62747,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "T 607",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3343-62747-10"
            ]
        },
        {
            "id": 2772,
            "title": {
                "de": "Langzeitauswirkungen von früher Ernährung auf die spätere Gesundheit",
                "en": "Long-term effects of early nutrition on later health"
            },
            "short": "EarlyNutrition",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2012-01-01T01:00:00+01:00",
            "begin_effective": "2012-02-01T01:00:00+01:00",
            "end_planned": "2016-12-31T01:00:00+01:00",
            "end_effective": "2017-10-31T01:00:00+01:00",
            "assignment": "2012-02-02T17:25:12+01:00",
            "program": 24,
            "subprogram": "KBBE",
            "organization": 14038,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51632,
            "contact": 51632,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "289346",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2772-88993-12",
                "2772-96034-12",
                "2772-50442-12",
                "2772-50674-12",
                "2772-56938-12",
                "2772-59816-12",
                "2772-71568-12",
                "2772-83661-12",
                "2772-90214-12",
                "2772-51632-10",
                "2772-113690-12"
            ]
        },
        {
            "id": 2442,
            "title": {
                "de": "CD-Labor für Forschung an biologischen Proben und Biobanktechnologien",
                "en": "CD-Laboratory for Advanced Biospecimen Research and Biobanking Technologies"
            },
            "short": "CDLabBRBT",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-11-01T01:00:00+01:00",
            "begin_effective": "2010-12-01T01:00:00+01:00",
            "end_planned": "2017-10-30T01:00:00+01:00",
            "end_effective": "2017-11-30T01:00:00+01:00",
            "assignment": "2011-03-03T17:53:09+01:00",
            "program": 97,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 51663,
            "contact": 50828,
            "status": 2,
            "research": 3,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                23
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2442-51663-10"
            ]
        },
        {
            "id": 4716,
            "title": {
                "de": "Aktivierung des Tumorsuppressors p53 durch Fasten zur Verlängerung der Lebensspanne",
                "en": "Activating the tumor suppressor p53 by fasting for life-span extension"
            },
            "short": "p53 and Aging",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2016-12-01T01:00:00+01:00",
            "begin_effective": "2016-12-01T01:00:00+01:00",
            "end_planned": "2017-11-30T01:00:00+01:00",
            "end_effective": "2017-11-30T01:00:00+01:00",
            "assignment": "2016-12-01T11:04:59+01:00",
            "program": null,
            "subprogram": "Subventionsansuchen an die Stadt Graz Wissenschaft",
            "organization": 14017,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 89979,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                457
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "4716-89979-10"
            ]
        },
        {
            "id": 3796,
            "title": {
                "de": "K@Home\r\nKalium Home Monitoring für Patienten mit Herz- und Nieren-Insuffizienz",
                "en": "K@Home"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2014-03-03T01:00:00+01:00",
            "begin_effective": "2014-03-03T01:00:00+01:00",
            "end_planned": "2017-03-31T02:00:00+02:00",
            "end_effective": "2017-11-30T01:00:00+01:00",
            "assignment": "2014-10-29T10:27:55+01:00",
            "program": 60,
            "subprogram": null,
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51831,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                416
            ],
            "funder_projectcode": "843498",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3796-51831-10"
            ]
        },
        {
            "id": 3507,
            "title": {
                "de": "DK \"Molecular Fundamentals of Inflammation\"",
                "en": "DK \"Molecular Fundamentals of Inflammation\""
            },
            "short": "DK-MOLIN",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2012-03-01T01:00:00+01:00",
            "begin_effective": "2013-12-05T01:00:00+01:00",
            "end_planned": "2016-11-30T01:00:00+01:00",
            "end_effective": "2017-12-04T01:00:00+01:00",
            "assignment": "2014-01-17T13:14:44+01:00",
            "program": 66,
            "subprogram": null,
            "organization": 14047,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "W1241",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 2391,
            "title": {
                "de": "Einfluss der Knochenentnahmetechnik auf die Osteoblastenaktivität",
                "en": "Effect of Bone Harvesting Methods to the Osteoblast activity"
            },
            "short": "KNOCHENENTNAHME_OSTEOBLAST",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2009-04-01T02:00:00+02:00",
            "begin_effective": "2011-01-26T01:00:00+01:00",
            "end_planned": "2010-10-01T02:00:00+02:00",
            "end_effective": "2017-12-31T01:00:00+01:00",
            "assignment": "2011-02-04T09:47:14+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14057,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 4416,
            "title": {
                "de": "Serratierte Lesionen bei chronisch-entzündlichen Darmerkrankungen: Genotyp-Phänotyp Korrelation.",
                "en": "Serrated lesions in inflammatory bowel disease: genotype-phenotype correlation."
            },
            "short": "IBD und SSL",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2016-02-01T01:00:00+01:00",
            "begin_effective": "2016-02-01T01:00:00+01:00",
            "end_planned": "2017-02-01T01:00:00+01:00",
            "end_effective": "2017-12-31T01:00:00+01:00",
            "assignment": "2016-05-03T16:40:29+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 92422,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1765
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "4416-92422-10"
            ]
        }
    ]
}