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=500&ordering=begin_effective
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=520&ordering=begin_effective",
    "previous": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=480&ordering=begin_effective",
    "results": [
        {
            "id": 2435,
            "title": {
                "de": "ERASMUS Führungskräfte für Public Health in Europa",
                "en": "Leaders for European Public Health"
            },
            "short": "LEPHIE",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-10-01T02:00:00+02:00",
            "begin_effective": "2010-10-01T02:00:00+02:00",
            "end_planned": "2013-03-31T01:00:00+01:00",
            "end_effective": "2013-12-31T01:00:00+01:00",
            "assignment": "2011-03-03T10:21:23+01:00",
            "program": 93,
            "subprogram": "ERASMUS Curriculum Development",
            "organization": 14509,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 2338,
            "title": {
                "de": "Genomic changes in the liver in ageing population: impact on metabolism and hepatocellualar carcinoma ",
                "en": "Genomic changes in the liver in ageing population: impact on metabolism and hepatocellualar carcinoma "
            },
            "short": "AgedLiver",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-10-25T02:00:00+02:00",
            "begin_effective": "2010-10-25T02:00:00+02:00",
            "end_planned": "2011-10-24T02:00:00+02:00",
            "end_effective": "2010-12-31T01:00:00+01:00",
            "assignment": "2010-11-11T12:26:50+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51663,
            "contact": 51663,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                25
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2338-51663-10"
            ]
        },
        {
            "id": 2332,
            "title": {
                "de": "Durchführung der multizentrischen Studie \"Blood Gas Analysis and Buffering in Cardiac Arrest\"",
                "en": "Blood gas analysis and buffering in Cardiac Arrest"
            },
            "short": "BABICA",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-09-01T02:00:00+02:00",
            "begin_effective": "2010-11-01T01:00:00+01:00",
            "end_planned": "2011-08-31T02:00:00+02:00",
            "end_effective": "2012-12-31T01:00:00+01:00",
            "assignment": "2010-10-29T12:04:43+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14069,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51986,
            "contact": 51986,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2332-51986-10"
            ]
        },
        {
            "id": 2321,
            "title": {
                "de": "Die Rolle der intestinalen ATGL in Lipidabsorption und metabolischen Erkrankungen",
                "en": "Role of intestinal ATGL in lipid absorption and metabolic disorders"
            },
            "short": "Intestinal ATGL ",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-10-01T02:00:00+02:00",
            "begin_effective": "2010-11-01T01:00:00+01:00",
            "end_planned": "2013-09-30T02:00:00+02:00",
            "end_effective": "2015-10-31T01:00:00+01:00",
            "assignment": "2010-10-04T15:54:28+02:00",
            "program": 72,
            "subprogram": null,
            "organization": 14013,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51904,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "P22832",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2321-51904-10"
            ]
        },
        {
            "id": 2403,
            "title": {
                "de": "Maßgeschneiderte Therapien für Chordome: Bietet IGF-IR-Targeting neue Behandlungsoptionen?",
                "en": "Targeted Therapies for Chordomas: Does IGF-IR-Targeting Provide New Treatment Options?"
            },
            "short": "Chordoma Targeted Therapies",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-11-01T01:00:00+01:00",
            "begin_effective": "2010-11-01T01:00:00+01:00",
            "end_planned": "2011-11-01T01:00:00+01:00",
            "end_effective": "2013-12-31T01:00:00+01:00",
            "assignment": "2011-02-09T14:17:52+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14052,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 50448,
            "contact": 50448,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1091
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2403-50448-10"
            ]
        },
        {
            "id": 2293,
            "title": {
                "de": "Die pulmonale Mikrozirkulation bei Sepsis und Adipositas",
                "en": "Pulmonary Microcirculation during Sepsis and Obesity – The Role of Cytokines and Adhesion Molecules"
            },
            "short": "PULMONALE MIKROZIRK SEPSIS ADIPOS",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2011-01-01T01:00:00+01:00",
            "begin_effective": "2010-11-01T01:00:00+01:00",
            "end_planned": "2013-12-31T01:00:00+01:00",
            "end_effective": "2015-10-31T01:00:00+01:00",
            "assignment": "2010-09-07T13:56:50+02:00",
            "program": 72,
            "subprogram": null,
            "organization": 14049,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50778,
            "contact": 50778,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "P22567",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2293-50778-10"
            ]
        },
        {
            "id": 2319,
            "title": {
                "de": "Mechanische Stimulierung von Humanen Synoviozyten in der Zellkultur - Pilotstudie",
                "en": "Mechanical Stimulation of Human Synoviocytes in vitro"
            },
            "short": "Mechanische Stimulierung",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-04-01T02:00:00+02:00",
            "begin_effective": "2010-11-01T01:00:00+01:00",
            "end_planned": "2010-06-30T02:00:00+02:00",
            "end_effective": "2011-03-31T02:00:00+02:00",
            "assignment": "2010-09-29T12:49:43+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14052,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50696,
            "contact": 50696,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2319-50696-10"
            ]
        },
        {
            "id": 2322,
            "title": {
                "de": "Wirt- und Pathogen Charakterisierung von Patienten mit Candida spp. im unteren Respirationstrakt verglichen mit Candidämie Patienten und Gesunden ",
                "en": "Host and pathogen characteristics in patients with Candida spp. in the lower respiratory tract compared to patients with candidemia and healthy individuals"
            },
            "short": "Candida im unteren Respirationstrakt",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-10-01T02:00:00+02:00",
            "begin_effective": "2010-11-01T01:00:00+01:00",
            "end_planned": "2013-10-01T02:00:00+02:00",
            "end_effective": "2015-10-31T01:00:00+01:00",
            "assignment": "2010-10-04T15:54:47+02:00",
            "program": 72,
            "subprogram": null,
            "organization": 14087,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51976,
            "contact": 51976,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "P23037",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2322-50564-12",
                "2322-54326-12",
                "2322-51976-10"
            ]
        },
        {
            "id": 2400,
            "title": {
                "de": "Etablierung einer Forschungsinfrastruktur für Biobanken und biologische Ressourcen an der Medizinischen Universität Graz",
                "en": "-"
            },
            "short": "Biobank der MUG ",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-01-01T01:00:00+01:00",
            "begin_effective": "2010-11-01T01:00:00+01:00",
            "end_planned": "2014-06-30T02:00:00+02:00",
            "end_effective": "2014-06-30T02:00:00+02:00",
            "assignment": "2011-02-08T09:39:21+01:00",
            "program": 75,
            "subprogram": null,
            "organization": 28392,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 54033,
            "contact": 54033,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                55
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2400-54033-10"
            ]
        },
        {
            "id": 2325,
            "title": {
                "de": "Bedeutung von MikroRNAs im Wnt Signalweg beim Gallengangskarzinom",
                "en": "Role of microRNAs of the wnt pathway in biliary tract cancer"
            },
            "short": "MICRORNAS WNT PATHWAY ",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-07-01T02:00:00+02:00",
            "begin_effective": "2010-11-01T01:00:00+01:00",
            "end_planned": "2011-06-30T02:00:00+02:00",
            "end_effective": "2012-06-30T02:00:00+02:00",
            "assignment": "2010-10-11T11:00:11+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14085,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 2463,
            "title": {
                "de": "European High Security BSL4 Laboratories",
                "en": "European High Security BSL4 Laboratories"
            },
            "short": "ERINHA",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-06-01T02:00:00+02:00",
            "begin_effective": "2010-11-01T01:00:00+01:00",
            "end_planned": "2013-05-31T02:00:00+02:00",
            "end_effective": "2014-08-31T02:00:00+02:00",
            "assignment": "2011-04-12T14:42:14+02:00",
            "program": 24,
            "subprogram": "Infrastructures\r\nINFRA-2010-2.2.8",
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51663,
            "contact": 51663,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2463-51663-10"
            ]
        },
        {
            "id": 2318,
            "title": {
                "de": "Der Einfluss von molekulargenetischen Veränderungen in TGFß1 auf den Schweregrad von strahlentherapiebedingten Toxizitäten bei Prostatakarzinompatienten.",
                "en": "The association between genetic variants in TGFß1 and radiation induced side effects in prostate cancer patients."
            },
            "short": "MOLECULAR GENETIC VARIANTS",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-03-01T01:00:00+01:00",
            "begin_effective": "2010-11-01T01:00:00+01:00",
            "end_planned": "2010-11-30T01:00:00+01:00",
            "end_effective": "2011-06-30T02:00:00+02:00",
            "assignment": "2010-09-29T12:46:53+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14060,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50495,
            "contact": 50495,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2318-50495-10"
            ]
        },
        {
            "id": 2381,
            "title": {
                "de": "EUTRAF - THE EUROPEAN NETWORK FOR TRANSLATIONAL RESEARCH IN ATRIAL FIBRILLATION",
                "en": "EUTRAF - THE EUROPEAN NETWORK FOR TRANSLATIONAL RESEARCH IN ATRIAL FIBRILLATION"
            },
            "short": "EUTRAF",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-01-01T01:00:00+01:00",
            "begin_effective": "2010-11-01T01:00:00+01:00",
            "end_planned": "2015-12-31T01:00:00+01:00",
            "end_effective": "2015-10-31T01:00:00+01:00",
            "assignment": "2011-01-19T10:52:22+01:00",
            "program": 24,
            "subprogram": null,
            "organization": 14083,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 50168,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "261057",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2381-60041-12",
                "2381-66430-12",
                "2381-79173-12",
                "2381-50168-10"
            ]
        },
        {
            "id": 2397,
            "title": {
                "de": "Körperliche Aktivität, Fitness und Hirnaltern ",
                "en": "Physical activity, fitness and brain aging"
            },
            "short": "FITNESS AND BRAIN AGING",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-05-01T02:00:00+02:00",
            "begin_effective": "2010-11-01T01:00:00+01:00",
            "end_planned": "2011-10-20T02:00:00+02:00",
            "end_effective": "2012-12-31T01:00:00+01:00",
            "assignment": "2011-02-07T14:46:33+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14013,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51912,
            "contact": 51912,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2397-51912-10"
            ]
        },
        {
            "id": 2327,
            "title": {
                "de": "Vollkeramische Sofortversorgung einteiliger Zirkonoxidimplantate",
                "en": "All ceramic immediate provisional restoration of Circonia single-peace implants"
            },
            "short": "Vollkeramische Sofortversorgung",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-01-01T01:00:00+01:00",
            "begin_effective": "2010-11-01T01:00:00+01:00",
            "end_planned": "2012-12-31T01:00:00+01:00",
            "end_effective": "2011-10-31T01:00:00+01:00",
            "assignment": "2010-10-13T13:26:05+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14057,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 50792,
            "contact": 50792,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2327-50792-10"
            ]
        },
        {
            "id": 2323,
            "title": {
                "de": "Computermodelle strukturell degenerativer Herzerkrankungen",
                "en": "Computermodelle strukturell degenerativer Herzerkrankungen"
            },
            "short": "Computermodelle Herzerkrankung",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-11-01T01:00:00+01:00",
            "begin_effective": "2010-11-01T01:00:00+01:00",
            "end_planned": "2010-10-31T02:00:00+02:00",
            "end_effective": "2010-07-31T02:00:00+02:00",
            "assignment": "2010-10-05T11:55:03+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14011,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 51502,
            "contact": 51502,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2323-51502-10"
            ]
        },
        {
            "id": 2341,
            "title": {
                "de": "Einzelzellanalyse in der forensischen Medizin",
                "en": "Single cell analysis in forensic medicine"
            },
            "short": "Single cell analysis",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-05-01T02:00:00+02:00",
            "begin_effective": "2010-12-01T01:00:00+01:00",
            "end_planned": "2011-04-30T02:00:00+02:00",
            "end_effective": "2011-12-31T01:00:00+01:00",
            "assignment": "2010-11-17T11:21:30+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14017,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 54171,
            "contact": 54171,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2341-54171-10"
            ]
        },
        {
            "id": 2340,
            "title": {
                "de": "Die Bedeutung des gluconeogenetischen Enzyms Phosphoenolpyruvat Carboxykinase (PEPCK) für das Tumorwachstum",
                "en": "The role of the gluconeogenic enzyme phosphoenolpyruvate carboxykinase (PEPCK) in cancer growth"
            },
            "short": "PEPCK",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-09-01T02:00:00+02:00",
            "begin_effective": "2010-12-01T01:00:00+01:00",
            "end_planned": "2011-12-31T01:00:00+01:00",
            "end_effective": "2012-03-31T02:00:00+02:00",
            "assignment": "2010-11-17T10:58:29+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14087,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 57557,
            "contact": 57557,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2340-57557-10"
            ]
        },
        {
            "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": 2342,
            "title": {
                "de": "Quantifizierung der orthostatischen Kapazität",
                "en": "Orthocap - Use of galanin and adrenomedullin responses to quantify orthostatic capacity"
            },
            "short": "Orthocap",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2009-07-31T02:00:00+02:00",
            "begin_effective": "2010-12-01T01:00:00+01:00",
            "end_planned": "2011-12-31T01:00:00+01:00",
            "end_effective": "2012-12-31T01:00:00+01:00",
            "assignment": "2010-11-22T12:56:50+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14010,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51683,
            "contact": 51683,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                416
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2342-51683-10"
            ]
        }
    ]
}