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=760&ordering=end_planned
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 2329,
    "next": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=780&ordering=end_planned",
    "previous": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=740&ordering=end_planned",
    "results": [
        {
            "id": 2432,
            "title": {
                "de": "BIOmarkers of Metabolic Homeostatic Robustness for Nutrition-derived Health CLAIMS Made on Food [BIOCLAIMS]",
                "en": "BIOmarkers of Metabolic Homeostatic Robustness for Nutrition-derived Health CLAIMS Made on Food [BIOCLAIMS]"
            },
            "short": "BIOCLAIMS",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-01-01T01:00:00+01:00",
            "begin_effective": "2010-03-01T01:00:00+01:00",
            "end_planned": "2014-12-31T01:00:00+01:00",
            "end_effective": "2015-02-28T01:00:00+01:00",
            "assignment": "2011-02-28T11:51:34+01:00",
            "program": 24,
            "subprogram": "KBBE-2009-2-2-03",
            "organization": 14084,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": " 244995",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 3496,
            "title": {
                "de": "Protein kinase D2 (PRKD2): a candidate regulator of glioblastoma metabolism",
                "en": "Protein kinase D2 (PRKD2): a candidate regulator of glioblastoma metabolism"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2014-01-01T01:00:00+01:00",
            "begin_effective": "2014-01-01T01:00:00+01:00",
            "end_planned": "2014-12-31T01:00:00+01:00",
            "end_effective": "2014-12-31T01:00:00+01:00",
            "assignment": "2014-01-02T15:06:25+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14013,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50990,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                530
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3496-50990-10"
            ]
        },
        {
            "id": 2455,
            "title": {
                "de": "ACIB Austrian Center of industrial Biotechnology",
                "en": "ACIB Austrian Center of industrial Biotechnology"
            },
            "short": "ACIB",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-04-01T02:00:00+02:00",
            "begin_effective": "2010-04-01T02:00:00+02:00",
            "end_planned": "2014-12-31T01:00:00+01:00",
            "end_effective": "2022-12-31T01:00:00+01:00",
            "assignment": "2011-03-28T14:35:51+02:00",
            "program": 94,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 58794,
            "contact": 58794,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                416
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2455-63257-12",
                "2455-58794-10"
            ]
        },
        {
            "id": 3487,
            "title": {
                "de": "Österreichweite Auswertung über die Prävalenz von Komorbiditäten und möglichen prädiktiven Faktoren bei Patienten mit Psoriasis - Datenanalyse des Psoriasis Registry Austria (PsoRA)",
                "en": "Nationwide assessment for Austria on the prevalence of comorbidities and potential predictive factors in patients with psoriasis: Analysis of the Psoriasis Registry Austria (PsoRA)"
            },
            "short": "PsoRA-Komorbiditäten",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2013-12-01T01:00:00+01:00",
            "begin_effective": "2013-12-01T01:00:00+01:00",
            "end_planned": "2014-12-31T01:00:00+01:00",
            "end_effective": "2016-12-31T01:00:00+01:00",
            "assignment": "2014-01-07T10:54:03+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14047,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1161
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 3301,
            "title": {
                "de": "MULTI-CENTER INTER OBSERVER STUDIE ZUR MESSUNG VON SUBKUTANEN FETTSCHICHTEN MIT ULTRASCHALL",
                "en": "BODY COMPOSITION ASSESSMENT: ULTRASOUND FAT MEASUREMENT MULTI-CENTRE INTER-OBSERVER STUDY"
            },
            "short": "MULTI-CENTRE INTER-OBSERVER STUDY",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2013-01-01T01:00:00+01:00",
            "begin_effective": "2013-06-01T02:00:00+02:00",
            "end_planned": "2014-12-31T01:00:00+01:00",
            "end_effective": "2015-12-31T01:00:00+01:00",
            "assignment": "2013-06-17T10:46:27+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14011,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 3324,
            "title": {
                "de": "Frühmarker für invasive Pilzinfektionen bei Patienten mit hämato-onkologischer Grunderkrankung",
                "en": "Early Laboratory Diagnosis of Invasive Fungal Infections in Patients with Hematological Malignancies"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2013-07-01T02:00:00+02:00",
            "begin_effective": "2013-07-01T02:00:00+02:00",
            "end_planned": "2014-12-31T01:00:00+01:00",
            "end_effective": "2015-09-30T02:00:00+02:00",
            "assignment": "2013-07-10T10:44:14+02:00",
            "program": 79,
            "subprogram": null,
            "organization": 14046,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 64754,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                12
            ],
            "funder_projectcode": "15346",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3324-64754-10"
            ]
        },
        {
            "id": 3577,
            "title": {
                "de": "Vergleich der von Qualitätssicherung und Qualitätskontrolle in der Diagnostischen Radiologie von Österreich und Montenegro",
                "en": "Comparision of QA/QC in diagnostic radiology in Montenegro and Austria"
            },
            "short": " ME 10/2013",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2013-01-01T01:00:00+01:00",
            "begin_effective": "2013-01-01T01:00:00+01:00",
            "end_planned": "2014-12-31T01:00:00+01:00",
            "end_effective": "2014-12-31T01:00:00+01:00",
            "assignment": "2014-02-17T15:34:51+01:00",
            "program": 92,
            "subprogram": "WTZ -- Wissenschaftlich technische Zusammenarbeit -- wurde verlängert bis 30.6.2015",
            "organization": 14106,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 51913,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                20
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3577-51913-10"
            ]
        },
        {
            "id": 2870,
            "title": {
                "de": "Entwicklung von biofunktionellen, Kapselfibrose-vermeidenden Barriere-Schutzschichten für das Packaging von in-vivo Sensoren und Aktuatoren",
                "en": "Development of biofunctional non fibrosis inducing barrier protection layers for in-vivo sensors"
            },
            "short": "HTI:SMApp Sensor Packaging",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2012-06-01T02:00:00+02:00",
            "begin_effective": "2012-07-01T02:00:00+02:00",
            "end_planned": "2014-12-31T01:00:00+01:00",
            "end_effective": "2015-06-30T02:00:00+02:00",
            "assignment": "2012-05-21T16:11:32+02:00",
            "program": null,
            "subprogram": "„Forschung Steiermark – Planung, Steuerung, Impulse“\r\nHTI-Call Februar 2012",
            "organization": 17230,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 53900,
            "contact": 53900,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": "ABT08-35744/2014-3",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2870-53900-10"
            ]
        },
        {
            "id": 2647,
            "title": {
                "de": "Die Rolle von GPR55 in der humanen Trophoblastdifferenzierung",
                "en": "The role of G-protein coupled receptor (GPR) 55 in human trophoblast differentiation"
            },
            "short": "GPR_HUMAN TROPHOBLAT DIFFERENTIATION",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2012-01-01T01:00:00+01:00",
            "begin_effective": "2012-05-01T02:00:00+02:00",
            "end_planned": "2014-12-31T01:00:00+01:00",
            "end_effective": "2015-10-31T01:00:00+01:00",
            "assignment": "2011-11-24T11:22:38+01:00",
            "program": 72,
            "subprogram": null,
            "organization": 14017,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 53232,
            "contact": 53232,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "P23859",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2647-53232-10"
            ]
        },
        {
            "id": 3137,
            "title": {
                "de": "Überwachung von Patienten mit colorektalen Karzinomen durch serielle Plasma DNA Untersuchungen",
                "en": "Monitoring colorectal cancer by serial plasma DNA analyses"
            },
            "short": null,
            "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": "2014-12-31T01:00:00+01:00",
            "end_effective": "2015-01-31T01:00:00+01:00",
            "assignment": "2013-01-16T10:11:09+01:00",
            "program": 79,
            "subprogram": null,
            "organization": 14021,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                12
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 3954,
            "title": {
                "de": "Weiterführung LBI HI - LBG",
                "en": "Weiterführung LBI HI - LBG"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2014-05-01T02:00:00+02:00",
            "begin_effective": "2014-05-01T02:00:00+02:00",
            "end_planned": "2014-12-31T01:00:00+01:00",
            "end_effective": "2014-12-31T01:00:00+01:00",
            "assignment": "2015-03-24T10:59:43+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14083,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                19
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 4624,
            "title": {
                "de": "DTI und RS-MRT als Prädiktoren von Kognition in NF1",
                "en": "DTI and RS-fMRI as predictors of cognition in NF1"
            },
            "short": "DTI and RS-fMRI in NF1",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2014-01-06T01:00:00+01:00",
            "begin_effective": "2014-01-06T01:00:00+01:00",
            "end_planned": "2015-01-06T01:00:00+01:00",
            "end_effective": "2015-01-06T01:00:00+01:00",
            "assignment": "2016-01-20T16:18:28+01:00",
            "program": 69,
            "subprogram": null,
            "organization": 14051,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 59566,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "J 3500-B23",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "4624-59566-10"
            ]
        },
        {
            "id": 3112,
            "title": {
                "de": "Entwicklung eines Fragebogens zur sexuellen Gesundheit von KrebspatientInnen",
                "en": "Development of a questionnaire for assessing sexual health in cancer patients"
            },
            "short": "Sx Health",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2013-02-01T01:00:00+01:00",
            "begin_effective": "2013-02-01T01:00:00+01:00",
            "end_planned": "2015-01-31T01:00:00+01:00",
            "end_effective": "2015-03-31T02:00:00+02:00",
            "assignment": "2012-12-17T11:17:51+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14038,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                442
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 3161,
            "title": {
                "de": "Die Rolle von NR4A1 in hämatologischen Neoplasien",
                "en": "Investigating the role of nuclear orphan receptor NR4A1 in hematologic malignancies"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2013-02-01T01:00:00+01:00",
            "begin_effective": "2013-02-01T01:00:00+01:00",
            "end_planned": "2015-01-31T01:00:00+01:00",
            "end_effective": "2015-01-31T01:00:00+01:00",
            "assignment": "2013-01-30T11:01:06+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14082,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 59183,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                894
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3161-59183-10"
            ]
        },
        {
            "id": 2743,
            "title": {
                "de": "Identifizierung von Früherkennungs- und Progressionsmarkern der Parkinsonkrankheit",
                "en": "Biomarkers of early Parkinson's disease and disease progression"
            },
            "short": "Parkinson Biomarker",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2012-02-01T01:00:00+01:00",
            "begin_effective": "2012-02-01T01:00:00+01:00",
            "end_planned": "2015-01-31T01:00:00+01:00",
            "end_effective": "2015-07-31T02:00:00+02:00",
            "assignment": "2012-01-13T13:36:15+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14051,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50172,
            "contact": 50172,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2743-50172-10"
            ]
        },
        {
            "id": 3697,
            "title": {
                "de": "Weiterentwicklung und Validierung der Offenen Mikroperfusion zur kliniktauglichen Technologien für die Medikamentenevaluierung",
                "en": "Development und validation off open flow microperfusion towards suitable clinical technology for drug evaluation"
            },
            "short": "OFM clinical",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2014-02-01T01:00:00+01:00",
            "begin_effective": "2014-02-01T01:00:00+01:00",
            "end_planned": "2015-01-31T01:00:00+01:00",
            "end_effective": "2015-01-31T01:00:00+01:00",
            "assignment": "2014-07-01T16:10:02+02:00",
            "program": null,
            "subprogram": "HTI",
            "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": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3697-51831-10"
            ]
        },
        {
            "id": 2725,
            "title": {
                "de": "Mechanismen von Kleingefäßerkrangung bedingter Hirnschädigung und kognitiver Beeinträchtigung",
                "en": "Mechanisms of Small Vessel Related Brain Damage and Cognitive Impairment"
            },
            "short": "MESCOG",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2012-03-01T01:00:00+01:00",
            "begin_effective": "2012-03-01T01:00:00+01:00",
            "end_planned": "2015-02-28T01:00:00+01:00",
            "end_effective": "2016-02-29T01:00:00+01:00",
            "assignment": "2012-01-12T12:39:48+01:00",
            "program": 72,
            "subprogram": "ERA-Net",
            "organization": 14051,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "I904",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 3455,
            "title": {
                "de": "Dyslexie und Strabismus: Vision und Perzeption",
                "en": "Dyslexie und Strabismus: Vision und Perzeption"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2013-09-01T02:00:00+02:00",
            "begin_effective": "2013-09-01T02:00:00+02:00",
            "end_planned": "2015-02-28T01:00:00+01:00",
            "end_effective": "2015-09-30T02:00:00+02:00",
            "assignment": "2013-12-03T12:45:45+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14010,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 77049,
            "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": [
                "3455-58883-11",
                "3455-77049-10"
            ]
        },
        {
            "id": 3166,
            "title": {
                "de": "Zusammenhang zwischen IQ und Biofeedbackstrategien unter Berücksichtigung des körperlichen Aktivitätsniveaus – Gibt es psychosomatische Intelligenz?",
                "en": "Association between IQ and biofeedback strategies with consideration of bodily activity: is there evidence for psychosomatic intelligence?"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2013-03-01T01:00:00+01:00",
            "begin_effective": "2013-02-01T01:00:00+01:00",
            "end_planned": "2015-03-01T01:00:00+01:00",
            "end_effective": "2013-12-30T01:00:00+01:00",
            "assignment": "2013-02-06T16:32:49+01:00",
            "program": null,
            "subprogram": null,
            "organization": 29447,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50774,
            "contact": null,
            "status": 2,
            "research": 3,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3166-50774-10"
            ]
        },
        {
            "id": 3684,
            "title": {
                "de": "Adipositas und Bipolar affektive Störung",
                "en": "Adipositas and Bipolar Disorder"
            },
            "short": "BIPFAT",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2014-03-20T01:00:00+01:00",
            "begin_effective": "2014-03-20T01:00:00+01:00",
            "end_planned": "2015-03-20T01:00:00+01:00",
            "end_effective": "2015-03-20T01:00:00+01:00",
            "assignment": "2014-06-13T14:50:24+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14014,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                530
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        }
    ]
}