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=1380&ordering=-end_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=1400&ordering=-end_effective",
    "previous": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=1360&ordering=-end_effective",
    "results": [
        {
            "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": 2969,
            "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-01T02:00:00+02:00",
            "end_planned": "2016-02-28T01:00:00+01:00",
            "end_effective": "2017-09-30T02:00:00+02:00",
            "assignment": "2012-09-06T13:02:47+02:00",
            "program": 66,
            "subprogram": null,
            "organization": 14022,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 53252,
            "contact": 53252,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "W1241",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2969-53252-10"
            ]
        },
        {
            "id": 4834,
            "title": {
                "de": "Analyse von intra Tumorheterogenität in Brustkrebs mit Einzelzell mFAST-SeqS",
                "en": "Analysis of intra-tumour heterogeneity in breast cancer using single cell mFAST-SeqS"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2016-07-01T02:00:00+02:00",
            "begin_effective": "2016-07-01T02:00:00+02:00",
            "end_planned": "2017-09-30T02:00:00+02:00",
            "end_effective": "2017-09-30T02:00:00+02:00",
            "assignment": "2017-02-15T13:56:59+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14021,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 76691,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                140
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "4834-76691-10"
            ]
        },
        {
            "id": 2972,
            "title": {
                "de": "DK Molecular Fundamentals of Inflammation",
                "en": "DK Molecular Fundamentals of Inflammation"
            },
            "short": "DK-MOLIN",
            "url": "http://www.medunigraz.at/DK-MOLIN/",
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2012-03-01T01:00:00+01:00",
            "begin_effective": "2012-10-01T02:00:00+02:00",
            "end_planned": "2016-02-28T01:00:00+01:00",
            "end_effective": "2017-09-30T02:00:00+02:00",
            "assignment": "2012-09-06T13:04:09+02:00",
            "program": 66,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 50496,
            "contact": 50496,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "W1241",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2972-50496-10"
            ]
        },
        {
            "id": 2971,
            "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-01T02:00:00+02:00",
            "end_planned": "2016-02-28T01:00:00+01:00",
            "end_effective": "2017-09-30T02:00:00+02:00",
            "assignment": "2012-09-06T13:03:30+02:00",
            "program": 66,
            "subprogram": null,
            "organization": 14022,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51529,
            "contact": 51529,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "W1241",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2971-51529-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": 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": 4658,
            "title": {
                "de": "Serumgallensäuren als Prädiktor für den Verlauf nach einer Lebertransplantation",
                "en": "Serum bile acids as a predictor of outcome in liver transplantation\r\n"
            },
            "short": null,
            "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-05-31T02:00:00+02:00",
            "end_effective": "2017-08-31T02:00:00+02:00",
            "assignment": "2016-10-18T12:07:59+02:00",
            "program": null,
            "subprogram": "L'ORÉAL Österreich [Stipendien für junge Grundlagen-Forscherinnen in Österreich]",
            "organization": 14091,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                15
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 3353,
            "title": {
                "de": "Vermeidung arterieller Hypotonie bei Frühgeborenen",
                "en": "Avoiding hypotension in preterm neonates (AHIP) - A randomised controlled study on near infrared spectroscopy monitoring of peripheral-muscle and cerebral oxygenation with defined interventions versus routine monitoring and treatment in preterm neonates"
            },
            "short": "AHIP",
            "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-08-31T02:00:00+02:00",
            "end_effective": "2017-08-31T02:00:00+02:00",
            "assignment": "2013-08-14T16:35:13+02:00",
            "program": 79,
            "subprogram": null,
            "organization": 14094,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50907,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                12
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3353-50907-10"
            ]
        },
        {
            "id": 4852,
            "title": {
                "de": "Effect of salt intake on vascular response during standing up",
                "en": "Effects of salt intake on vascular response during standing up"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2016-09-01T02:00:00+02:00",
            "begin_effective": "2016-09-01T02:00:00+02:00",
            "end_planned": "2017-08-31T02:00:00+02:00",
            "end_effective": "2017-08-31T02:00:00+02:00",
            "assignment": "2017-02-22T12:10:18+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14010,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 57932,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "4852-57932-10"
            ]
        },
        {
            "id": 5018,
            "title": {
                "de": "Cellulite",
                "en": "Cellulite"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2017-07-03T02:00:00+02:00",
            "begin_effective": "2017-07-03T02:00:00+02:00",
            "end_planned": "2017-08-25T02:00:00+02:00",
            "end_effective": "2017-08-25T02:00:00+02:00",
            "assignment": "2017-07-25T13:30:08+02:00",
            "program": null,
            "subprogram": "FFG Talente Praktika für Schülerinnen und Schüler",
            "organization": 14076,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 81670,
            "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": [
                "5018-81670-10"
            ]
        },
        {
            "id": 5013,
            "title": {
                "de": "Mikrobiopt2",
                "en": "Mikrobiopt2"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2017-07-31T02:00:00+02:00",
            "begin_effective": "2017-07-31T02:00:00+02:00",
            "end_planned": "2017-08-25T02:00:00+02:00",
            "end_effective": "2017-08-25T02:00:00+02:00",
            "assignment": "2017-07-17T12:12:46+02:00",
            "program": 58,
            "subprogram": "FFG Talente Praktika für Schülerinnen und Schüler",
            "organization": 14046,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 90021,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                3023
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5013-90021-10"
            ]
        },
        {
            "id": 3220,
            "title": {
                "de": "Rolle von micro RNAs in der Differenzierung von epidermalen Langerhanszellen",
                "en": "The role of micro RNAs in epidermal Langerhans cell differentiation"
            },
            "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-07-31T02:00:00+02:00",
            "assignment": "2013-03-25T14:03:20+01:00",
            "program": 72,
            "subprogram": null,
            "organization": 14014,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 79192,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "P25720",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3220-79192-10",
                "3220-86731-12"
            ]
        },
        {
            "id": 3551,
            "title": {
                "de": "ClinicIMPPACT",
                "en": "Clinical Intervention Modelling, Planning and Proof for Ablation Cancer Treatment "
            },
            "short": "ClinicIMPPACT",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2014-01-01T01:00:00+01:00",
            "begin_effective": "2014-02-01T01:00:00+01:00",
            "end_planned": "2017-01-01T01:00:00+01:00",
            "end_effective": "2017-07-31T02:00:00+02:00",
            "assignment": "2014-02-03T11:17:48+01:00",
            "program": 24,
            "subprogram": "ICT 2013.5.2 Virtual Physiological Human",
            "organization": 14073,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 50874,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "610886",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3551-50874-10",
                "3551-62118-12",
                "3551-51955-10",
                "3551-51955-11",
                "3551-51955-12",
                "3551-50989-12"
            ]
        },
        {
            "id": 3745,
            "title": {
                "de": "Molekulare Charakterisierung zirkulierender Tumorzellen in Brustkrebs",
                "en": "Molecular characterization of circulating tumor cells in breast cancer"
            },
            "short": "CTC characterization in breast cancer",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2014-08-01T02:00:00+02:00",
            "begin_effective": "2014-08-01T02:00:00+02:00",
            "end_planned": "2017-07-31T02:00:00+02:00",
            "end_effective": "2017-07-31T02:00:00+02:00",
            "assignment": "2014-08-13T10:46:29+02:00",
            "program": null,
            "subprogram": "VINNMER Marie Curie Incoming",
            "organization": 14017,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 54171,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1006
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3745-54171-10"
            ]
        },
        {
            "id": 3093,
            "title": {
                "de": "In vivo Studien von biodegradierbaren magnesium-basierenden Implantatmaterialien (MetBioMat)",
                "en": "In vivo studies of biodegradable magnesium based implant materials (MetBioMat)"
            },
            "short": "MetBioMat",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2012-08-01T02:00:00+02:00",
            "begin_effective": "2012-08-01T02:00:00+02:00",
            "end_planned": "2017-07-31T02:00:00+02:00",
            "end_effective": "2017-07-31T02:00:00+02:00",
            "assignment": "2012-12-06T11:36:32+01:00",
            "program": null,
            "subprogram": "Helmholtz Virtual-Institutes",
            "organization": 14052,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50785,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1392
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3093-50785-10",
                "3093-98087-12"
            ]
        },
        {
            "id": 3558,
            "title": {
                "de": "Entwicklung von bioresorbierbaren Implantaten für Kinder",
                "en": "Development of bioresorbable implants for children with special regards to fracture healing and patient requirements"
            },
            "short": "BRIC Phase 2",
            "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": "2016-08-31T02:00:00+02:00",
            "end_effective": "2017-06-30T02:00:00+02:00",
            "assignment": "2014-02-07T10:34:22+01:00",
            "program": 95,
            "subprogram": null,
            "organization": 14052,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 50785,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                416
            ],
            "funder_projectcode": "840286",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3558-50785-10"
            ]
        },
        {
            "id": 2704,
            "title": {
                "de": "Modulation der Darmflora durch Probiotika bei Leberzirrhose",
                "en": "Probiotic modulation of gut microflora in cirrhosis"
            },
            "short": "PROBIOTIC MODULATION CIRRHOSIS",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2011-07-01T02:00:00+02:00",
            "begin_effective": "2012-07-01T02:00:00+02:00",
            "end_planned": "2014-06-30T02:00:00+02:00",
            "end_effective": "2017-06-30T02:00:00+02:00",
            "assignment": "2011-12-27T09:46:44+01:00",
            "program": 108,
            "subprogram": "KLIF",
            "organization": 14081,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50989,
            "contact": 50989,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "P24362",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2704-54296-12",
                "2704-62756-12",
                "2704-74515-12",
                "2704-81091-12",
                "2704-81175-12",
                "2704-50989-10"
            ]
        },
        {
            "id": 3905,
            "title": {
                "de": "Nicht-invasive Bestimmung des pulmonal arteriellen Drucks und der rechtsventrikulären Funktion bei PatientInnen mit pulmonaler Hypertonie",
                "en": "Non-invasive Assessment of Pulmonary Arterial Pressure and Right Ventricular Function in Patients with Pulmonary Hypertension"
            },
            "short": null,
            "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": "2017-06-30T02:00:00+02:00",
            "end_effective": "2017-06-30T02:00:00+02:00",
            "assignment": "2015-02-12T13:32:06+01:00",
            "program": 79,
            "subprogram": null,
            "organization": 14087,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 59238,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                12,
                19
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3905-59238-10"
            ]
        },
        {
            "id": 4172,
            "title": {
                "de": "EUROPEAN RESEARCH INFRASTRUCTURE ON HIGHLY PATHOGENIC AGENTS 2",
                "en": "EUROPEAN RESEARCH INFRASTRUCTURE ON HIGHLY PATHOGENIC AGENTS 2"
            },
            "short": "ERINHA 2_Horizon",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2016-01-01T01:00:00+01:00",
            "begin_effective": "2016-01-01T01:00:00+01:00",
            "end_planned": "2017-06-30T02:00:00+02:00",
            "end_effective": "2017-06-30T02:00:00+02:00",
            "assignment": "2015-11-26T12:31:00+01:00",
            "program": 109,
            "subprogram": "INFRADEV-2-2015",
            "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": "689622",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "4172-51663-10"
            ]
        }
    ]
}